Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - Visual C# 2003 - Driver Terminal Show State
 
Image - VXM Image - Driver functions

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

DriverTerminalShowState

The DriverTerminalShowState function is used to show or hide the debug terminal (see below).

Syntax:
      public int DriverTerminalShowState(int StateToShow, int ParentHwnd)

Parameters:
      StateToShow = 0 to hide, 1 to show
      ParentHwnd = Parent Hwnd if to be shown inside a control, or 0 for desktop

Returns:
      0 if failed
      1 if success

Example:
      DriverState = Vxm.DriverTerminalShowState(1, 0);

Debug Terminal

The "Debug Terminal" is a terminal built into the driver for direct communication to the serial port.
This terminal is generally used for troubleshooting or debugging your code, as it shows what is really being sent to the VXM and the responses the VXM sends back.

Image Fade Bottom Image Fade Right Bottom