AdvancedHMI Software

General Category => Support Questions => Topic started by: mdjumethun on March 05, 2015, 04:28:11 AM

Title: I want to use Advance HMI with arduino use RS232 serial communication
Post by: mdjumethun on March 05, 2015, 04:28:11 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
Title: Re: I want to use Advance HMI with arduino use RS232 serial communication
Post by: Archie on March 05, 2015, 06:04:16 AM
It has been done using the Modbus library for Arduino and the ModbusRTUCom driver in AdvancedHMI
Title: Re: I want to use Advance HMI with arduino use RS232 serial communication
Post by: mdjumethun 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..............
Title: Re: I want to use Advance HMI with arduino use RS232 serial communication
Post by: Archie on March 05, 2015, 08:37:03 AM
With the Modus library. See this thread:

http://forum.arduino.cc/index.php?topic=131915.0
Title: Re: I want to use Advance HMI with arduino use RS232 serial communication
Post by: rida236 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.
Title: Re: I want to use Advance HMI with arduino use RS232 serial communication
Post by: rida236 on February 15, 2016, 01:01:33 PM
Hello,

Problem Solved...

Many Thanks.