All functions assume you followed directions in the "How To Add To Your Project"
The "PortClear" function is used to clear all characters that may be in the serial port buffer. Syntax: PortClear() As Long Parameters: Returns: 0 if failed 1 if successfull Example: Dim CallPortClear As Long CallPortClear = VXM.PortClear