printCh
 
Syntax


void printCh (int expression );

Description


This sends a single character with value of expression to the USB/serial port.  


 

Example

printCh ( 0x31 );    // will display 1
   

See also