Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - Visual Basic .NET 2003 - PortSendCommands
 
Image - VXM

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

PortSendCommands

The "PortSendCommands" function is used to send VXM commands to the VXM controller.

Syntax:
      PortSendCommands(ByVal CommandToSend As String) As Long

Parameters:
      CommandToSend = VXM Commands
           

Returns:
      0 if failed
      1 if success

Example:
      Dim CallPortSendCommands As Long
      CallPortSendCommands = VXM.PortSendCommands("F,C,I1M400,I1M-400,R")

Image Fade Bottom Image Fade Right Bottom