SerialPort

From DOSBoxWiki
Revision as of 20:47, 14 March 2009 by 90.178.5.67 (talk)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
[serial]

#====NEW/Changed in 0.65
# serial1-4 -- set type of device connected to com port.
#              Can be disabled, dummy, modem, directserial.
#              Additional parameters must be in the same line in the form of
#              parameter:value. Parameters for all types are irq, startbps, bytesize,
#              stopbits, parity (all optional).
#              for directserial: realport (required).
#              for modem: listenport (optional).
#              Example1: serial1=modem listenport:5000
#              Example2: serial1=directserial realport:COM3

serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled