All functions assume you followed directions in the "How To Add To Your Project"
The "PortIsOpen" function is used to determine if a port is already opened within your program. Syntax: PortIsOpen() Parameters: Returns: 0 if closed 1 if open Example: Dim CallPortIsOpen As Long CallPortIsOpen = VXM.PortIsOpen