OnBaudRate Event in Virtual Serial Port ActiveX Control

The OnBaudRate event occurs when other application changes the baud rate for virtual serial port.

OnBaudRate(
  	LONG BaudRate 	// baud rate
);

Parameters:

  • BaudRate [out] : Contains new baud rate for virtual serial port.