27.10.2018, 08:07
(15.10.2018, 13:45)raphael Wrote: hello,
I have to control an equipement communicating in modbus rs485 ascii. Is the LM able to communicate with it? If it is, do you have en example a the script that I have to use?
thanks a lot
Hi raphael,
here is a bad-but-working-and-not-complete implementation of modbus ascii purely written in lua for LM.
You can have a look at test file to understand the implementation and usage.
https://github.com/lucapalazzo/luamodbus-native
Luca