Fixed receiver thread cancellation
Fixed blocking endlessly on port close
This commit is contained in:
@ -20,5 +20,7 @@ internal class Program
|
||||
serialPort.Write("START\r\n");
|
||||
|
||||
Console.ReadKey();
|
||||
|
||||
serialPort.Close();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user