Serial Passthrough program

Dependencies:   mbed

Fork of SerialPassthrough by Austin Blackstone

Revision:
6:2a3a62ee17fa
Parent:
5:96cb82af9996
--- a/main.cpp	Thu Apr 30 22:48:21 2015 +0000
+++ b/main.cpp	Tue Apr 11 20:16:53 2017 +0000
@@ -23,8 +23,8 @@
 
 int main()
 {
-    pc.baud(9600);
-    dev.baud(9600);
+    pc.baud(115200);
+    dev.baud(115200);
 
     pc.attach(&pc_recv, Serial::RxIrq);
     dev.attach(&dev_recv, Serial::RxIrq);