Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


PComControl 107 Error: Bad Baud Rate

Keywords:    107 pComControl

Question:

i am executing the function pComControl and all I get is the error 107: Bad Baud rate. Why?
addextender("WWSER34I.DLL")
debug(1)
port=pComOpen("COM1",0,57600,"8N1","RTSRTS")
sss = pComControl(port,0,28800,0,0); <<< THIS IS WHERE I GET THE "BAD BAUD" ERROR

Answer:

Opps. You will need the most current version of the serial extender dll (dated 10/26/98 or newer). There was a problem with this function in earlier versions. No matter what baud rate was specified it would fail with the 107 Bad Baud Rate error. The problem has been fixed.
Article ID:   W12573
Filename:   pComControl.txt