Index of /k8048/k8048

 NameLast modifiedSize

 Parent Directory  -  
 asm/16-Sep-2008 04:35 -  
 microchip/16-Sep-2008 04:35 -  
 misc/16-Sep-2008 04:35 -  
 velleman/16-Sep-2008 04:35 -  
 LICENSE15-May-2007 01:26 1.6K 
 Makefile02-Jun-2007 12:03 1.9K 
 dotconf.c19-Sep-2008 04:42 2.2K 
 dotconf.h15-May-2007 01:06 397  
 inhx32.c29-Feb-2008 17:37 7.3K 
 inhx32.h15-May-2007 01:06 1.2K 
 io.c19-Sep-2008 06:39 13K 
 io.h19-Sep-2008 04:42 1.5K 
 k8048.c20-Feb-2008 04:40 8.2K 
 k8048.h19-Sep-2008 04:42 2.0K 
 pic.c15-May-2007 01:06 7.5K 
 pic.h15-May-2007 01:06 967  
 pic16f.c19-Sep-2008 04:42 44K 
 pic16f.h19-Sep-2008 04:42 7.0K 
 pic18f.c19-Sep-2008 04:42 42K 
 pic18f.h01-Jun-2007 00:56 7.1K 
 serial_posix.c15-May-2007 01:06 3.3K 
 serial_posix.h15-May-2007 01:06 568  
 util.c15-May-2007 01:06 1.5K 
 util.h15-May-2007 01:06 407  

Velleman k8048 Programmer for FreeBSD and others.
=================================================

INSTALL
=======

make
sudo make install

UNINSTALL
=========

sudo make uninstall

APPLICATION TEST NOTES
======================

Compiled and tested on:

    FreeBSD 6.0-current (celeron 750/Toshiba)
    FreeBSD 5.3-release (duron 700/SiS)
    FreeBSD 5.4-stable (athlon 850/VIA 266)
    GNU/Linux 2.6.5 (athlon 1G/VIA 133)
    MacOS X 10.4.3 (iBook G4 limited success using a Prolific PL-2303 USB->SERIAL adapter)
    Redhat Fedora Core 4
    NetBSD 3.0 (i386)
    Windows XP (SP2) CYGWIN 1.5.21-1 (athlon-64 3000+/nForce4)
    Windows XP (SP2) CYGWIN 1.5.21-1 (athlon-64 3800+/nForce4)

Compiled but NOT tested on:

    GNU/Linux 2.4.18 

EXTENDING ICSP
==============

SK3 is the ICSP port, pins are arranged as follows:

ICSP CONNECTOR
   5 4 3 2 1

 5:PGC
 4:PGD
 3:VSS/GND
 2:VDD (+5)
 1:VPP (+12)

--

D.M.Broad Aug 2005, May 2007