All functions assume you followed directions in the "How To Add To Your Project"
The "PortReadReply" function is used to read any responses from the VXM controller. Syntax: FUNCTION PortReadReply() AS STRING Parameters: Returns: blank string if no characters found on the port any characters found on the port if successfull Example: Dim CallPortReadReply As String CallPortReadReply = PortReadReply