Modbus communications with Java!

N

Thread Starter

nChafe

I am an engineering student in Newfoundland (Canada) stuck for time to come up with code to read/write data over modbus using Java... please let me know if you have any sample source code that I could use as guidance!! I have already looked at http://jamod.sourceforge.net but cannot see the relation between Modbus protocol and Java implementation. thanks!!! email: [email protected]
 
Why not try the Java Comm API? although it will not work with the new Java 1.5 version, but in the lower version. Make sure to write a class for the CRC computation. I will try look for the Java program I did a year ago in on of my project implementation.
 
Just find the classes from old versions of Java and put them as library.

(I am working on the same project. However, for the same issue Java is not a priority.)
 
Top