USBSerial Hello World: Serial Communication
Fork of USBSerial_HelloWorld by
Revision 10:46bb58eff6d5, committed 2014-07-17
- 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 |
diff -r d88699a0905a -r 46bb58eff6d5 main.cpp --- 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