Table of Contents

Class SerialWrite

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

Represents an operator that writes a sequence of bytes to a serial port.

public class SerialWrite : Sink<byte[]>
Inheritance
SerialWrite
Inherited Members

Properties

PortName

Gets or sets the name of the serial port.

Methods

Process(IObservable<ArraySegment<byte>>)

Writes an observable sequence of byte array segments to a serial port.

Process(IObservable<byte[]>)

Writes an observable sequence of bytes to a serial port.