First post, by VárTam
VárTam
Offline
Rank
Newbie
My program use serial device.
I use the dos 6.22 copy commands like this :
MODE COM1:96,N,8,1
COPY TEXTFILE.TXT COM1
and this is working.
The MODE command settings: the baud rate (9600),No parity,...
How can I set this parameters in the dosbox. In dos box there isn't MODE command.