USBSerial Hello World: Serial Communication

Dependencies:   USBDevice mbed

Fork of USBSerial_HelloWorld by Samuel Mokrani

Files at this revision

API Documentation at this revision

Comitter:
alpesh
Date:
Thu Jul 17 14:42:12 2014 +0000
Parent:
9:d88699a0905a
Commit message:
Serial communication with the encoders

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Mar 01 13:33:02 2013 +0000
+++ b/main.cpp	Thu Jul 17 14:42:12 2014 +0000
@@ -8,7 +8,7 @@
  
     while(1)
     {
-        serial.printf("I am a virtual serial port\r\n");
-        wait(1);
+        serial.printf("Hello From Serial Port\r\n");
+      //  wait(1);  We dont need it to wait
     }
 }
\ No newline at end of file