Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - Visual C 6 - PortClear
 
Image - VXM

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

PortClear

The "PortClear" function is used to clear all characters that may be in the serial port buffer.

Syntax:
      long PortClear(void)

Parameters:
     
           

Returns:
      0 if failed
      1 if successfull

Example:
      Dim CallPortClear As Long
      CallPortClear = PortClear();

Image Fade Bottom Image Fade Right Bottom