Page 1 of 1

communicate with usb device

Posted: Sun Feb 25, 2018 5:57 pm
by flystol
So - I have a solar charge controller that plugs into usb port - maker says it should be readable via a terminal window. The pi sees the device under /dev/serial, and shows under lsusb as 0013, but I have no idea what commands to use to access it and start streaming voltage data from the unit - any help appreciated.

Re: communicate with usb device

Posted: Mon Feb 26, 2018 3:58 am
by KLL
you can try
python3 -m serial.tools.miniterm -h
more info