New group

Dependencies:   mbed

Fork of TAIST_modbus by Supachai Vorapojpisut

Revision:
16:02568a44616b
Parent:
11:316c0fb5423b
Child:
17:98631c9faf5f
--- a/main.cpp	Wed Mar 14 14:09:24 2018 +0000
+++ b/main.cpp	Wed Mar 14 14:16:11 2018 +0000
@@ -18,7 +18,7 @@
     uint8_t frame[6];
     char ch = pc.getc();
     if(modbus_parser(ch, frame)){
-        printf("GetMODBUS!!\n");
+        modbus_gen(frame);
     }
 }