-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
35 lines (21 loc) · 874 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Copyright (C) 2012 kirill Kulakov - https://sites.google.com/site/thehighspark/home
Adapted for Linux by Jose Carlos Granja - https://bitbucket.org/JoseFuzzNo/arduino-as-pic18f-programmer-for-linux
Improved by Xerxes Rånby - https://bitbucket.org/xranby/arduino-as-pic18f-programmer-for-linux
Ported to python3.8 by Stefan Riesenberger
----------------------------------------------------------------
INSTALLATION:
- Debian/Ubuntu:
apt install arduino python-serial
- Archlinux:
pacman -S arduino python-pyserial
HOW TO:
1. Upload the sketch to the arduino
2. Connect the chip to the arduino
3. Run ./pic_programmer.py -i HEX_FILE
* For help run ./pic_programmer.py -h
Thats it!
----------------------------------------------------------------
RELEASE:
See the CHANGELOG file for the changelog.
LICENSE:
The license is found in the LICENSE file.