-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
I think this is related to issue #22.
I started the emulator using
./rc2014 -a -r ./R0000009.BIN -e 0
However when pasting text (e.g PI.BAS) into the emulator most of the 'keystrokes' are dropped, even when pasting a single line of text.
When using a real serial interface I the rate at which keystrokes arrive is limited by the baud rate but when pasting text in a terminal window the input easily overwhelms the emulated serial interface.
Would it be possible to buffer the input (except for ctrl-\
) before it reached to emulated serial port, so keystrokes are not dropped?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels