uds
uds copied to clipboard
Sending UDS messages (SF)
Description
As a user, I would like to have a feature to transmit UDS messages which are transmitted over Single Frames.
Testing
- unit/integration tests
- system tests
Acceptance Criteria
- transmit message method added to
AbstractTransportInterface(uds/transport_interface/abstract_transport_interface.py) - implementation for single frames added to
PyCANTransportInterface(uds/transport_interface/can_transport_interface.py) - it is possible to transmit message over CAN if segmented to Single Frame
NotImplmenetedErrorraised if a message requiring segmentation is provided