Re: terminal without telnet
| Newsgroups | gmane.comp.emulators.hercules390.general |
|---|---|
| Message-ID | <[email protected]> |
---In [email protected], <gtaylor@...> wrote : > I would be interested in seeing a packet capture of the traffic between > Qemu and Hercules. I found out how to switch debug on in Hercules, and here is what happened: Start qemu and get this: 15:21:15 console: DBG018: Received connection from 127.0.0.1 15:21:15 console: DBG003: Sending IAC DO TERMINAL_TYPE 15:21:15 +0000 FFFD18 It just sits there, and then when I start "pdpser", it first writes out the date as 2019-etc, and I see this: 15:21:28 console: DBG005: Packet received length=3 15:21:28 +0000 323031 201 15:21:28 console: DBG006: Expected IAC WILL TERMINAL_TYPE So qemu seems to be at fault for waiting for the connection, but then failing to do the negotiation. Maybe I'm missing some parameter in qemu. Regardless, now that I can see what is happening I think I will just put in a hack that a "201" response activates an ANSI terminal. That will be good for another 8+ months. :-) BFN. Paul.