high-speed composite logger #416
This commit is contained in:
parent
330addb2e9
commit
1e42eafed5
|
@ -2046,6 +2046,8 @@ end_struct
|
||||||
#define TS_CRC_CHECK_COMMAND 'k'
|
#define TS_CRC_CHECK_COMMAND 'k'
|
||||||
! 0x52 82
|
! 0x52 82
|
||||||
#define TS_READ_COMMAND 'R'
|
#define TS_READ_COMMAND 'R'
|
||||||
|
#define TS_LOGGER_CONTROL 'l'
|
||||||
|
#define TS_LOGGER_READ 'L'
|
||||||
! 0x47
|
! 0x47
|
||||||
#define TS_GET_TEXT 'G'
|
#define TS_GET_TEXT 'G'
|
||||||
! 0x45
|
! 0x45
|
||||||
|
|
|
@ -36,7 +36,7 @@ enable2ndByteCanID = false
|
||||||
signature = @@TS_SIGNATURE@@
|
signature = @@TS_SIGNATURE@@
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "@@TS_HELLO_COMMAND@@"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= @@TS_SIGNATURE@@ ; signature is expected to be 7 or more characters.
|
signature= @@TS_SIGNATURE@@ ; signature is expected to be 7 or more characters.
|
||||||
|
|
||||||
|
@ -111,9 +111,9 @@ enable2ndByteCanID = false
|
||||||
[LoggerDefinition]
|
[LoggerDefinition]
|
||||||
; valid logger types: composite, tooth, trigger, csv
|
; valid logger types: composite, tooth, trigger, csv
|
||||||
loggerDef = compositeLogger, "Trigger Logger", composite
|
loggerDef = compositeLogger, "Trigger Logger", composite
|
||||||
startCommand = "l\x01"
|
startCommand = "@@TS_LOGGER_CONTROL@@\x01"
|
||||||
stopCommand = "l\x02"
|
stopCommand = "@@TS_LOGGER_CONTROL@@\x02"
|
||||||
dataReadCommand = "L"
|
dataReadCommand = "@@TS_LOGGER_READ@@"
|
||||||
dataReadTimeout = 10000 ; time in ms
|
dataReadTimeout = 10000 ; time in ms
|
||||||
dataReadyCondition = { toothLogReady }
|
dataReadyCondition = { toothLogReady }
|
||||||
continuousRead = true
|
continuousRead = true
|
||||||
|
|
Loading…
Reference in New Issue