Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 456 Bytes

File metadata and controls

19 lines (11 loc) · 456 Bytes

MIDI-USB-interface-with-PIC18f2550

  • this is a simple USB->MIDI and MIDI->USB interface

  • can transmit long sysex messages

  • not necessary driver

  • hardware shematics circuit: Shematic.pdf

Compile:

  1. Required the MPLAB IDE (classic) and Microchip C18 C compiler (v3.46)

  2. Open project "Usb-midi-interface.mcp"

  3. Change the compiler mode from Debug to Release

  4. Configure the Build options/Directories/Include Search path

  5. Build the project