View previous topic :: View next topic |
Author |
Message |
tesla80
Joined: 23 May 2007 Posts: 81
|
Replacement of fprintf function |
Posted: Fri Jun 11, 2010 12:37 pm |
|
|
Hi all,
Is there a replacement of fprintf function? Because I have seemed to run out of rom space.
Or pin-compatible PIC with 16f628 which has more space? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Jun 11, 2010 12:49 pm |
|
|
There is the 16F648a, which has twice the ROM as a 16F628. |
|
|
tesla80
Joined: 23 May 2007 Posts: 81
|
|
Posted: Fri Jun 11, 2010 1:44 pm |
|
|
@PCM programmer,
I've seen that you write your functions like getc, putc, etc..
Do you have printf or fprintf?
Last edited by tesla80 on Fri Jun 11, 2010 2:09 pm; edited 1 time in total |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
tesla80
Joined: 23 May 2007 Posts: 81
|
|
Posted: Fri Jun 11, 2010 2:11 pm |
|
|
The second link solves my problem. Thanks |
|
|
|