Modbus protocol and Java

G

Thread Starter

GM

Hi Everyone,

I am new to MODBUS and I have a question.

Can we connect to a remote meter using Java? The meter is transmitting using a modem. So can anyone let me know how it can be done?

I really appreciate your help.

Regards,
GM
 
M

Michael Griffin

Type "modbus java" into Google, and the first thing that comes up is: http://jamod.sourceforge.net/

"This project represents a Modbus implementation in 100% Java. It can be used to implement Modbus masters and slaves in various flavors:

* Serial: ASCII, RTU (Master only), BIN
* IP: TCP,UDP"

There is lots of documentation on the web site, starting from the basics. I haven't used jamod as I prefer to work in Python, but it's not going to cost you anything to try it.
 
Top