Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending UDS messages (SF) #247

Open
mdabrowski1990 opened this issue Nov 20, 2023 · 0 comments
Open

Sending UDS messages (SF) #247

mdabrowski1990 opened this issue Nov 20, 2023 · 0 comments
Labels
CAN Related to CAN specific implementation implementation Changes to code system tests New test cases for system or system integration testing

Comments

@mdabrowski1990
Copy link
Owner

mdabrowski1990 commented Nov 20, 2023

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 mdabrowski1990 added the implementation Changes to code label Nov 20, 2023
@mdabrowski1990 mdabrowski1990 added CAN Related to CAN specific implementation system tests New test cases for system or system integration testing labels Apr 24, 2024
@mdabrowski1990 mdabrowski1990 changed the title [INVESTIGATE] Sending UDS messages Sending UDS messages (SF) Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CAN Related to CAN specific implementation implementation Changes to code system tests New test cases for system or system integration testing
Projects
None yet
Development

No branches or pull requests

1 participant