Add Emulator test category

This commit is contained in:
John Lewin 2017-06-11 07:59:13 -07:00
parent 1ff510d5bb
commit c4b2e88921
4 changed files with 13 additions and 11 deletions

View file

@ -284,6 +284,7 @@ namespace MatterHackers.PrinterEmulator
while (!shutDown)
{
string line = "";
try
{
line = serialPort.ReadLine(); // read a '\n' terminated line
@ -294,6 +295,7 @@ namespace MatterHackers.PrinterEmulator
catch (Exception)
{
}
if (line.Length > 0)
{
Console.WriteLine(line);