Author Topic: I want to use Advance HMI with arduino use RS232 serial communication  (Read 3918 times)

mdjumethun

  • Newbie
  • *
  • Posts: 4
    • View Profile
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

Alejandro

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: I want to use Advance HMI with arduino use RS232 serial communication
« Reply #1 on: March 07, 2015, 09:59:37 AM »
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..!

neptun2002

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: I want to use Advance HMI with arduino use RS232 serial communication
« Reply #2 on: April 25, 2015, 10:06:28 AM »
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