SerialReceive Method
Receive at least one text character from the ASCOM serial port
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
Public Function Receive As String
public:
virtual String^ Receive() sealed
Return Value
StringThe characters received
This method reads all of the characters currently in the serial receive buffer. It will not return
unless it reads at least one character. A timeout will cause a TimeoutException to be raised. Use this for
text data, as it returns a String.