-
Notifications
You must be signed in to change notification settings - Fork 14
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
Padding of transmitted isotp messages simplifies usage #3
Comments
Can you send a Pull Request containing your patch ? Best regards, |
I'm unable to push a new branch to this repo. Am I allowed to do so? Can I create a branch here with the Web frontend of GitHub? I tried it directly, but there are problems with my credentials:
|
The github process to send a Pull Request is:
|
Thanks for the help. I created a pull request for my issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many thanks for the great library, which saves us a lot of time.
During a proof of concept we stumbled upon a problem, which could be only resolved by changing the Curf.py a bit.
Can you please change the following line in Curf.py on line 213, so that messages not fitting an 8 Byte Can-Frame are automatically filled up with padding bytes:
The text was updated successfully, but these errors were encountered: