Class found to work with asyncronous Serial communications () More...
#include <vector>#include <boost/asio.hpp>#include <boost/bind.hpp>#include <boost/thread.hpp>#include <boost/utility.hpp>#include <boost/function.hpp>#include <boost/shared_array.hpp>

Go to the source code of this file.
Classes | |
| class | AsyncSerial |
| Asyncronous serial class Asyncronous serial class. Intended to be a base class. More... | |
| class | AsyncSerialImpl |
| Asyncronous serial class for internal usage Used internally (pimpl) More... | |
| class | CallbackAsyncSerial |
| Asynchronous serial class with read callback Asynchronous serial class with read callback. User code can write data from one thread, and read data will be reported through a callback called from a separate thred. More... | |
Namespaces | |
| serialcom | |
Variables | |
| const unsigned int | serialcom::read_buffer_size =512 |
Class found to work with asyncronous Serial communications ()
Definition in file AsyncSerial.h.