public void RcvData(string InputString) { // Ignore... Possibly log the input for later reference? ServiceMain.AppendToLog("Data received in idle state: " + InputString); }
public void RcvACK() { // Bask in the praise of the instrument? It's acknowledging us for no reason! // Seriously though, maybe we should add inappropriate incoming transmissions to the log file. ServiceMain.AppendToLog("ACK received in idle state...?"); }