rusefi / mpx-logic

0 stars 0 forks source link

decode MPX/Bean signal #3

Open rusefillc opened 8 months ago

rusefillc commented 8 months ago

unit_tests/resources contains three recordings of real life digital signal in https://www.sae.org/publications/technical-papers/content/970297/ format

https://github.com/mck1117/bean-analyzer is the best source of inspiration - it decode same protocol just specifically as Saleae plugin. We do not need any of the Saleae part, for now we want to read from CSV and print the decoded bytes as text, with a unit test asserting first 20 bytes of each of the three unit_tests/resources files

https://github.com/rusefi/rusefi_documentation/blob/master/PDFs/SAE970297.pdf could be useful