Class SerialReadLine
Represents an operator that reads lines of characters asynchronously from a serial port.
public class SerialReadLine : Source<string>
- Inheritance
-
SerialReadLine
- Inherited Members
Properties
- NewLine
Gets or sets the new line separator used to delimit reads from the serial port.
- PortName
Gets or sets the name of the serial port.
Methods
- Generate()
Reads a sequence of characters delimited by a new line separator from the serial port.
- Generate<TSource>(IObservable<TSource>)
Reads a sequence of lines from a serial port, where each new line is read only when an observable sequence emits a notification.