I can get serial data on the terminal prompt using this command below.
read -n 2 LINE < /dev/ttyUSB0;echo $LINE
But I am unable to feed this data to Cayenne. I know I could just rewire a few things and use the GPIO but the Pi doesn’t really handle analog input. My guess is there is some-kind of MQTT that I can can’t find.
Thanks in advance