User Guide for Virtual Serial Port ActiveX Control
User Guide for Virtual Serial Port ActiveX Control
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 provides the following properties: Serial port parameters Property Brief Description Parity Returns Parity value o...
Wed, 8 Dec, 2021 at 1:16 PM
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
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
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
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
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
The ClearAccessMask method deletes all access masks. BOOL ClearAccessMask( );
Thu, 2 Dec, 2021 at 10:04 AM
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
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