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

Abstract mil_usb_to_can.sub9 packet format away from mil_usb_to_can #1278

Closed
cbrxyz opened this issue Sep 17, 2024 · 1 comment
Closed

Abstract mil_usb_to_can.sub9 packet format away from mil_usb_to_can #1278

cbrxyz opened this issue Sep 17, 2024 · 1 comment

Comments

@cbrxyz
Copy link
Member

cbrxyz commented Sep 17, 2024

What needs to change?

Electrical members are commonly using the mil_usb_to_can.sub9 packet format when developing boards for NaviGator. We should abstract the packet format away from mil_usb_to_can so that they can use it without us needing to setup a CAN sender/receiver.

This would include writing a library to asynchronously send/receive these sub9-formatted packets over serial.

How would this task be tested?

  1. Ensure that basic tests with a driver and simulated device can send/receive packets.
@cbrxyz
Copy link
Member Author

cbrxyz commented Sep 27, 2024

Done in b738db5

@cbrxyz cbrxyz closed this as completed Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant