Re: plz help ,MODBUS Protocol?!_NEWLINE_!
Posted By:
Tim_Rohaly
Posted On:
Wednesday, June 20, 2001 05:18 PM
You mean Modbus TCP/IP, Modbus over RS232,
Modbus over RS485, or what? There is no built-in
Java API for this - you can't expect all
your work to be done for you by Sun. Get the
protocol spec and write the code you need. Modbus.org
even has example code in Java.