VOGONS

Common searches


No COM ports

Topic actions

First post, by Edd

User metadata

No COM ports support
Informer not diagnostic COM port
Help[/img]

Reply 1 of 15, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

Surprisingly enough this is inside DOSBox documentation (Why was it hidden?)

[directserial] # directserial -- Enable serial passthrough support. # comport -- COM Port inside DOSBox. # realport -- COM Port […]
Show full quote

[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.

directserial=false
comport=1
realport=COM1
defaultbps=1200
parity=N
bytesize=8
stopbit=1

I don't understand what you mean. Would you mind to rephrase using intelligible English?

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 12 of 15, by taiken7

User metadata
Rank Member
Rank
Member

Thanks Hal; yes, I've also been using my own variant.
The problem is that the DS chipsets require REALLY accurate timing.
I was thinking of stubbing a little WinXX driver to assist, but I don't
think 6 months of work for a single application is going to be worth the effort.