Skip to content

USB-CDC stack demo project for PIC18F4550 microcontroller based on Microchip Application Libraries

Notifications You must be signed in to change notification settings

kelray/USB-CDC-stack-for-PIC18F4550

Repository files navigation

CDC Firmware Basic demo project for microcontroller PIC18F4550 from Microchip:

  • This project is a basic demosntaration of USB Communication Device Class (CDC) stack for PIC18F4550 8-bit microcontroller from Microchip technologies, the whole project is based on Microchip Application Libraries.
  • To build this project successfully you need to unzip the project directory into the C:\ drive on your computer, if you want to set it up in a different directory then change the include file paths to new directory from: "project -> Build options -> Project -> Directories -> Show Directories for: Include Search Paths".
  • Your application code can take place either in the "main()" function or "ProcessIO()" function
  • This project isn't meant to be used with any saftey critical or commercial product, there is no warranty for using it and the user/developer takes full responsibility.

About

USB-CDC stack demo project for PIC18F4550 microcontroller based on Microchip Application Libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages