Hi,I'm having great troulble using unsigned char values in sprintf(), the come out wrong.I've tried %i, %d, %u, no luck.I've also tried casting as an int, like this:sprintf(buf, "%i", (int)MyUnit8Value);and I get a compiler error:error: aggregate value us..
↧