HI
I'm trying to download data from a data logger which collects data
every 5 minutes and save it in a internal memory. This machine comes with a
software for DOS, which stabilishes a connection with the logger by a serial
port. I'm trying to run it inside DOSEMU. It works fine, but sometimes (this
is very often) the communication fails.
I first tried to use the following configuration (in dosemu.conf)
...
$_com1 = "/dev/cua0"
...
With this configuration, the things works just as I described above.
So I'm trying to make DOSEMU access the hardware directly using the
$_ports and $_irqpassing variables, but this is not working. It seems that
DOSEMU cannot open the port.
...
$_com1 = ""
$_ports = { range 0x3F8,0x3FF }
$_irqpassing = "4"
...
I'm using dosemu version 0.98.5.0
Can anyone help me with this?
[]'s
Rodrigo Real.