On Tue, 27 Apr 1999, Ari Moisio wrote:
> So, is there any other ways to communicate between dosemu and linux
> kernel. For example to make a virtual serial connection where COMx: on
> dosemu side is connected somehow to Linux serial device. After this any
> terminal emulator could be used.
absolutely, im working on a project right now using linux serial devices
on a digiboard from dosemu. its pretty simple. all you have to do is edit
the /etc/dosemu.conf file and look for an entry like:
$_com1 = ""
and you simply change the com port setting you want to include the linux
device name. for example:
$_com1 = "/dev/cua0"
would be the equivalent of com1 from a real dos session.
hope this helps.
-nathan