WYSE60.NET
Basic WYSE60 terminal emulator written in VB.NET
This is one of my first .NET projects I did back in 2001. I wrote v2, supporting TCP/IP and Windows which was an upgrade from the v1 that was COM-port oriented and written by my father in QuickBasic eXtended (QBX) 7.1 around 1988. Not all ESC-codes have been implemented, only basics, which is all we needed.
The only thing that was changed since 2002 is that I've upgraded the project to .NET Framework 4.8.1, fixed the creating of registry keys to store the settings and used Control.Invoke...