Console Serial IO con display OLED e seriale asincrona

Dependencies:   mbed BufferedSerial AserialIOFuncLib SSD1306 TerminalPlusV2

Fork of SerialIO by Max Scordamaglia

Console Serial IO con display OLED e seriale asincrona

Files at this revision

API Documentation at this revision

Comitter:
MaxScorda
Date:
Sun Aug 16 23:30:57 2015 +0000
Parent:
15:7d756492af23
Child:
17:7c8c37fbec9f
Commit message:
ok6;

Changed in this revision

Functions.h Show annotated file Show diff for this revision Revisions of this file
--- a/Functions.h	Sun Aug 16 23:27:17 2015 +0000
+++ b/Functions.h	Sun Aug 16 23:30:57 2015 +0000
@@ -79,8 +79,8 @@
             sc.writeScreen(fnzAdd.string2char(fnzAdd.addEOS(func+"-"+funcnum+"-"+param)),42,14,4);
             sc.writeScreen("Arduino Command \n",42,20,99);
             ardser.printf(fnzAdd.string2char(fnzAdd.addEOS(func+funcnum+param)));
-             printDisp(dispType,"Arduino Command n\r");
-             printDisp(dispType,fnzAdd.string2char(fnzAdd.addEOS("  "+func+funcnum+param)));
+             printDisp(dispType,"Arduino Command \n\r");
+             printDisp(dispType,fnzAdd.string2char(fnzAdd.addEOS("  "+func+funcnum+param+"\r")));
             //ardser.printf(fnzAdd.string2char(fnzAdd.addEOS(func+"-"+funcnum+"-"+param)));
             errp=0;
         }
@@ -91,7 +91,7 @@
         // pc.printf("Bad command\n\r");
         sc.writeScreen("Bad Command\n",42,20,99);
         ardser.printf("\nBad command\n\r");
-            printDisp(dispType,"** Bad command ** n\r");
+            printDisp(dispType,"** Bad command ** \n\r");
     }
     sc.commitScreen();
 }