Jump to content

Switch between MIDI and serial?


SeverityOne
 Share

Recommended Posts

I just finished soldering my first module, the LTC. Took me the best parts of two evenings. :)

Now I was wondering: is it possible, one way or another, to make a hardware switch between the MIDI I/O and the serial I/O? I realise there's the issue of different speeds too, but that should be somewhat easier to solve than a short-circuit.

Thanks,

- Peter

Link to comment
Share on other sites

I just finished soldering my first module, the LTC. Took me the best parts of two evenings. :)

Now I was wondering: is it possible, one way or another, to make a hardware switch between the MIDI I/O and the serial I/O? I realise there's the issue of different speeds too, but that should be somewhat easier to solve than a short-circuit.

Thanks,

- Peter

Link to comment
Share on other sites

  • 2 weeks later...

I haven't done an LTC but it seems like either the max232 or opto is stuffed, while the other is not...

Would it be possible to just add some DIP switches an toggle the whole bank of them on or off for each? kind of inelegant but, if its just physical connections and nothing else, that seems a cheap way to go...?

If that makes any sense (I have no LTC knowledge) then keep in mind that most DIP banks have a quite-low number of toggle actions before they break.. keep an eye on the specs for which ever you might use..

pure speculation,

Marr

Link to comment
Share on other sites

I haven't done an LTC but it seems like either the max232 or opto is stuffed, while the other is not...

Would it be possible to just add some DIP switches an toggle the whole bank of them on or off for each? kind of inelegant but, if its just physical connections and nothing else, that seems a cheap way to go...?

If that makes any sense (I have no LTC knowledge) then keep in mind that most DIP banks have a quite-low number of toggle actions before they break.. keep an eye on the specs for which ever you might use..

pure speculation,

Marr

Link to comment
Share on other sites

hi,

a simple single pole changeover switch could be used to select wether midi-in comes from the max232 or the opto. This avoids the short circuit of the opto and the max232 trying to drive the core's midiRx line in opposite directions.

Midi-out connected to both max232 and midiout does not imply a short circuit, however the baud rate will be wrong for one of the outputs.

If you use one double pole changeover (switching both midi-in as above and midi-out) you will avoid sending the wrong baud rate if both types of devices are connected to your midibox.

Of course when you flick the switch to change midi/rs232 you must change the baudrate in the midibox.

cheers

Link to comment
Share on other sites

hi,

a simple single pole changeover switch could be used to select wether midi-in comes from the max232 or the opto. This avoids the short circuit of the opto and the max232 trying to drive the core's midiRx line in opposite directions.

Midi-out connected to both max232 and midiout does not imply a short circuit, however the baud rate will be wrong for one of the outputs.

If you use one double pole changeover (switching both midi-in as above and midi-out) you will avoid sending the wrong baud rate if both types of devices are connected to your midibox.

Of course when you flick the switch to change midi/rs232 you must change the baudrate in the midibox.

cheers

Link to comment
Share on other sites

Hi,

Of course when you flick the switch to change midi/rs232 you must change the baudrate in the midibox.

And then, if you have one more contact on switch, free DIN pin and some coding skills, you could modify application to switch baud rates together with physical interface.. (MIOS_MIDI_InterfaceSet function)

;)

Bye, Moebius

Link to comment
Share on other sites

Hi,

Of course when you flick the switch to change midi/rs232 you must change the baudrate in the midibox.

And then, if you have one more contact on switch, free DIN pin and some coding skills, you could modify application to switch baud rates together with physical interface.. (MIOS_MIDI_InterfaceSet function)

;)

Bye, Moebius

Link to comment
Share on other sites

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...
 Share

×
×
  • Create New...