Comment by phkahler
1 year ago
Can it connect to a serial port? I need a terminal to connect to a UART on embedded devices. This should be basic functionality on any terminal, but many don't seem to have it, they're just fancy local shells.
1 year ago
Can it connect to a serial port? I need a terminal to connect to a UART on embedded devices. This should be basic functionality on any terminal, but many don't seem to have it, they're just fancy local shells.
I connect to serial ports a lot in what I do, and never really understood why this should be handled by the terminal emulator. Much better done with eg. picocom, python serial.tools.miniterm or the like.