sends a command synchronously to the serial port and waits for one of the responses contained in the default endTokens. If no matching response is found before the default commandTimeout milliseconds elapse a CommandTimeoutException is thrown
sends a command synchronously to the serial port and waits for one of the responses contained in the default endTokens. If no matching response is found before the default commandTimeout milliseconds elapse a CommandTimeoutException is thrown
public string SendCommand(string);
sends a command synchronously to the serial port and waits for one of the responses contained in endTokens. If no matching response is found before commandTimeout milliseconds elapse a CommandTimeoutException is thrown
public string SendCommand(string,string[],int);
SerialIO Class | Whisperstream.SerialComm.IO Namespace