Tagged Questions
3
votes
1answer
466 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
3answers
599 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
196 views
I have to make an iPhone app that communicates with devices that support Modbus Protocol
I have to be able to communicate wirelessly which means it would either be MODBUS TCP/IP over wifi or MODBUS RTU over bluetooth. I cannot find any modbus implementations with an objectiveC wrapper, ...