MODSERIAL with support for KL25Z + RTOS (beta, putc + puts currently)
Fork of MODSERIAL by
Diff: example.cpp
- Revision:
- 2:b936b4acbd92
- Parent:
- 0:eb2522b41db8
diff -r b7e435fbfe8e -r b936b4acbd92 example.cpp --- a/example.cpp Sun Nov 21 02:15:07 2010 +0000 +++ b/example.cpp Sun Nov 21 03:31:51 2010 +0000 @@ -54,7 +54,7 @@ // Ensure the baud rate for the PC "USB" serial is much // higher than "uart" baud rate below. - pc.baud(115200); + pc.baud(PC_BAUD); // Use a deliberatly slow baud to fill up the TX buffer uart.baud(1200);