All functions assume you followed directions in the "How To Add To Your Project"
The "PortSendCommands" function is used to send VXM commands to the VXM controller. Syntax: public int PortSendCommands(string CommandToSend) Parameters: CommandToSend = VXM Commands Returns: 0 if failed 1 if success Example: CallPortSendCommands = Vxm.PortSendCommands("F,C,I1M400,I1M-400,R");