> Date: Wed, 1 Mar 2000 08:34:47 +1100
>
> Does DOSEMU have any kind of 'vmodem' capability? Ideally, what I would like
> is for a specified COM port to be redirected to stdin/out - which will
> generally be the TTY I'm on. This is to support DOS doors for my BBS.
> If it doesn't support this, who should I bribe to 'make it so' ?

In dosemu.conf you can define COM ports, if I remember correctly
any device from /dev can be used there (I tried /dev/cua2).
Seems you can use /dev/ptyxx and /dev/ttyxx pair - they form
bidirectional pipe, you open pty first, then run DosEmu giving
corresponding tty to it. 
Or maybe you can just specify /dev/tty (or whatever is name of
current terminal on Linux) to pass it to DosEmu.

Jerzy

Reply via email to