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

Committer:
AfdhalAtiffTan
Date:
Thu Jul 21 19:48:35 2016 +0000
Revision:
0:6262fc7582a9
Child:
1:35fdc7056f66
Modified Arduino library for mbed.

Who changed what in which revision?

UserRevisionLine numberNew 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 0:6262fc7582a9 4 Then, I modify 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 0:6262fc7582a9 18 and all others that I missed