LUSP MIDI Terminal Message (11 hex)
This message allows text messages (reports) to be transmitted from the system and sent to the system. In general, outgoing messages are used to report information during software development. If the system software detects an error condition, for instance, this message could be used to report the error. In addition to this, strings can be sent to the system which it will optionally respond to. The combination of the transmit and receive capabilities described here will, in effect, provide a command line interface (CLI) to the system (or "MIDI Terminal" interface). The "in-house" version of the MIDI spec for any system which responds to incoming string "commands", will include a full description of these commands. Note that the transmission and reception of strings can be turned on and off using the "Handshaking" message.

Transmit + Receive
Byte # Value HEX  Description Notes 
1 F0 Sysex ID (Start) 
2 06 Lexicon ID 
3 0bbb bbbb Product ID 
4 0bbb bbbb Device ID  0-127
5 11 Message Class  MIDI Terminal Message
6-7 0n Number of Characters (1 byte)  7-263
8-x 0n Characters  "Number of Characters" of ASCII characters 
--- 0n Checksum  This is an optional "Checksum" field. The checksum is the low 7 bits of the sum of all preceeding bytes in the message following the "Message Class". 
F7 End of Sysex 
This message cannot be requested of the system.