On 2024-05-14, Alan Gauld via Python-list <python-list@python.org> wrote:
> On 14/05/2024 18:44, Gordinator via Python-list wrote:
>
>> I wish to write a terminal emulator in Python. I am a fairly
>> competent Python user, and I wish to try a new project idea. What
>> references can I use when writing my terminal emulator? I wish for
>> it to be a true terminal emulator as well, not just a Tk text
>> widget or something like that.
>
> The first thing is to decide which terminal.

You also need to decide if you're going to support real serial ports
or just ptys.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to