Tagged Questions

3
votes
1answer
467 views

Modbus driver: C vs Java

I am soon going to start a project where I'm required to program a Modbus driver. My initial approach was to want to do it in Java, however my boss has had contact with a company that has experience ...
1
vote
1answer
102 views

Jamod (modbus, Java) Master programming, why does it repeat the transaction?

I'm on a project that involves using the serial connection (hence the Jamod) and coding I came across this //7. Execute the transaction repeat times //repeat =10 defined in point 1. (go to the source ...
1
vote
1answer
89 views

Need Objective Modbus Java Library help

Does anybody know is there any Objective Modbus Java library ( Modbus + ) ?
1
vote
1answer
1k views

Writing to modbus with Jamod

I came across with a curious situation when using jamod to write to modbus. Following read code works perfectly: public static void main(String[] args) throws Exception { InetAddress address = ...
1
vote
1answer
133 views

Is there a modbus implementation which uses Mina 2.x?

Is there a open source modbus implementation which uses Apache Mina 2.x?
0
votes
0answers
34 views

Remote Handling PLC using Web based java application

we are developing an simulator application where user can create simulation and run the logic. now in second phase of our project we required hardware triggering using web based application . i ...
0
votes
2answers
393 views

Need modbus Java library

I need simple modbus Java library with source code. I found on google but there is .jar file and doesn't have strong using manual. Can anybody suggest me modbus library with using manual or source ...