Other Parts Discussed in Thread: USB2ANY, TMP117
Tool/software: Linux
Hello, I'm currently working with a Technologic Systems SBC (TS-7970) in Linux and I'm trying to receive temperature data from the TMP117EVM through this Python program:
The program itself works, but I have yet to identify which device path/serial port name to use to receive the data correctly. Here is the result of the command ls /dev:
Here is the result of the command lsusb -v:
And in case it helps, the result of dmesg after plugging in the device:
I'm also assuming that the TMP117EVM can send data to the TS-7970 without the use of the GUI. Thanks!