autosportlabs / RaceCapture-Pro_firmware

Firmware for RaceCapture-Pro Data Acquisition, control and Telemetry system for motorsports
GNU General Public License v3.0
66 stars 35 forks source link

multi-message OBDII requests #918

Open brentpicasso opened 7 years ago

brentpicasso commented 7 years ago

Certain OBDII requests, especially enhanced data mode queries provide a multi-message payload. This tracks adding that support in the OBDII engine.

kosenko-max commented 7 years ago

Was covered in #172 including reference to the standard https://en.wikipedia.org/wiki/ISO_15765-2 and sample of how it currently implemented in Lua. In Lua it doesn't work nice since 50kb RAM is not enough for the code tree...