SerialReceiveByte Method

Receive one binary byte from the ASCOM serial port

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public byte ReceiveByte()

Return Value

Byte
The received byte

Remarks

Use this for 8-bit (binary data). If a timeout occurs, a TimeoutException is raised.

Exceptions

TimeoutExceptionThrown when a receive timeout occurs.
SerialPortInUseExceptionThrown when unable to acquire the serial port
NotConnectedExceptionThrown when this command is used before setting Connect = True

See Also