Add Emulator test category
This commit is contained in:
parent
1ff510d5bb
commit
c4b2e88921
4 changed files with 13 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue