PIC 18F2550 and 18F4550 test programs |
||
A question, a problem or a suggestion, don't hesitate : a little email |
||
If you find a bug, or if you have improved the software : a little email ! Programs can be used : - To test yourPIC 18F4550, - As examples for hardware/software usage. Since I use MPLAB.X, the zip files are containing all the project folder (cleaned but with the binary file in the root). The C or C++ programs are compiled with the XC8 compiler. |
||
Program |
Release |
What it is |
Test01.X.zip (12k) |
09/09/2017 |
Led blinking on Port B in assembly language (PIC18F4550) |
Test01b.X.zip (12k) |
09/09/2017 |
Led blinking on Port B in assembly language (PIC18F2550) |
Test02.X.zip (13k) |
09/09/2017 |
Serial link test in assembly language |
Test03.X.zip (13k) |
09/09/2017 |
I/O port test using a LCD 2*16 in assembly language bootable using the Microchip HID bootloader |
Test04.X.zip (13k) |
09/09/2017 |
Led blinking on Port B in C language |
Test05.X.zip (13k) |
09/09/2017 |
Led blinking on Port B in C language, bootable using the Microchip HID bootloader |
Test05b.X.zip (13k) |
09/09/2017 |
Led blinking on Port B in C language, using the interrupts and the timer 0, bootable using the Microchip HID bootloader |
Test06.X.zip (28k) |
01/10/2017 |
USB HID interface based on the "USB Device - HID - Simple Custom Demo" from Microchip, bootable using the Microchip HID bootloader. See USB Bootloader for 18F2550/18F4550 web page for the PC control program. |
Test07.X.zip (14k) |
10/09/2017 |
I/O port test using a LCD 2*16 in C language, bootable using the Microchip HID bootloader |