A modified Arduino library to let mbed boards to behave as modbus slave. See readme. Tested on Nucleo F401RE.
Dependencies: MODSERIAL ModbusSlave232 mbed mbed-rtos millis
Example code for modified arduino modbus library.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
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. |