mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-07 16:54:52 +00:00
Gather debug output fix
This commit is contained in:
@@ -97,7 +97,7 @@ namespace PepperDash.Core
|
||||
var output = Regex.Replace(args.Text,
|
||||
@"\p{Cc}",
|
||||
a => string.Format("[{0:X2}]", (byte)a.Value[0]));
|
||||
Debug.Console(2, Port, "RX: '{0}]", output);
|
||||
Debug.Console(2, Port, "RX: '{0}", output);
|
||||
}
|
||||
ReceiveBuffer.Append(args.Text);
|
||||
var str = ReceiveBuffer.ToString();
|
||||
@@ -135,7 +135,7 @@ namespace PepperDash.Core
|
||||
var output = Regex.Replace(args.Text,
|
||||
@"\p{Cc}",
|
||||
a => string.Format("[{0:X2}]", (byte)a.Value[0]));
|
||||
Debug.Console(2, Port, "RX: '{0}]", output);
|
||||
Debug.Console(2, Port, "RX: '{0}", output);
|
||||
}
|
||||
ReceiveBuffer.Append(args.Text);
|
||||
var str = ReceiveBuffer.ToString();
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -10,8 +10,8 @@
|
||||
<ArchiveName />
|
||||
</RequiredInfo>
|
||||
<OptionalInfo>
|
||||
<CompiledOn>3/21/2017 1:03:04 PM</CompiledOn>
|
||||
<CompilerRev>1.0.6289.21479</CompilerRev>
|
||||
<CompiledOn>3/21/2017 1:09:59 PM</CompiledOn>
|
||||
<CompilerRev>1.0.6289.21898</CompilerRev>
|
||||
</OptionalInfo>
|
||||
<Plugin>
|
||||
<Version>Crestron.SIMPLSharp, Version=2.0.48.0, Culture=neutral, PublicKeyToken=812d080f93e2de10</Version>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
MainAssembly=PepperDash_Core.dll:82fc11d8cf9a889fdf2fb8ad83e8b23a
|
||||
MainAssembly=PepperDash_Core.dll:00d1b9d87735985f4fbe4cd55c2b5400
|
||||
MainAssemblyMinFirmwareVersion=1.007.0017
|
||||
MainAssemblyResource=SimplSharpData.dat:315526abf906cded47fb0c7510266a7e
|
||||
ü
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user