SerialTransmitBinary Method

Transmit an array of binary bytes through the ASCOM serial port

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public void TransmitBinary(
	byte[] Data
)

Parameters

Data  Byte
Byte array to transmit

Exceptions

SerialPortInUseExceptionThrown when unable to acquire the serial port
NotConnectedExceptionThrown when this command is used before setting Connect = True

See Also