MBED Serial port implementation

08 Jan 2010

Is the MBED serial port implementation fully queued?  If so how big are the recieve and transmit queues?

08 Jan 2010

The mbed serial ports simply use the hardware FIFOs, which are 16 entries. Someone was playing with a Buffered Serial implementation which might be of interest:

Simon