Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - PowerBasic - 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:
      FUNCTION PortClear() AS LONG

Parameters:
     
           

Returns:
      0 if failed
      1 if successfull

Example:
      Dim CallPortClear As Long
      CallPortClear = PortClear

Image Fade Bottom Image Fade Right Bottom