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

When Signal.Length > 255 #17

Closed
taylorjdlee opened this issue Oct 13, 2022 · 0 comments
Closed

When Signal.Length > 255 #17

taylorjdlee opened this issue Oct 13, 2022 · 0 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@taylorjdlee
Copy link
Contributor

taylorjdlee commented Oct 13, 2022

Similar to issue #7 the signal length also has a chance to be greater than 255. As you can see below we have values of 256 present in the .dbc file. To solve this issue Signal.Length should be changed from a byte to a ushort.

length

@EFeru EFeru closed this as completed in 26f4055 Oct 26, 2022
@Adhara3 Adhara3 added bug Something isn't working duplicate This issue or pull request already exists labels Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants