Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TAIST_modbus by
Diff: main.cpp
- Revision:
- 4:774fe9cd0748
- Parent:
- 3:e458eb84d10d
- Child:
- 5:8998772b4971
diff -r e458eb84d10d -r 774fe9cd0748 main.cpp
--- a/main.cpp Fri Mar 16 10:46:58 2018 +0000
+++ b/main.cpp Fri Mar 16 10:58:01 2018 +0000
@@ -22,7 +22,7 @@
char ch = pc.getc();
if (modbus_parser(ch, frame)) {
-// printf("TRUE\n") ;
+ printf("TRUE\n") ;
offset = (frame[2] << 8) | (frame[3]);
count = (frame[4] << 8) | (frame[5]);
