954,483 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Communicate with USB port

Hello all, I dont know if this is the right area but anyway

Heres my situation:

I have a software that updates 2 devices firmware's, the software communicates with the devices via Serial Cable(RS-232) , my problem is: I only have 1 serial(COM) port in my motherboard, and i need to update the devices at the same time.

So i was thinking the easiest way to do this is with a USB to Serial adapter, but, i dont know how to program the software to communicate with the USB port.

This is what is set in the software:

Device = gi://tuner@/dev/ttyS0

I believe ttyS0 refers to the COM1 port, so my question is, what is the "code" to access the USB port, and, is this possible?

Mossh
Newbie Poster
3 posts since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

You might find something useful here

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

thanks man i'll read it

Mossh
Newbie Poster
3 posts since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

Hi
On 2 of my PC's at work (laptops) I'm using USB to serial(RS232) converters to run serial communications on serveral devices.
Installing these USB->Serial converters actually assigns them as com ports (virual com ports)and you communicate with them as if they are actual physical ports. So purhaps this might be the way to go for you.
Cheers
Milton

Milton Neal
Light Poster
43 posts since Sep 2010
Reputation Points: 10
Solved Threads: 9
 
Hi On 2 of my PC's at work (laptops) I'm using USB to serial(RS232) converters to run serial communications on serveral devices. Installing these USB->Serial converters actually assigns them as com ports (virual com ports)and you communicate with them as if they are actual physical ports. So purhaps this might be the way to go for you. Cheers Milton

yeah thats what i found out, thanks anyway man

Mossh
Newbie Poster
3 posts since Sep 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: