Author Topic: I want to use Advance HMI with arduino use RS232 serial communication  (Read 3069 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: I want to use Advance HMI with arduino use RS232 serial communication
« Reply #1 on: March 05, 2015, 06:04:16 AM »
It has been done using the Modbus library for Arduino and the ModbusRTUCom driver in AdvancedHMI

mdjumethun

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: I want to use Advance HMI with arduino use RS232 serial communication
« Reply #2 on: March 05, 2015, 08:13:11 AM »
Thanks for Replay ...
I want USB port (com port) which built in arduino board. how doing it..............

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: I want to use Advance HMI with arduino use RS232 serial communication
« Reply #3 on: March 05, 2015, 08:37:03 AM »
With the Modus library. See this thread:

http://forum.arduino.cc/index.php?topic=131915.0

rida236

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: I want to use Advance HMI with arduino use RS232 serial communication
« Reply #4 on: February 15, 2016, 12:36:43 PM »
Hello,

I am using Arduino as Slave with Modbus/RTU library.

I tested it on many SCADA platform and working fine. So my Question here is how to connect it to Advanced HMI ?

In the VB project I already added the ModbusRtuCom, but how to affect the address for components.

Thank you for your fast reply.

rida236

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: I want to use Advance HMI with arduino use RS232 serial communication
« Reply #5 on: February 15, 2016, 01:01:33 PM »
Hello,

Problem Solved...

Many Thanks.