commsdsl
commsdsl copied to clipboard
Creating Frame with `id` that is less than one byte
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?