| ??? 05/02/02 21:58 Read: times |
#22433 - RE: Memory & strings; AT89C51 |
Hi maby it´s the %lu, I´m not shore how your compilier reads that.Why not try this:
char numstr[30]; unsigned int num = 500; sprintf(numstr,"%d"num); You can also use the printf command directly Normaly it´ll put your data at the serial port. Regards NIKKE |



