Aus asuro.c:

Code:
void PrintInt(int wert)
{  	char text[6]="      ";
	itoa(wert,text,10);
	SerWrite(text,5);
}