Relay board R421A08 - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Relay board R421A08 (/showthread.php?tid=1403) |
Relay board R421A08 - Thomas - 18.05.2018 Hello I've done a short script for controlling cheap relay board from AliExpress Routerboard R421A08 If someone is interested in: User library named ecl_modbus_rtu Code: local lt_modbus = { Code for testing: Code: local mbus=require('user.ecl_modbus_rtu') RE: Relay board R421A08 - JohnTH - 22.05.2018 Thank you. I have been trying to communicate with tha same relayboard with no luck. I will give this a try. |