First post, by logitechnoob
Hello,
I'm trying to use an old SDK-86 board with a modern computer using Windows 7 Pro 64bit. The computer does has a serial port on the motherboard, so no Serial2USB adapters
Im using the DOSBox Megabuild6 because it supports serial logging and is most suited for serial coms.
0.000 [ 313] Serial1: BASE 3f8, IRQ 4, initstring "realport:com1 startbps:4800 parity:n stopbits:2 dbgirq dbgreg dbgtr dbgmd"
0.000 [ 314] RTS 0.
0.000 [ 314] DTR 0.
0.000 [ 314] New COM parameters: baudrate 9600, parity none, wordlen 5, stopbits 1
0.000 [ 314] New COM parameters: baudrate 9600, parity none, wordlen 5, stopbits 1
0.000 [ 314] New COM parameters: baudrate 9600, parity none, wordlen 8, stopbits 1
0.000 [ 314] RI 0.
0.000 [ 314] msr interrupt on.
0.000 [ 314] CD 0.
0.000 [ 314] msr interrupt off.
847684.000 [ 850985] rx 0x1e ()
847684.000 [ 850985] rx interrupt on.
847684.000 [ 850985] with error: framing=1,overrun=0,break=0,parity=0
847685.000 [ 850986] rx 0x66 (f)
847685.000 [ 850986] with error: framing=1,overrun=1,break=0,parity=0
847685.000 [ 850986] rx overrun (IF=1)
847685.000 [ 850986] rx 0x18 ()
847685.000 [ 850986] with error: framing=0,overrun=1,break=0,parity=0
847685.000 [ 850986] rx overrun (IF=1)
847685.000 [ 850986] rx 0x66 (f)
847685.000 [ 850986] with error: framing=0,overrun=1,break=0,parity=0
847685.000 [ 850986] rx overrun (IF=1)
847685.000 [ 850986] rx 0x86 (†)
847685.000 [ 850986] with error: framing=0,overrun=1,break=0,parity=0
847685.000 [ 850986] rx overrun (IF=1)
847685.000 [ 850986] rx 0x66 (f)
847685.000 [ 850986] with error: framing=0,overrun=1,break=0,parity=0
847685.000 [ 850986] rx overrun (IF=1)
847685.000 [ 850986] rx 0x86 (†)
847685.000 [ 850986] with error: framing=0,overrun=1,break=0,parity=0
847685.000 [ 850986] rx overrun (IF=1)
847685.000 [ 850986] rx 0x80 (€)
847685.000 [ 850986] with error: framing=0,overrun=1,break=0,parity=0
847685.000 [ 850986] rx overrun (IF=1)
847694.000 [ 850995] rx 0x18 ()
847694.000 [ 850995] with error: framing=1,overrun=1,break=1,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847694.000 [ 850995] rx 0x1e ()
847694.000 [ 850995] with error: framing=0,overrun=1,break=0,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847694.000 [ 850995] rx 0x00 (0)
847694.000 [ 850995] with error: framing=0,overrun=1,break=0,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847694.000 [ 850995] rx 0x98 (˜)
847694.000 [ 850995] with error: framing=0,overrun=1,break=0,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847694.000 [ 850995] rx 0x1e ()
847694.000 [ 850995] with error: framing=0,overrun=1,break=0,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847694.000 [ 850995] rx 0xe6 (æ)
847694.000 [ 850995] with error: framing=0,overrun=1,break=0,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847694.000 [ 850995] rx 0x98 (˜)
847694.000 [ 850995] with error: framing=0,overrun=1,break=0,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847694.000 [ 850995] rx 0xf8 (ø)
847694.000 [ 850995] with error: framing=0,overrun=1,break=0,parity=0
847694.000 [ 850995] rx overrun (IF=1)
847705.000 [ 851006] rx 0x98 (˜)
847705.000 [ 851006] with error: framing=1,overrun=1,break=1,parity=0
847705.000 [ 851006] rx overrun (IF=1)
847705.000 [ 851006] rx 0x86 (†)
847705.000 [ 851006] with error: framing=0,overrun=1,break=0,parity=0
847705.000 [ 851006] rx overrun (IF=1)
and it goes on and on.
The weirdest thing I'm noticing is that I set the parameters for serial communication but it rewrites them with NEW COM paramters.
Why is it doing this?