01.07.2020 05:34, Steve Bourg пишет:
Does dosemu2's virtual modem support inbound telnet connections or is it an outbound only feature?
So far yes. No one have asked for an incoming. You can do so in a github tracker. If you are a programmer, you can as well code up the patch.
If the latter, is something like tcpser my best option for receiving inbound telnet and feeding that into a dosemu com port?
socat it a well-known tool for such things. You need to establish the link between PTY and TCP socket with it.