From a9173c076b2e7f4603872000700b14af5505af69 Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Fri, 20 Jan 2023 00:37:03 +0800 Subject: [PATCH] Update ReadMe.txt --- Source/pSys/ReadMe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/pSys/ReadMe.txt b/Source/pSys/ReadMe.txt index c40a7d72..9c1c5507 100644 --- a/Source/pSys/ReadMe.txt +++ b/Source/pSys/ReadMe.txt @@ -99,7 +99,7 @@ deficient. It insists on polling all of the serial input devices that it will queue up any characters received. I guess the idea is that this will help in scenarios where characters are coming in too fast to be processed. However, the basic/default interpreter does not -support the queues! Strangely, it still polls the the devices and +support the queues! Strangely, it still polls the devices and literally discards anything received. This completely undermines the ability of the underlying hardware which is doing it's own robust interrupt or hardware based buffering and flow control.