DanielMartensson / Open-SAE-J1939

SAE J1939 protocol free to use for embedded systems or PC with CAN-bus
MIT License
455 stars 164 forks source link

DM1 and DM2 Multiple Messages #16

Closed tptGit closed 2 years ago

tptGit commented 2 years ago

Updated J1939 Structure in Structs.h to have 10 element array for all DTCs so multiple values can be read and written

Updated TP message formatting in DM1.c and DM2.c

Removed assignment of FMI to FMI_NOT_AVAILABLE (31) when requested to clear stored DM2 codes in DM3.c

Added Several PGNs to Enum_PGN.h list

tptGit commented 2 years ago

pulled to wrong branch. Trying again.