mfld-fr / emu86

Intel IA16 emulator for embedded development
35 stars 6 forks source link

Cannot debug with SERIAL=stdio #78

Closed mfld-fr closed 3 years ago

mfld-fr commented 3 years ago

Missing code path: functions char_normal & char_raw are not connected to the debugging loop when the emulated serial port uses the stdio back-end. Have to do the same asconsole_normal & console_raw, but as serial_normal & serial_raw.

Workaround is to use the pty back-end with SERIAL=pty, and to use pcat for serial input / output (as on the real target).