VOGONS


First post, by microdesigns

User metadata
Rank Newbie
Rank
Newbie

Newbie here.
trying to figure out how to modify dosbox.conf so I can run
my compiled qbasic program (standalone exe)
that uses keyboard/svga display/com1:/lpt1:
can run program in xp but serial i/o is very/very/very slow.

get message:
f
midi:opened device : win32
read from E 0
read from E 0
TX add
TX add !

should goto/from com1:
HELP!
Thanks,
Ray

Reply 1 of 4, by iampiti

User metadata
Rank Member
Rank
Member

Dosbox doesn't link the serial or parallel ports to the emulator so you won't be able to use them to communicate with anything.

gee, I hope you can understand what i said 😀

Iampiti

Reply 2 of 4, by microdesigns

User metadata
Rank Newbie
Rank
Newbie

I do now after spending many hours looking through old messages.
Still, that would be a great way of saving my old programs that
will not run on xp.
Thanks,
Ray

Reply 3 of 4, by Guest

User metadata

I to am trying to use serial i/o using:
[directserial]
# directserial -- Enable serial passthrough support.
# comport -- COM Port inside DOSBox.
# realport -- COM Port on the Host.
# defaultbps -- Default BPS.
# parity -- Parity of the packets. This can be N, E or O.
# bytesize -- Size of each packet. This can be 5 or 8.
# stopbit -- The number of stopbits. This can be 1 or 2.

but not sure how to modify qb45 to use!
Help!
Ray

Reply 4 of 4, by `Moe`

User metadata
Rank Oldbie
Rank
Oldbie

You can try qemu or Bochs if you need direct LPT access. Google for them.