--- layout: page-full ---

Serial communication for Akka

Highlights

  • Reactive: only does work when required (no constant polling of ports or blocking IO)
  • Integrates seamlessly with Akka
  • Portable to POSIX systems
  • Watchable ports: react to connection of new devices
  • Compatible with Reactive Streams

Getting Started

Have a look at the example below to get a feel of akka-serial's usage, then follow the first steps of the user guide.

Quick Example

{% include_relative _snippet.md %}

More examples on akka-serial's usage are available in the samples source directory.