hi all
I'm new to raspberry pi, and I've been working on getting connected to the azure iot hub.
I have a sensor attached to a device which is sending data to the Pi over serial. The Pi is attached to the sensor via USB or UART (doesn't matter I am happy to use either)
I am trying to develop a python script to read and send this incoming data to Azure IoT hub. But cannot understand how to send the incoming serial data to Azure IoT.
As I am not able to understand how incoming serial data is being processed and sent to Azure, so how can I use the data which is incoming from the serial port and send it to Azure IoT hub.
Any help thanks?