Show EOL distros:
Package Links
Package Summary
Released
Documented
A C++ library for asynchronous serial communication
- Maintainer status: developed
- Maintainer: Daniel Koch <danielpkoch AT gmail DOT com>
- Author:
- License: BSD
- Bug / feature tracker: https://github.com/dpkoch/async_comm/issues
- Source: git https://github.com/dpkoch/async_comm.git (branch: master)
Package Summary
Released
Documented
A C++ library for asynchronous serial communication
- Maintainer status: developed
- Maintainer: Daniel Koch <danielpkoch AT gmail DOT com>
- Author:
- License: BSD
- Bug / feature tracker: https://github.com/dpkoch/async_comm/issues
- Source: git https://github.com/dpkoch/async_comm.git (branch: master)
Package Summary
Released
Documented
A C++ library for asynchronous serial communication
- Maintainer status: developed
- Maintainer: Daniel Koch <danielpkoch AT gmail DOT com>
- Author:
- License: BSD
- Bug / feature tracker: https://github.com/dpkoch/async_comm/issues
- Source: git https://github.com/dpkoch/async_comm.git (branch: master)
Package Summary
Released
Documented
A C++ library for asynchronous serial communication
- Maintainer status: developed
- Maintainer: Daniel Koch <danielpkoch AT gmail DOT com>
- Author:
- License: BSD
- Bug / feature tracker: https://github.com/dpkoch/async_comm/issues
- Source: git https://github.com/dpkoch/async_comm.git (branch: master)
This is a release of the async_comm library, following the guidelines in REP 136.
This C++ library gives a simple interface for asynchronous serial communications over a serial port or UDP socket. It uses the Boost.Asio library under the hood, but hides from the user the details of interfacing with the ports or sockets and managing send/receive buffers.
For more details, refer to the README or the API documentation.