This library meant to allow mbed boards (tested on F401RE) to act as modbus slave. I don't own this work, I just made some simple modifications so that it runs on mbed. My modification were labeled with "afdhal". Summary: Modified modbus Arduino library for mbed. See readme for more details. Feel free to use it as you want. Special thanks to the original authors.
Dependents: ModbusRTU-RS232 FoodComputerARM-alpha
readme.txt@1:35fdc7056f66, 2016-07-22 (annotated)
- Committer:
- AfdhalAtiffTan
- Date:
- Fri Jul 22 09:44:55 2016 +0000
- Revision:
- 1:35fdc7056f66
- Parent:
- 0:6262fc7582a9
Added small comments.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AfdhalAtiffTan | 0:6262fc7582a9 | 1 | I found this modbus arduino library from: |
AfdhalAtiffTan | 0:6262fc7582a9 | 2 | https://www.cooking-hacks.com/documentation/tutorials/modbus-module-shield-tutorial-for-arduino-raspberry-pi-intel-galileo/ |
AfdhalAtiffTan | 0:6262fc7582a9 | 3 | |
AfdhalAtiffTan | 1:35fdc7056f66 | 4 | Then, I made a small modification to the library so that it is compatible with my mbed enabled Nucleo F401RE by using MODSERIAL: |
AfdhalAtiffTan | 0:6262fc7582a9 | 5 | https://developer.mbed.org/users/Sissors/code/MODSERIAL/ |
AfdhalAtiffTan | 0:6262fc7582a9 | 6 | |
AfdhalAtiffTan | 0:6262fc7582a9 | 7 | and Millis library: |
AfdhalAtiffTan | 0:6262fc7582a9 | 8 | https://developer.mbed.org/users/lisper/code/millis/ |
AfdhalAtiffTan | 0:6262fc7582a9 | 9 | |
AfdhalAtiffTan | 0:6262fc7582a9 | 10 | All of the modification were labeled with "afdhal". |
AfdhalAtiffTan | 0:6262fc7582a9 | 11 | |
AfdhalAtiffTan | 0:6262fc7582a9 | 12 | Special thanks to: |
AfdhalAtiffTan | 0:6262fc7582a9 | 13 | jpmzometa |
AfdhalAtiffTan | 0:6262fc7582a9 | 14 | sammarcoarmengol |
AfdhalAtiffTan | 0:6262fc7582a9 | 15 | Andy Kirkham |
AfdhalAtiffTan | 0:6262fc7582a9 | 16 | Erik Olieman |
AfdhalAtiffTan | 0:6262fc7582a9 | 17 | Lee Yaping |
AfdhalAtiffTan | 1:35fdc7056f66 | 18 | and all others that I missed |
AfdhalAtiffTan | 1:35fdc7056f66 | 19 | |
AfdhalAtiffTan | 1:35fdc7056f66 | 20 | Feel free to use it as you like. ;) |