DBCPP with J1939 Address claim when source address is changed #124
Unanswered
janaranjanahl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering how to use dbcppp when the source address is changed during the address claim procedure. (that means if the arbitrary address is capable in the NAME field and it took the secondary address)
Currently, my dbc file is based on the NULL address (254) and my plan to use the primary source address when generating the dbc file.
if I had to use the secondary source address, now dbc id need to be changed. how to use dbcpp in this case?
Ex: default source address is 0x25(37) and secondary source address is 0x80(128)
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions