automation - C Programming - Accessing USB Data / Driver Specifics -


i writing simple test automation access usb port in ubuntu, , determine driver specific details, devices connected, , operating mode (usb 2 , 3 , etc ...).

i have not done development in area, , looking advice on libraries / recommendations accomplish this.

thank you help!

dan.

i've done using libusb. can get started here. http://libusb.sourceforge.net/api-1.0/ if you're looking @ seeing various usb devices, it's pretty easy. here examples can , running pretty quickly: http://www.dreamincode.net/forums/topic/148707-introduction-to-using-libusb-10/


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -