Reset branch HEAD to f74fa35c commit. Removed all TX: and RX: Console.Debug statements and built successfully.

This commit is contained in:
Jonathan Arndt
2021-03-11 11:14:59 -08:00
parent f74fa35ca4
commit 00d2159d06
7 changed files with 4 additions and 31 deletions

View File

@@ -31,7 +31,7 @@ namespace PepperDash.Essentials.Core
{
Communication = comm;
PortGather = new CommunicationGather(Communication, '\x0d');
PortGather.LineReceived += this.Port_LineReceived;
//PortGather.LineReceived += this.Port_LineReceived;
CommunicationMonitor = new GenericCommunicationMonitor(this, Communication, props.CommunicationMonitorProperties);
LineEnding = props.LineEnding;
}