Merge pull request #1 from FH0/master

write everything at once
This commit is contained in:
salvathor79 2024-10-20 23:21:55 +02:00 committed by GitHub
commit 3cd37c4322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -301,7 +301,7 @@ namespace SimplySerial
try
{
// process keypresses for transmission through the serial port
if (Console.KeyAvailable)
while (Console.KeyAvailable)
{
// determine what key is pressed (including modifiers)
keyInfo = Console.ReadKey(intercept: true);