Re: what is the name of a virtual serial port?

2009-12-18 Thread Aaron Konstam
On Thu, 2009-12-17 at 18:46 -0600, Michael Hennebry wrote: I want to open a USB virtual serial port from python. How do I figure out the name to pass to serial.Serial(...)? From poking around in /sys/bus/usb/devices/ , the bus and dev numbers are 4 and 2. I recognize product. There is lots

what is the name of a virtual serial port?

2009-12-17 Thread Michael Hennebry
I want to open a USB virtual serial port from python. How do I figure out the name to pass to serial.Serial(...)? From poking around in /sys/bus/usb/devices/ , the bus and dev numbers are 4 and 2. I recognize product. There is lots of stuff under /sys.bus/usb/drivers/cdc_acm/4-2:1.0/tty/ttyACM0