I have to communicate with another device, which uses VT100 Encoding, at the moment I use a RichTextBox for displaying the characters, but VT100 Encoding is different to ASCII / UTF8 etc.
Is there a way to display all the VT100 Characters correctly in a RichTextBox? If not - is it somehow possible to use e.g. https://github.com/franck-gaspoz/AnsiVtConsole.NetCore in a Windows Forms App, and Display a VT100 Terminal?
Thanks!