I'm trying to set up a direct connection to another
computer using PPP over a COM port. The other computer
is expecting EVEN parity (115200,8,e,1).
The problem is, looking at the Modem log file shows that
the port is initialized to the correct setting, then
before sending out the string "CLIENT", Windows is
resetting to NO parity (115200,8,n,1). The other computer
doesn't respond (obviously, since the parity is wrong)
after four attempts, so Windows resets the COM port back
to the correct setting of EVEN parity (115200,8,e,1)
and "hangs up."
How do I get Windows to keep my parity setting for the
entire connection? Why is it resetting the parity I set
up for this connection?
My deepest thanks to anybody who can help!!
|