Jump to content

Recommended Posts

Posted

Hi all,

the MIDI merger proposed by Thorsten is limited to 2 MIDI Ins. Is this limitation due to processing speed issues (reading: might be overcome by using a faster (18F452) processor), or is this due to hardware limitations?

Regards, ilmenator

Posted

Hi Ilmentator,

both: hardware limitations and processing speed. Every software implemented MIDI In requires a pin which can trigger an interrupt, and this interrupt must be processed within ca. 1-10 uS, otherwise the serial data could get lost if multiple MIDI transmitters are sending data at the same time. The PIC shouldn't do anything else than listening to the ports. Therefore I would avoid more than one software implemented UART, this solution:

http://www.midibox.org/cgi-bin/yabb/YaBB.cgi?board=concepts;action=display;num=1046743910

is much better.

Best Regards, Thorsten.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...