Inherit from Serial and use software buffers for TX and RX. This allows the UART peripherals to operate in a IRQ driven mode. Overrides most (but not all) stdio functions as Serial did

Dependencies:   Buffer

Dependents:   mbed_esp8266_demo

Fork of BufferedSerial by Sam Grove

Committer:
steeven
Date:
Sun May 03 02:48:55 2015 +0000
Revision:
11:9c34df035d99
Parent:
10:9ee15ae3d1a3
Make putc blocking; Add read line function

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 10:9ee15ae3d1a3 1 https://mbed.org/users/sam_grove/code/Buffer/#7b754354b99c