RealDash version 2.1.3

  • 2.1.3 released 25.8.2022

New:

  • New input: Body, Neutral Safety Switch.
  • New input: Engine, Fuel flow.
  • New Action: Send CAN frame.
  • New race track: Thailand,Bira Circuit Pattaya.
  • Android: Support for USB device 0x1546/0x01A7.
  • MaxxECU: Bluetooth Switches are now supported.

Fixes:

  • MeatPi BLE now works on iOS.
  • Fixed GLONASS date/time.

NOTES

There is a new input: ‘Engine/ECU->Fuel flow’. If RD receives this value from connected device it overrides all internal fuel consumption calculations. Value must come in as litres per hour. RealDash handles all MPG etc conversions internally.

The ‘Send CAN frame’ action can be used to quickly send a CAN frame to connected CAN device. Note that if you have multiple active CAN connections, the CAN frame is sent to them all. Action specifies frame to send in a text string in following format:

ABC:FF FF FF FF FF FF FF FF

Above ABC is a CAN frame id. The colon ‘:’ character separates the id and values. All values are in hex. 1 to 8 data bytes are accepted.