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
Diff: readme.txt
- Revision:
- 0:6262fc7582a9
- Child:
- 1:35fdc7056f66
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.txt Thu Jul 21 19:48:35 2016 +0000 @@ -0,0 +1,18 @@ +I found this modbus arduino library from: +https://www.cooking-hacks.com/documentation/tutorials/modbus-module-shield-tutorial-for-arduino-raspberry-pi-intel-galileo/ + +Then, I modify the library so that it is compatible with my mbed enabled Nucleo F401RE by using MODSERIAL: +https://developer.mbed.org/users/Sissors/code/MODSERIAL/ + +and Millis library: +https://developer.mbed.org/users/lisper/code/millis/ + +All of the modification were labeled with "afdhal". + +Special thanks to: +jpmzometa +sammarcoarmengol +Andy Kirkham +Erik Olieman +Lee Yaping +and all others that I missed \ No newline at end of file