Hi frens,
I am thinking if its possible to access the data/readings on my DDM via RPi. I have a APPA-109N Usb DDM.
I've been reading about Libusb but kinda confuse.
Any ideas/help is highly appreciated.
Thanks!!
Not really. http://us.100y.com.tw/ChanPin.asp?MNo=56182danb35 wrote:None whatsoever, other than you'll first need to find some documentation on the data format or figure it out yourself. Does it present as a USB-serial device? If so, that'll likely make it easier to work with.
Code: Select all
$ dmesg | grep ttyCode: Select all
$> dmesg | grep
'FTDI USB Serial Device converter now attached'
[36051.393350] usb 4-2: FTDI USB Serial Device converter now attached to ttyUSB1
[36061.823513] usb 4-1: FTDI USB Serial Device converter now attached to ttyUSB0