DOSBox using a serialport
In order to allow DOSBox to use the serial ports of the computer you need to change the settings.
I do this in the conf file to have it in one location
[serial] # serial1-4 -- set type of device connected to com port. # Can be disabled, dummy, modem, nullmodem, directserial. # for directserial: realport (required), rxdelay (optional). serial1=directserial realport:com1 serial2=disabled serial3=directserial realport:com34 serial4=disabled |
So this example setting means that com1 of my computer (Windows) is com1 in DOSBox and com34 of my computer is com 3 in DOSBox
'컴퓨터관련' 카테고리의 다른 글
dosbox real com1으로 세팅...펌 (0) | 2016.04.13 |
---|---|
dos box print to usb printer...펌. (0) | 2016.04.13 |
print screen to file...펌 (0) | 2016.04.12 |
net use /user:name password /persistent:yes...펌 (0) | 2016.04.12 |
lpt1 to pdf...펌 (0) | 2016.04.12 |
one thought on “DOSBox using a serialport”