UART1 buffered serial driver, requires RTOS
Dependents: Serial_interrupts_buffered HARP2 HARP3
Buffered serial UART1 - Setup to work with UART1 (p13,p14)
Uses RTOS to block current thread.
Reference: http://mbed.org/users/tylerjw/notebook/buffered-serial-with-rtos/
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
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) |