That Korg PC/IF interface idea..
Jay Vaughan
EMAIL HIDDEN
Sat Jul 19 16:11:29 CEST 2008
> Use a commercial multiport serial midi interface driver and reverse
> engineer its commands and make my PIC emulate the real hardware..\
its dead easy to implement USB MIDI dong. set your uart at 31250,
then make a USB descriptor using interrupt endpoints (char mode) 0x80
and 0x81 as send/receive pairs, copy the vid and pid from another USB
MIDI Protocol driver, and "while(1) write(midi_out, read(usb_in));"
away you go ..
;
--
Jay Vaughan
More information about the music-bar
mailing list