mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Reset branch HEAD to f74fa35c commit. Removed all TX: and RX: Console.Debug statements and built successfully.
This commit is contained in:
parent
f74fa35ca4
commit
00d2159d06
7 changed files with 4 additions and 31 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue