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

gs_usb command-line support (and documentation updates and stability fixes) #1790

Merged
merged 6 commits into from
Aug 10, 2024

Conversation

BenGardiner
Copy link
Contributor

@BenGardiner BenGardiner commented Jun 9, 2024

with these changes it is now possible to use the gs_usb driver with e.g. can.logger from the command line (like many other interfaces) with python -m can.logger -i gs_usb -c 0 -b 500000

also now possible to send CAN frames from applications that set the timestamp field of the python-can can frame object (e.g. scapy)

@BenGardiner
Copy link
Contributor Author

thank you for your review @zariiii9003 . I hope I have addressed all feedback. I have also found a bug in gs_usb on transmit when the timestamp field is set which I have added a fix for here in this most recent version

Copy link
Collaborator

@zariiii9003 zariiii9003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@zariiii9003 zariiii9003 merged commit aeff58d into hardbyte:main Aug 10, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants