A modified Arduino library to let mbed boards to behave as modbus slave. See readme. Tested on Nucleo F401RE.
Dependencies: mbed mbed-rtos ModbusSlave232 MODSERIAL max6675 millis
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:cc12e1f4daf1 | 2021-09-02 | ascheeren | panela modbus |
4:80f3ac4b1c8b | 2016-07-28 | AfdhalAtiffTan | Reverting back to working version. |
3:4178c25493ba | 2016-07-28 | AfdhalAtiffTan | Reverting to working version. |
2:9f6a0d8a5c9a | 2016-07-28 | AfdhalAtiffTan | See: https://github.com/EEEManchester/Food-Computer |
1:77e7cf856fae | 2016-07-28 | AfdhalAtiffTan | First Rev_1 alpha code. May contain bugs. All sensors and actuators should be working. Doesn't use RTOS because SoftSerial can't handle it, it uses Ticker instead. Communication via MODBUS RTU on serial. |
0:74eb078d4846 | 2016-07-22 | AfdhalAtiffTan | Added small comments. |