RPC over Serial with read line interrupt tested on LPC1768 and mac minicom terminal. Baudrate 115200

Dependencies:   mbed-rpc-stmfork mbed-src

Fork of rpc_over_serial by Suga koubou

Revision:
1:ae55f51ee284
Parent:
0:7e0e5391432a
Child:
2:94d791a36afe
--- a/main.cpp	Fri Sep 27 05:26:03 2013 +0000
+++ b/main.cpp	Fri Sep 27 05:33:28 2013 +0000
@@ -1,7 +1,6 @@
 #include "mbed.h"
 #include "mbed_rpc.h"
 
-RPC rpc();
 Serial pc(USBTX, USBRX);
 
 int main() {