SerialTransmit Method

Transmits a string 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 Transmit(
	string Data
)

Parameters

Data  String
String to transmit

Exceptions

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

See Also