All functions assume you followed directions in the "How To Add To Your Project"
The "PortSearchForChars" function is used to search for a particular character (or string of characters) that may be in the serial port buffer. Syntax: PortSearchForChars(ByVal CharsToFind As String) As Long Parameters: CharsToFind = Character or string of characters to search for Returns: 0 if not found 1 if found Example: Dim CallPortSearchForChars As Long CallPortSearchForChars = VXM.PortSearchForChars("^")