-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Creating Frame with id
that is less than one byte
#22
Comments
id
that is less than one byte id
that is less than one byte
Hi Ahmed, Regards, |
tutorial17 does't describe my case. Assume i have a message something like this is there a way to make the frame less than one byte? |
Unfortunately the CommsChampion Ecosystem is a poor fit for the bit based protocols. It was designed to handle byte based ones. There is a limited support for bit based fields when they are bundled together in the If the fields listed above (
Then you can use tutorial17 for the guidance of how to implement such custom layer extending the comms::protocol::MsgIdLayer. If this is not your case, then I'm afraid you should look for other solutions instead of (or in addition to) the CommsChampion Ecosystem. I have some thoughts and ideas of how I can support the bit based protocols in the CommsChampion Ecosystem, but I'm not planning to work on it in the near future. |
I am working on a protocol where the message id is just 5 bits and remaining 3 bits is part of the message itself.
I couldn't find a way to implement such a thing using the tutorials.
Is there a possibile way to do such a thing?
The text was updated successfully, but these errors were encountered: