printStr
 
Syntax


void printStr ( char * pointer );

Description


This sends the string pointed to by pointer to the USB/serial port.   The size of the result string depends on the integer type passed, it's not fixed.

Example

printStr ("hi mom");    // will display    hi mom
   

See also