usb device identification
Posted
by omrihsan
on Stack Overflow
See other posts from Stack Overflow
or by omrihsan
Published on 2010-03-21T12:22:33Z
Indexed on
2010/03/21
12:31 UTC
Read the original article
Hit count: 414
hello all i am using python on ubuntu 9.04 say i have two usb devices connected to a single PC. how can i identify the devices in python code.....for example like
if usb port id == A write data to device 1 if usb port id == B write data to device 2
any ideas....
© Stack Overflow or respective owner