Hi Allen,
There is a command, where you can set the necessary parameters:
OpenComConfig (comport, devicename, baudrate, parity,
databits, stopbits, inputq, outputq);
Specifies the baud rate for the selected port.
Default Value: 9600 baud
Valid Values: 110, 150, 300, 600, 1200, 2400, 4800, 9600,
14400, 19200, 28800, 38400, 56000, 57600,
115200, 128000, 256000.
Note:
The 128000 and 256000 baud rates may not be supported by your driver.
Non-Standard Baud Rates
-----------------------
You may use non-standard baud rates. All baud rate values are
interpreted literally by the comm driver.
Best regards,
SzalaiS
DavidNI wrote:
> hi :
> i have a question , could you tell me on CVI7.1 platform?
> i want to change RS232 serial port baudrate from 9600 to 11520 when needed, i fail to find the system function to implement it , who can tell me which function can implement it?
> I just know SwitchBaudrate can do it on vc platform
>
> Thank you in advance!