mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Gather debug output fix
This commit is contained in:
parent
0788deec6b
commit
f6490feb35
10 changed files with 5 additions and 5 deletions
|
|
@ -97,7 +97,7 @@ namespace PepperDash.Core
|
||||||
var output = Regex.Replace(args.Text,
|
var output = Regex.Replace(args.Text,
|
||||||
@"\p{Cc}",
|
@"\p{Cc}",
|
||||||
a => string.Format("[{0:X2}]", (byte)a.Value[0]));
|
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);
|
ReceiveBuffer.Append(args.Text);
|
||||||
var str = ReceiveBuffer.ToString();
|
var str = ReceiveBuffer.ToString();
|
||||||
|
|
@ -135,7 +135,7 @@ namespace PepperDash.Core
|
||||||
var output = Regex.Replace(args.Text,
|
var output = Regex.Replace(args.Text,
|
||||||
@"\p{Cc}",
|
@"\p{Cc}",
|
||||||
a => string.Format("[{0:X2}]", (byte)a.Value[0]));
|
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);
|
ReceiveBuffer.Append(args.Text);
|
||||||
var str = ReceiveBuffer.ToString();
|
var str = ReceiveBuffer.ToString();
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -10,8 +10,8 @@
|
||||||
<ArchiveName />
|
<ArchiveName />
|
||||||
</RequiredInfo>
|
</RequiredInfo>
|
||||||
<OptionalInfo>
|
<OptionalInfo>
|
||||||
<CompiledOn>3/21/2017 1:03:04 PM</CompiledOn>
|
<CompiledOn>3/21/2017 1:09:59 PM</CompiledOn>
|
||||||
<CompilerRev>1.0.6289.21479</CompilerRev>
|
<CompilerRev>1.0.6289.21898</CompilerRev>
|
||||||
</OptionalInfo>
|
</OptionalInfo>
|
||||||
<Plugin>
|
<Plugin>
|
||||||
<Version>Crestron.SIMPLSharp, Version=2.0.48.0, Culture=neutral, PublicKeyToken=812d080f93e2de10</Version>
|
<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
|
MainAssemblyMinFirmwareVersion=1.007.0017
|
||||||
MainAssemblyResource=SimplSharpData.dat:315526abf906cded47fb0c7510266a7e
|
MainAssemblyResource=SimplSharpData.dat:315526abf906cded47fb0c7510266a7e
|
||||||
ü
|
ü
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue