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.
Diff: main.cpp
- Revision:
 - 9:d49cdc77f867
 - Parent:
 - 6:70460dcbc43c
 - Child:
 - 11:ca1e0ca3a673
 
diff -r 595258a79939 -r d49cdc77f867 main.cpp
--- a/main.cpp	Tue Nov 11 20:29:49 2014 +0000
+++ b/main.cpp	Tue Nov 11 20:59:43 2014 +0000
@@ -25,7 +25,7 @@
     dlms.initialise  (9600, // baudrate    
                       8,    // bits,
                       'n',  // parity
-                      2);   // stop_bits    
+                      1);   // stop_bits    
     debugger.printf (">> Setup Done \r\n");
 }
 /** ---------------------------------------------------------------------------