0
votes
0answers
16 views
Writing to modbus with Jamod
Hi
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
2answers
73 views
Serial programming: measuring time between characters
I am sending/receiving data over a serial line in Linux and I would like to find the delay between characters.
Modbus uses a 3.5 character delay to detect message frame boundaries. If there is more …
0
votes
1answer
22 views
Is there a modbus implementation which uses Mina 2.x?
Is there a open source modbus implementation which uses Apache Mina 2.x?
2
votes
2answers
35 views
How to Reduce TCP delays caused by ARP flushes for MODBUS TCP
We have an application which is periodically sending TCP messages at a defined rate(Using MODBUS TCP). If a message is not received within a set period an alarm is raised. However every once in a …
2
votes
2answers
613 views
Modbus - .NET
Does anyone know of a good (preferably open source) library for dealing with the Modbus protocol? I have seen a few libraries, but I am looking for some people's personal experiences, not just the top …
