Table of Contents

Class SerialWriteLine

Namespace
Bonsai.IO.Ports
Assembly
Bonsai.System.dll

Represents an operator that writes the text representation of each element of the sequence to a serial port.

public class SerialWriteLine : Sink
Inheritance
SerialWriteLine
Inherited Members

Properties

NewLine

Gets or sets the separator used to terminate lines sent to the serial port.

PortName

Gets or sets the name of the serial port.

Methods

Process<TSource>(IObservable<TSource>)

Writes the text representation of each element of an observable sequence to a serial port.