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:   buffered_serial_test BLE_Police_HRM evena_BLE_Police_HRM df-2014-workshop-rfid-case-generator-k64f ... more

Auto generated API documentation and code listings for BufferedSerial

Classes

BufferedSerial A serial port (UART) for communication with other serial devices

Code

BufferedSerial.cpp [code] Software Buffer - Extends mbed Serial functionallity adding irq driven TX and RX
BufferedSerial.h [code] Software Buffer - Extends mbed Serial functionallity adding irq driven TX and RX