EEGig
Junior Member level 3
pic18f4550 usb programmer
I was thinking to clone PICDEM2 and use it with ICD2 (MPLAB IDE) to burn bootloader into PIC18F4550. Then I will use circuit from CUI to do the programming via USB.
My question are:
Can I skip MAX3232, instead, I just connect TX and RX directly to PIC18F4550.
Will these procedure work? Can any expert clarify this please. Thank you in advance.
DMan said:ICSP- In Circuit Serial Programming
ICSP is a a programming method used for programming PIC microcontrollers using hte following microcontroller pins: PGD, PGC, MCLR, VDD, Vss=GND.
So ICSP is a method of programming and NOT the programmer. To program your PIC18F4550 with bootloader you will need any of many PIC programmer that support PIC18F4550.
bootloader is a smalll programm whitch runs on your PIC18F4550 and once it's programmed in PIC18F4550 you won't need external programmer no more, since bootloader will program the device from USB.
ICD2 is programmer/debuger that can program allmost any PIC device. You can find schematics and PCB artwork in
I was thinking to clone PICDEM2 and use it with ICD2 (MPLAB IDE) to burn bootloader into PIC18F4550. Then I will use circuit from CUI to do the programming via USB.
My question are:
Can I skip MAX3232, instead, I just connect TX and RX directly to PIC18F4550.
Will these procedure work? Can any expert clarify this please. Thank you in advance.