I have the XYZ software that accepts the input signal of a sensor on an rs232 port and displays a graph of it over time
However, my sensor goes out to an Mqtt broker and therefore 'shoots' the values read by the sensor directly on some entries of the mqtt broker
How can I allow the program to read the information from the pressure sensor?
I mean, how can I create a program that acts as a bridge between the two different communication systems (mqtt - rs232)?
However, my sensor goes out to an Mqtt broker and therefore 'shoots' the values read by the sensor directly on some entries of the mqtt broker
How can I allow the program to read the information from the pressure sensor?
I mean, how can I create a program that acts as a bridge between the two different communication systems (mqtt - rs232)?