Function wprintf

Top 

Declaration:

void wprintf(unsigned long handle, char format[], ... );

 

Displays the values of transferred parameters in the window in accordance with the format line.

Attention! You are responsible for matching the arguments transferred to wprintf function into the line format. A mismatch may bring ChipProg to failure.

Example

unsigned long handle = OpenStreamWindow("Serial port");

wprintf(handle, "SP = %04X", $SP\n");