mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-24 18:14:34 +00:00
commit
3cd37c4322
@ -301,7 +301,7 @@ namespace SimplySerial
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
// process keypresses for transmission through the serial port
|
// process keypresses for transmission through the serial port
|
||||||
if (Console.KeyAvailable)
|
while (Console.KeyAvailable)
|
||||||
{
|
{
|
||||||
// determine what key is pressed (including modifiers)
|
// determine what key is pressed (including modifiers)
|
||||||
keyInfo = Console.ReadKey(intercept: true);
|
keyInfo = Console.ReadKey(intercept: true);
|
||||||
|
Loading…
Reference in New Issue
Block a user