Serial MIDI

From DTM Wiki
Revision as of 22:43, 13 September 2024 by Hikari no yume (talk | contribs) (Remove stub template, this is no longer a stub)
Jump to navigation Jump to search
The TO HOST port on a Yamaha QY70.
The HOST SELECT switch on a Yamaha QY70.

Many MIDI modules and similar devices from the 1990's feature a port labelled "TO HOST" or "COMPUTER", which can be used with an appropriate cable to connect the device directly to a computer's serial port. This is also sometimes referred to as "Serial MIDI". From roughly 1999 onwards, USB started to appear alongside or instead of these ports.

Overview

Typically, these ports can operate in three to four modes, selected via a switch on the device (usually labelled something like "HOST SELECT"):

  • A mode designed for the modem port on old Apple Macintosh computers. This mode is usually labelled "MAC" or "RS422".
  • A mode designed for NEC PC-9800 series computers (sold only in Japan). This mode is usually labelled "PC-1" or "RS232C-1". Some devices from the later 1990's omit this mode.
  • A mode designed for the 9-pin or 25-pin serial port on IBM PC/AT-compatible computers (common worldwide). This mode is usually labelled "PC-2" or "RS232C-1".
  • A mode where this port is not used, and instead the MIDI ports are used. This mode is usually labelled "MIDI".

Each mode (aside from the MIDI port mode) requires a different, special adapter cable.

Often use of this port to connect to a computer, rather than the MIDI ports, can provide additional features:

  • It may make the device function as a MIDI interface.
  • It may allow access to additional MIDI channels (extra virtual "ports").
  • On some modules with no MIDI out port, it is the only way to get MIDI output (for SysEx replies/dumps).

With modern computers

Modern computers generally do not feature serial ports compatible with this port. Using USB (if available on the module) or a USB MIDI interface (connected to the module's MIDI ports) is usually more practical with modern computers.

However, there are alternative solutions. User:Valley Bell has created an open-source hardware project that allows turning an Arduino board into a serial MIDI to USB MIDI adapter.