Ho-Ro / QPICkit

QT based PIC programmer GUI that supports PICkit2 and ArdPicProg programmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

QT based PIC programmer GUI that supports PICkit2 and ArdPicProg programmer

License:MIT License


Languages

Language:C++ 94.9%Language:QMake 5.1%