RS485 Connector

2
We plan to develop a Energy Management System. The energy monitor device interface protocol is RS485. How  transfer the data from RS485 interface to Mendix?
asked
1 answers
3

I would look at using a microcontroller such as an Arduino or Rasperberry Pi Pico to talk to the RS485 and expose the data over REST or MQTT. You can then get your Mendix application to talk to that.

Good luck!

answered