User Guide for Virtual Serial Port ActiveX Control

User Guide for Virtual Serial Port ActiveX Control

Virtual Serial Port ActiveX Control Events Overview
Virtual Serial Port ActiveX Control provides a set of events to control virtual serial port state changes: Event Brief Description OnBaudRate Baud rate...
Wed, 8 Dec, 2021 at 12:46 PM
Virtual Serial Port ActiveX Control Properties Overview
Virtual Serial Port ActiveX Control provides the following properties: Serial port parameters Property Brief Description Parity Returns Parity value o...
Wed, 8 Dec, 2021 at 1:16 PM
Attach Method in Virtual Serial Port ActiveX Control
The Attach method opens existing virtual serial port, previously created by CreatePort method   BOOL Attach(       BSTR PortName     // name of the virt...
Wed, 8 Dec, 2021 at 1:32 PM
AttachEx Method
The AttachEx method opens the existing virtual serial port, previously created by CreatePortEx method for the current user session. BOOL AttachEx(   ...
Wed, 8 Dec, 2021 at 1:31 PM
AppendAccessMask Method
The AppendAccessMask method adds new mask to the end of mask list   BOOL AppendAccessMask (       BSTR Mask,             BOOL Access, );   Para...
Wed, 8 Dec, 2021 at 6:14 PM
CreatePort Method
The CreatePort method creates new virtual serial port. BOOL CreatePort(       BSTR PortName     // name of the virtual serial port ); Parame...
Wed, 8 Dec, 2021 at 1:19 PM
CreatePortEx Method
The CreatePortEx method creates a new virtual serial port for the current user session. BOOL CreatePortEx(       BSTR szPortName, //  name of the vir...
Wed, 8 Dec, 2021 at 4:47 PM
ClearAccessMask Method
The ClearAccessMask method deletes all access masks. BOOL ClearAccessMask( );
Thu, 2 Dec, 2021 at 10:04 AM
Delete Method
The Delete method deletes a virtual serial port. BOOL Delete(       void       );   Return Values: If the port was successfully removed, the return...
Wed, 8 Dec, 2021 at 4:42 PM
DeleteAccessMask Method
The DeleteAccessMask method deletes access mask according to its position. BOOL DeleteAccessMask(       LONG Pos,       ); Parameters: Pos : Mask...
Wed, 8 Dec, 2021 at 4:38 PM