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
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