LUSP Device Inquiry

The LUSP compatable products support Non-Real Time System Exclusive General Information "Device Inquiry" defined in the "MIDI 1.0 Detailed Specification 4.2". When the product receives the following message:
 
0xF0 Begin SysEx message
0x7E Universal System Exclusive Non-real time header
0x0n MIDI Channel (use 7F for any MIDI channel)
0x06 General Information (sub-ID#1)
0x02 Device Inquiry message (sub-ID#2) 
0xF7 End of SysEx
 
The product will respond with the following message:
 
0xF0 Begin SysEx message
0x7E <channel> Universal System Exclusive Non-real time header
0x0n MIDI Channel
0x06 General Information (sub-ID#1)
0x02 Identity Reply (sub-ID#1) 
0x06 Lexicon's (Manufacturer's) System Exclusive id code
0x00 
0x00
Device Family Code
0bbb bbbb 
0x00
Device Family Member Code 
0x0n Major Software Version number 
0x0n Minor Software Version number
0x0n Software Development Phase* 
0x00 unused 
0xF7 End of SysEx
 
 The Software Development Phase is defined as follows:
0 - Released Software
1 - Pre-Alpha Software
2 - Alpha Software
3 - Beta Software
4 - Gamma Software

All software released to the general public is 0, "Released".