View previous topic :: View next topic |
Author |
Message |
hello188
Joined: 02 Jun 2010 Posts: 74
|
modbus master PC program |
Posted: Sat Jul 28, 2012 12:33 am |
|
|
Hi.
I have implemented modbus slave using modbus.c and EX_modbus_slave.c file. I want to test it on the PC master.
Currently, I am using modbus_poll trial version and it seems to work OK. The full version lets me use more than one modbus functions at a time with price $129.
Anybody using any other program??
Any recommendations??
Thank you |
|
|
hugo_br
Joined: 01 Aug 2011 Posts: 26 Location: BRAZIL
|
|
Posted: Mon Aug 26, 2013 12:38 pm |
|
|
I am also using this program to communicate with a PIC board running Modbus Slave, however I have no answer. Have you done any Slave plate communicating with the PC? I need to send an analog channel to PC via MODBUS. Got any tips to give. I`m using a ex_modbus_slave.c I await a response. Thank you very much.
Hugo. |
|
|
RF_Developer
Joined: 07 Feb 2011 Posts: 839
|
|
Posted: Tue Aug 27, 2013 7:42 am |
|
|
I use NModbus - a C# implementation of Modbus for .net apps. It works with Visual Studio Express. Its not a standalone application, you use it to build your own .net apps. Works for me, and its free. |
|
|
hello188
Joined: 02 Jun 2010 Posts: 74
|
|
Posted: Thu Sep 12, 2013 1:46 am |
|
|
It is most likely that your hardware setup does not match your software driver setup, and your PC's setup.
Are you using RS-232C? or are you using RS-485.
I tried ex_modbus_slave.c, and it works.
I need more info to help you |
|
|
|