SerialReceiveTerminated Method

Receive characters from the ASCOM serial port until the given terminator string is seen

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public string ReceiveTerminated(
	string Terminator
)

Parameters

Terminator  String
The character string that indicates end of message

Return Value

String
Received characters including the terminator string

Remarks

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