···11-22- Serial UART 16450/16550 MIDI driver33- ===================================11+===================================22+Serial UART 16450/16550 MIDI driver33+===================================4455The adaptor module parameter allows you to select either:6677- 0 - Roland Soundcanvas support (default)88- 1 - Midiator MS-124T support (1)99- 2 - Midiator MS-124W S/A mode (2)1010- 3 - MS-124W M/B mode support (3)1111- 4 - Generic device with multiple input support (4)77+* 0 - Roland Soundcanvas support (default)88+* 1 - Midiator MS-124T support (1)99+* 2 - Midiator MS-124W S/A mode (2)1010+* 3 - MS-124W M/B mode support (3)1111+* 4 - Generic device with multiple input support (4)12121313For the Midiator MS-124W, you must set the physical M-S and A-B1414switches on the Midiator to match the driver mode you select.···2222send the F5 NN command sequence at all; perhaps it ought to.23232424Usage example for simple serial converter:2525+::25262627 /sbin/setserial /dev/ttyS0 uart none2728 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 speed=11520028292930Usage example for Roland SoundCanvas with 4 MIDI ports:3131+::30323133 /sbin/setserial /dev/ttyS0 uart none3234 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4···3937parameter to match (A=19200, B=9600).40384139Usage example for MS-124T, with A-B switch in A position:4040+::42414342 /sbin/setserial /dev/ttyS0 uart none4443 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=1 \···5047the same data to all four MIDI Out connectors at full MIDI speed.51485249Usage example for S/A mode:5050+::53515452 /sbin/setserial /dev/ttyS0 uart none5553 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=2···6763one byte every 320 us per port.68646965Usage example for M/B mode:6666+::70677168 /sbin/setserial /dev/ttyS0 uart none7269 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=3