On Mon, 4 Jan 1999, Aart Koelewijn wrote:
> I wanted to run dos that way, to get a log of the communication between
> the DOS programm and the micro-controller. But when I use that switch I
> get a communication time-out in the DOS programm :-(
Sure, because each byte tranferred via the serial port leads to 100 times
more bytes written to the logfile.
You may try
# dos -D+s -I 'logbufsize 0x200000 logfilesize 0x200000'
This will expand the log buffer to 2Meg and (most likely) not flushing to
the file until the end of the dosemu session.
Hans
<[EMAIL PROTECTED]>