mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Solution updated to remove all TX/RX data that device classes are printing when talking to 3rd party devices
This commit is contained in:
parent
c5aef18943
commit
f74fa35ca4
7 changed files with 32 additions and 47 deletions
|
|
@ -47,13 +47,6 @@ namespace PepperDash.Essentials.Core
|
|||
return true;
|
||||
}
|
||||
|
||||
void Port_LineReceived(object dev, GenericCommMethodReceiveTextArgs args)
|
||||
{
|
||||
if (Debug.Level == 2)
|
||||
Debug.Console(2, this, "RX: '{0}'",
|
||||
ShowHexResponse ? ComTextHelper.GetEscapedText(args.Text) : args.Text);
|
||||
}
|
||||
|
||||
void SendLine(string s)
|
||||
{
|
||||
//if (Debug.Level == 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue