Added messages to include information about what is being sent via the serial port.

This commit is contained in:
2022-07-25 16:08:50 +01:00
parent 7287990240
commit 9666811eff
+1
View File
@@ -86,6 +86,7 @@ namespace ASCOM.Meade.net
{
SharedSerial.ClearBuffers();
var encodedMessage = raw ? message : $"#:{message}#";
traceLogger.LogMessage("SendBlind", $"Transmitting {encodedMessage}", false);
SharedSerial.Transmit(encodedMessage);
}
}