New group

Dependencies:   mbed

Fork of TAIST_modbus by Supachai Vorapojpisut

Revision:
11:316c0fb5423b
Parent:
9:4ddee8c61bad
Child:
16:02568a44616b
--- a/main.cpp	Wed Mar 14 12:45:04 2018 +0000
+++ b/main.cpp	Wed Mar 14 13:23:27 2018 +0000
@@ -13,6 +13,8 @@
 
 void serial_callback()
 {
+    //Test with :000300000000FD for register 0
+    //Test with :000301000000FC for register 1
     uint8_t frame[6];
     char ch = pc.getc();
     if(modbus_parser(ch, frame)){