Creates a Flow that will open a serial port when materialized.
Creates a Flow that will open a serial port when materialized. This Flow then represents an open serial connection: data pushed to its inlet will be written to the underlying serial port, and data received on the port will be emitted by its outlet.
name of serial port to open
settings to use with serial port
when set, the returned Flow will fail when incoming data is dropped
maximum read and write buffer sizes
a Flow associated to the given serial port
Entry point to streaming over serial ports. The design of this API is inspired by Akka's Tcp streams.