Jan Panteltje
Guest
Sun Feb 07, 2010 5:12 pm
jppp18 Linux parallel port programmer for PIC 18F14K22 released.
I have made a web page for this project, the latest version will always be here:
http://panteltje.com/panteltje/pic/jppp18/index.html
Version 0.2 is now on the site with some bug fixes and extra features.
The programmer seems to work 100% OK, I have ported my io_pic program to the 18F14K22.
About half a FLASH full on this chip, and runs fine.
Nice chip, no memory pages.
Also this programmer is very fast.
I think I can speed it up even more though
I should be easy to add other 18F PICs, just add those parameters from the
dataheets in the function pic_select in jppp18.c.
JosephKK
Guest
Mon Feb 08, 2010 8:21 am
On Sun, 07 Feb 2010 15:12:13 GMT, Jan Panteltje <pNaonStpealmtje_at_yahoo.com> wrote:
Quote:
jppp18 Linux parallel port programmer for PIC 18F14K22 released.
I have made a web page for this project, the latest version will always be here:
http://panteltje.com/panteltje/pic/jppp18/index.html
Version 0.2 is now on the site with some bug fixes and extra features.
The programmer seems to work 100% OK, I have ported my io_pic program to the 18F14K22.
About half a FLASH full on this chip, and runs fine.
Nice chip, no memory pages.
Also this programmer is very fast.
I think I can speed it up even more though
I should be easy to add other 18F PICs, just add those parameters from the
dataheets in the function pic_select in jppp18.c.
Nice, but that table should not be embedded in the code itself. Set it up as
database, preferable in a known file format or self describing file format.