noka @willow-micro / AsyncSerial

Dependencies:   FIFO

Dependents:   InvertedPendulum2017 SerialConnect mbed_2018 mbed_2019_rx3 ... more

Embed: (wiki syntax)

« Back to documentation index

AsyncSerial.hpp File Reference

AsyncSerial.hpp File Reference

Asynchronous (Non-brocking) Serial Communication library with variable length software ring buffer (FIFO). More...

Go to the source code of this file.

Data Structures

class  AsyncSerial
 Asynchronous Serial Communication with FIFO. More...

Detailed Description

Asynchronous (Non-brocking) Serial Communication library with variable length software ring buffer (FIFO).

You can use also RawSerial Library's method. You can set the baudrate of the serial communication when instantiating.

Author:
T.Kawamura
Version:
1.3
Date:
2017-03-29 T.Kawamura Written for C++/mbed.
2017-03-30 T.Kawamura Bug Fixed: Cannot use format(), baud().
2017-06-17 T.Kawamura Update: FIFO Buffer Fixed.
2017-06-23 T.Kawamura Bug Fixed: Cant use wait().
See also:
Copyright (C) 2017 T.Kawamura. Released under the MIT license. http://opensource.org/licenses/mit-license.php

Definition in file AsyncSerial.hpp.