PicoMite serial Input


Author Message
Mark
Regular Member

Joined: 26/11/2022
Location: United States
Posts: 99
Posted: 12:19am 07 Jan 2025      

No, I'm not really interested in interrupt processing, I just thought that was a step in diagnosing the situation.

Jim got it! Thanks.

For some reason, while ENTER or ^M (CR) works on the USB console, it takes CR/LF (^M^J) on the COM console.  I still have one issue that make keep it from be usable. While the line editing works, the typed characters are not echoed as typed on the COM console.

It looks like I will have to write my own input routine (or use/adapt the one above).  I really want the COM console to behave like the USB console with line editing and CR to enter.

Mark