Even with the latest SVN version the communication fails. This time I used the serial log from DOSBox. Here an exerpt of the results:
Com Port is configured by Lauer program:
148271.885 [ 156957] New COM parameters: baudrate 9600, parity even, wordlen 8, stopbits 1
148271.886 [ 156957] write 0x 3 to DLL.
148271.886 [ 156957] New COM parameters: baudrate 38400, parity even, wordlen 8, stopbits 1
148271.887 [ 156957] write 0x 0 to DLM.
148271.887 [ 156957] New COM parameters: baudrate 38400, parity even, wordlen 8, stopbits 1
148271.888 [ 156957] write 0x1b to LCR.
Here data exchanges with shown errors:
151021.000 [ 159748] rx 0x47 (G)
151021.000 [ 159748] with error: framing=0,overrun=1,break=0,parity=0
151021.000 [ 159748] rx overrun (IF=1)
151021.000 [ 159748] rx 0x39 (9)
151021.000 [ 159748] with error: framing=0,overrun=1,break=0,parity=0
151021.000 [ 159748] rx overrun (IF=1)
151021.000 [ 159748] rx 0x30 (0)
151021.000 [ 159748] with error: framing=0,overrun=1,break=0,parity=0
151021.000 [ 159748] rx overrun (IF=1)
151021.000 [ 159748] rx 0x30 (0)
151021.000 [ 159748] with error: framing=0,overrun=1,break=0,parity=0
151021.000 [ 159748] rx overrun (IF=1)
This log I did with MB6 from h-a-l 9000.
I think a log with the latest SVN should be similar.
I also tried different CPU cycles, high (~10000) and low (~1000).
What else could I try?