mdabrowski1990 / uds

Python package for communication via UDS (Unified Diagnostic Services) protocol. The package supports typical buses (i.e. CAN, Ethernet, LIN, FlexRay, K-Line) with possible extensions to any bus.
https://uds.readthedocs.io/
MIT License
78 stars 10 forks source link

Document receiving and transmitting of UDS messages over CAN #253

Open mdabrowski1990 opened 10 months ago

mdabrowski1990 commented 10 months ago

Description

As a user, I would like to have documentation how to transmit and receiving UDS messages over CAN so I can do it on my own.

Testing

Acceptance Criteria

mdabrowski1990 commented 2 days ago

Document Functionally addressed reception of FF and other errors: As a general rule, arrival of an unexpected N_PDU from any node shall be ignored, with the exception of SF N_PDUs and physically addressed FF N_PDUs; functionally addressed FirstFrames shall be ignored. chapter 9.8.3 ISO 15765-2:2016