buffered-serial for use with MBED's main USB serial interface (UART0).
Fork of buffered-serial1 by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:8daa0697fa7f | 2013-06-10 | jrj | Adding buffered-serial1 from http://mbed.org/users/tylerjw/code/Serial_interrupts_buffered/docs/e489f1ee71d8/main_8cpp_source.html; ; normal serial interface with callbacks doesn't work when the project includes RTOS. |
4:d3122119f92b | 2012-12-17 | tylerjw | naming conventions and documentation |
3:a4a21e18acd1 | 2012-12-13 | tylerjw | commented out debug led code |
2:8ccf9bb8dc65 | 2012-12-11 | tylerjw | line overflow test added |
1:eabb26ce183b | 2012-12-11 | tylerjw | fixed end of line detection |
0:707b9f3904dd | 2012-12-10 | tylerjw | initial commit - working with UART1 (p13,p14) |