Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - Visual Basic 6 - PortReadReply
 
Image - VXM

All functions assume you followed directions in the "How To Add To Your Project"

PortReadReply

The "PortReadReply" function is used to read any responses from the VXM controller.

Syntax:
      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 = VXM.PortReadReply

Image Fade Bottom Image Fade Right Bottom