larsbrinkhoff / terminal-simulator

Simulation of VT52 and VT100 terminal hardware.
GNU General Public License v3.0
113 stars 17 forks source link

Simulate baud, parity, etc mismatch #3

Open larsbrinkhoff opened 3 years ago

larsbrinkhoff commented 3 years ago

Read the host side termios settings and simulate sending data at the appropriate baud rate.

larsbrinkhoff commented 3 years ago

A mechanism for this is implemented, but I'm not sure the details are right. The firmware outputs the ░ checkerboard character for most off-baud characters. I think they are received with framing errors, but in reality maybe this doesn't happen so often.