flystol
Posts: 1
Joined: Sun Feb 25, 2018 4:25 pm

communicate with usb device

Sun Feb 25, 2018 5:57 pm

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.

User avatar
KLL
Posts: 1453
Joined: Wed Jan 09, 2013 3:05 pm
Location: thailand
Contact: Website

Re: communicate with usb device

Mon Feb 26, 2018 3:58 am

you can try
python3 -m serial.tools.miniterm -h
more info

Return to “Beginners”