Quote Originally Posted by louislouis View Post
What kind of programmer do you use? What is your programming process?
First you compile in MCSP and then take the compiled HEX file and program to PIC with your picprogrammer? Or? How you program the PIC?
It was a long time since I worked there, I pulled out old tools because I stopped at work for the "Corona Virus" and I wanted to have some fun.
Some time ago I used a self-built ProPic2, which went on parallel port.
Now that I no longer have the parallel port, I bought a K150 on the internet. This mounts on USB.


1) I write the code in MicroCode
2) the MicroCode settings are these

Name:  Untitled.jpg
Views: 5920
Size:  73.6 KB


3) I take the .Hex file
4) I load the firmware for download on this program:

Name:  Untitled1.jpg
Views: 5978
Size:  141.0 KB

5) I mount the chip on the K150
6) I program
7) At the end I reassemble my chip in the BreadBoard

and go ON