PDA

View Full Version : Alternative for 'printf'



Sach_1979
- 25th September 2009, 00:09
Hi,

For my project I am writing a code in 'c'. I am using PIC 16F688 where program memory is 4k.

Currently I am using printf for sending data over UART to PC.

This is consuming hell amount of program memory.

Please suggest me a better way to communicate to PC ...so that memory utilization should be less.

Thanks
Sach

mackrackit
- 25th September 2009, 01:02
Use the HSEROUT command in PIC BASIC PRO.