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

Fork of BufferedSerial by Sam Grove

Embed: (wiki syntax)

« Back to documentation index

File Index

File List

Here is a list of all documented files with brief descriptions:
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