python-can
python-can copied to clipboard
add parser for TRC 1.3 format
added columns "bus" and reserverd. bus is the number of the CAN Bus as an integer, reserved is not parsed.
Reference: https://www.peak-system.com/produktcd/Pdf/English/PEAK_CAN_TRC_File_Format.pdf
todo:
- [ ] has channel the same meaning as bus ?
- [ ] if so: remove new bus attribute and parse bus as channel
- [ ] if not: update docs accordingly
this "works for me" for an example log generated with PCAN Explorer 5, but I'd appreciate any comments for this implementation
Closing in favor of #1753