Call me back | My basket | Checkout | Add to email list

     You are here: Website » Knowledge base

« back to website

DataAndConfigurationMessages / 107GeneralConfigurationChannel

Legacy configuration channel

NOTE: This message is depreciated and all new products now use general configuration channel 108

Channel Number107
Channel LengthVariable
ChannelData1Data2Data3Data4<Data5...n>Checksum

Data1 = Data length - this is the length from Data 2 to Data n inclusive
Data2 = Data source
Data3 = Target
Data4 = Type-specific sub-index

Data2 or 3Source / Target
0Unspecified
1pDrive unit
2Driver display
3PC
4SPEEDBOX (firmware 3.x.x or lower), including variants
5BRAKEBOX

This channel provides a variable length means of passing configuration information between a variety of Race Technology devices

Message Types when sent from PC to SPEEDBOX

Data4Data LengthMessage
13Request serial number
23Request firmware version
35Request value for configuration item n, where n is Data5 * 256 + Data6
49Set value of configuration item n, where n is Data5 * 256 + Data6, and value is given by Data7 to Data10
53Write configuration to non-volatile memory
63Keep alive ping (this is used to prevent the configuration session from timing out)
74Enter calibration mode, the payload byte determines which mode is entered
83Request which serial port (of the SPEEDBOX) the PC is connected to.
1411Handshaking to start configuration session
153End of configuration session (this signals the SPEEDBOX to recommence normal data output)

Message Types when sent from SPEEDBOX to PC

Data4Data LengthMessage
165Send serial number
177Send firmware version and logger type
189Send value of configuration item n, where n is Data5 * 256 + Data6, and value is given by Data7 to Data10
195Acknowledge receipt of configuration message, where Data5 is message type, and Data6 is config item, calibration mode, or serial port, as appropriate

Message Types when sent to pDrive Commander to pDrive DVR

Data4Data LengthMessage
1XSummary result text

Data Length can be from 4 to 255

Message Types when sent to pDrive DVR to pDrive Commander

Data4Data LengthMessage
2XSummary result text

Data Length can be from 4 to 255

In all cases checksum is the sum of all bytes including the channel number summed together modulo 256

Page last modified on September 28, 2016, at 12:34 PM