Page 228 of 254
Part No. 96000001
15.12 SIM Status Data Format
// *** BEGIN PACKET: SIM STATUS DATA FORMAT 0 ***
// SIM Status data reports misc info from the SIM box. This data is
// useful for troubleshooting. Data is sent to gui baseport+2.
//
// Each section name consists of 4 characters. The fourth character
// indicates the number of 32-bit words following each section name.
// The fourth character can be 1-9, A-Z; allowing up to 35 32-bit words.
// The number of words in each section may change at a later date. Be
// sure your program can parse the number of words.
// The order of the sections is not fixed.
u32 PacketName; // 'STS0'
u32 PacketSize; // [bytes] size of this entire packet
u32 DataStreamID; // reserved for future use
// section SER3: serial number
u32 SER3_SectionName; // 'SER3'
u32 serial_number[3]; // example "100117", unused chars are nulls
// section PRT3: part number
u32 PRT3_SectionName; // 'PRT3'
u32 part_number[3]; // example "15000002", unused chars are nulls
// section MDL3: model number
u32 MDL3_SectionName; // 'MDL3'
u32 model_number[3]; // example "2024", unused chars are nulls
// section FWV6: firmware version
u32 FWV6_SectionName; // 'FWV6'
u32 version[6]; // example "15-Dec-2011-14:00:42", unused chars are nulls