/QPICkit

QT based PIC programmer GUI that supports PICkit2 and ArdPicProg programmer

Primary LanguageC++MIT LicenseMIT

QPICkit

QPICkit

Simple and quick pk2cmd front end. This is a GUI for the pk2cmd command line tool for programming PIC microcontrollers, using the PICkit2 or ArdPicProg programmer and debugger hardware. Other programmer can be added to the file programmer.cpp.

NOTE: You must install pk2cmd on your system first!: (The following links are given as reference only)

How to build

You must have qt, qmake and make installed in your system.

run:

qmake QPICkit.pro
make all -j4
make clean