Skip to main content Link Menu Expand (external link) Document Search Copy Copied

[datasource]

Setting Type Explanation
datasource string, valid values “serial” or “playback” Identifies the source of the data to be displayed. There are only two possible values;
datasource=serial
will expect a Speeduino ECU to be connected to the serial port for live data.
datasource=playback
will play back data from a previously recorded log file.
playbackfile string Path and filename of a file to play back data from. This is only really intended for testing and demonstration purposes. The file name should be specified as a full path, with C: being the drive that the SD card is inserted in. Example: playbackfile=c:\playbackfiles\playback1.log
rebroadcastattributes String Comma separated list of attributes to be rebroadcast when the datasource is configured for one of the canbus rebroadcast modes. If set, this configuration replaces the default rebroadcast set that are defined within the binary. If you just want to add to the default set, then use ‘extrarebroadcastattributes’ below. See the Canbus Section for further information
extrarebroadcastattributes String Comma separated list of attributes to be added on top of either the default set or the set defined by rebroadcastattributes. See the Canbus Section for further information