Modbus RTU Libraries For Arduino
Modbus RTU Libraries For Arduino
correctly you will have to use a timer interrupt set at the inter character transmission
time and most likely you must implement your own serial library (or parts there of) since
the timer interrupt must be cleared by the reception flag of the serial receive hardware
character buffer. This is quite intensive and in my mind veers away from the KISS
principal.
In my line of work in Marine and Industrial electronics engineering I have tested the
libraries extensively with marine and industrial equipment I come across on a usual day
to day basis. I did not once not manage to connect to a master or slave due to the
frame and inter character timing limitations.
The libraries have been updated to support Arduino V1.05 and later versions.
Please check the "Issues" page for a description on updates and various other helpful
information.
Check the arduino forum http://forum.arduino.cc/index.php?topic=176142.0'>thread for
allot of useful information.
Google has stopped the upload of new files. The latest libraries can be obtained
https://drive.google.com/folderview?
id=0B0B286tJkafVSENVcU1RQVBfSzg&usp=drive_web'>here
Feedback is welcomed so I can make the libraries even more robust. Mail me at
bester.juan@gmail.com