Gather debug output fix

This commit is contained in:
Heath Volmer
2017-03-21 13:10:22 -06:00
parent 0788deec6b
commit f6490feb35
10 changed files with 5 additions and 5 deletions

View File

@@ -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();

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
MainAssembly=PepperDash_Core.dll:82fc11d8cf9a889fdf2fb8ad83e8b23a
MainAssembly=PepperDash_Core.dll:00d1b9d87735985f4fbe4cd55c2b5400
MainAssemblyMinFirmwareVersion=1.007.0017
MainAssemblyResource=SimplSharpData.dat:315526abf906cded47fb0c7510266a7e
ü