On 2007-04-18, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> Can someone explain how I would read the data from the USB "port"?

You can't.  There's no such thing from a SW point of view. ;)

> I don't know if it matters, but I am trying to read the data
> from a GPS plugged in to the USB port.

It's probably a serial device.  Try using pyserial to talk to
/dev/ttyUSB0.

-- 
Grant Edwards                   grante             Yow! Used staples are good
                                  at               with SOY SAUCE!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to