Page 1 of 1

MIDI-USB interface issue.

PostPosted: Thu Oct 08, 2015 9:48 pm
by kooroshi60
Hello Dmitri
I built an Interface with pic18f14k50 using the pre-compiled HEX file you had provided and I noticed that when I play fast or when I use the pitch bend/Modulation wheels on my keyboard, the interface fails to deliver all midi signals to PC in real time.
Process becomes incomplete and slow.

I re-compiled the source code with MPLAB C18 and tested it with both PIC18F2550 and PIC18F14k50. In both cases the result was same like before. (Slow and incomplete transmission)

Would you please share with us the Pic18f14k50 firmware you yourself use for the 56i v3.2 kit?

Best Regards
Ciro

Re: MIDI-USB interface issue.

PostPosted: Thu Oct 08, 2015 10:01 pm
by kooroshi60
I have a code for Pic18f14k50 which works great sending midi messages to PC. Sends all the midi messages produced by the controller flawlessly to the PC but has problem with handling SysEx messages.
Please let me know if you need to take a look at it.

Ciao!

Re: MIDI-USB interface issue.

PostPosted: Fri Oct 09, 2015 12:31 am
by dmitri
I published sourced code for PIC USB firmware. It works fine for MegaDrum. If it fails for your purposes, you are welcome to look at the source code and fix it.