NuMaker Modbus-RS485

Dependencies:   Modbus nvt_rs485

Fork of modbus-over-rs485-sample by Wayne Lin

Revision:
1:f9d748875768
Parent:
0:1e78831318df
Child:
4:f69e05cb6714
--- a/main.cpp	Tue Sep 20 06:50:29 2016 +0000
+++ b/main.cpp	Tue Sep 20 06:52:50 2016 +0000
@@ -1,6 +1,9 @@
 /*
 * The program is a sample code. 
 * It needs run with some NuMaker-PFM-NUC472 boards.
+*
+* Please remeber to modify global definition to enable RS485 port on board.
+* Modify '//#define DEF_RS485_PORT 1' to '#define DEF_RS485_PORT 1'
 */
 
 /* ----------------------- System includes --------------------------------*/