My implementation of VT100 ESC-sequence utility

Fork of vt100 by Motoo Tanaka

Revision:
2:0a86bf429b6f
Parent:
0:94253645a02a
--- a/vt100.h	Sun Dec 07 10:17:29 2014 +0000
+++ b/vt100.h	Tue Jun 16 11:52:44 2015 +0000
@@ -36,7 +36,7 @@
     /** constructor 
      * @param baud baud rate
      */
-    vt100(int baud = 115200) ;
+    vt100(int baud = 9600) ;
     
     /** destructor */
     ~vt100(void) ;