Hello all,
for a project I have bought this sensor:
It can measure the oxygen content of a gas - additionally it can measure the flow rate.
The sensor comes in two parts.
a) The actual sensor.
b) The display unit.
In the description of the sensor they say, that there is an RS232 interface, which in actual fact also exists.
There is an serial interface between the sensor and the display unit.
There was no data sheet, which explains the serial communication, so I thought I just try to use an Arduino to read the communication ....
Interestingly there was an RX and TX between the sensor and the display unit.
I did attach the RX of my Arduino to RX of the system and then to TX of the system.
Indeed I did receive data, but the data was goblygookish - trying all available baud rated did not help.
I assume they are sending the data in binary form or using Chinese characters!??!
My aim here is to get a hold in the oxygen value to insert the data to an IOT hub...
Any idea how to proceed in such an situation?
Thanks for your help.
Kr,
Andreas