AdvancedHMI Software
General Category => Open Discussion => Topic started by: mdjumethun on March 05, 2015, 04:28:54 AM
-
I have arduino board (without Ethernet shield). I want Advance HMI with arduino use RS232 serial communication . How doing it?
Please give driver . please help me
-
Hi..,
Arduino Has a MODBUS RTU library, you can dowload this library frome Arduino oficial web side. Then you have to install the library in arduino IDE. try this library in Arduino to communicate with Advanced HMI via Modbus Rtu...!, this library work very well with NMODBUS a free control for Visual Studio. thanks..!
-
Hi..
there are to many libraries for Modbus RTU but I found that this one is practical it needs some improvement but it works
pleas have a look to the following link also there is example ready to use
https://code.google.com/p/arduino-modbus-slave/downloads/list
thanks