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

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

PortSearchForChars

The "PortSearchForChars" function is used to search for a particular character (or string of characters) that may be in the serial port buffer.

Syntax:
      long PortSearchForChars(char* CharsToFind)

Parameters:
      CharsToFind = Character or string of characters to search for
           

Returns:
      0 if not found
      1 if found

Example:
      CallPortSearchForChars = PortSearchForChars("^");

Image Fade Bottom Image Fade Right Bottom