First post, by bardes
Hi
I am new here and hope I post this at the wright place.
I try to run an old Dos communication program in DOSBox
This program uses the following in the original config.sys:
device=comdev.dev 9600
(Comdev.dev is some protocol driver for serial communication)
Q: How to do this in DOSBox?
(My other serial communication works well with:
serial1=directserial realport:COM1 rxdelay:10 txdelay:10)
BEs