uds icon indicating copy to clipboard operation
uds copied to clipboard

Sending UDS messages (SF)

Open mdabrowski1990 opened this issue 1 year ago • 0 comments

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
  • NotImplmenetedError raised if a message requiring segmentation is provided

mdabrowski1990 avatar Nov 20 '23 15:11 mdabrowski1990