I was looking a way to prove my USB-SERIAL port and I found this code: http://www.digitalmihailo.com/usb-programming-with-python-on-linux-pyusb-version/, but I have a problem because when I run this program, then show me up this message:
Traceback (most recent call last):
File "namefile.py", line 122 in <module>
main()
File "namefile.py", line 64, in main
raise ValueError('Device not found')
ValueError: Device not found
I already install the PyUSB library, but the result does not change. Someone can help me with this little problem.
Thank you much in advance.