Skip to content

Serial Monitor

Angel edited this page Feb 22, 2018 · 1 revision

EepRom class provides аn additional option of changing collected data through Serial Monitor.

  • The features described in this page are for version 1.5+
  • Use 115200 boud rate for Serial Monitor

Basic EEP ROM data

Changes default fuel consumption

bnz=<value>

value is float type

Changes additional fuel consumption

lpg=<value>

value is float type

Changes vehicle travel distance

ttd=<value>

value is float type

Changes vehicle work distance

wrk=<value>

value is float type

This value is formed from global collection of all trips of vehicle and it's used to notify owner of needed maintenance.

Saves changed "work distance"

set_wrk=<value>

value is integer type

Correction EEPROM data

Changes engine revolution calculation

cor_rpm=<value>

value is float type

Changes vehicle speed calculation

cor_vss=<value>

value is float type

Changes vehicle distance calculation

cor_dst=<value>

value is float type

Changes vehicle consumption calculation

cor_ecu=<value>

value is float type

Passing changed values to car sensors algorithms

set_cor=<value>

value is integer type (set_cor=1)

Trip EEPROM data

Changes trip distance

trd=<value>

value is float type

Changes trip time

trt=<value>

value is float type

Save trip data *[deprecated for now]

set_tr=<value>

value is integer type (set_tr=1)

Save EEPROM data

save=<value>

value is integer type (save=1)

Ordinary data save (when engine is turned off)

set_wrk=<value>

value is integer type
Nulls the trip data and moves traveled distance (divided by 100) to "work distance"

Radio output button simulation

whl=<volatage>+<resistance>

voltage range 0/50 (50 is 5.0V ) resistance range 0/255 (255 steps)