tetete
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.
- 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.
Generated on Tue Jul 26 2022 23:01:19 by
1.7.2