Replies: 1 comment 2 replies
|
Which cards allowed that? As far as I know, standard UARTs, including the ones built into motherboards, divide down from 115200 and cannot go any higher, even if the UART offers a FIFO. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello
i was trying to get higher baudrates than 115200 in DOS, and found that DOS has a hardcoded limit in 115200 .
Searching around found that cards existed to byapss this using multiplier
thats setting a internal multipleir in specific cards to 4x, then set dos regiseter to 115200, and the card actually clocked to 115200*4=460800baud .
is there any way to simulate this behaviour in DOSBOX ?
i.e. set a multiplier somewhere so when i config my DOS program to 115200 dosbox actually connect to 460800baud ?
thanx in advance
All reactions