usbserial icon indicating copy to clipboard operation
usbserial copied to clipboard

Introducing magicHeaderFixedLength class

Open prash-p opened this issue 8 months ago • 0 comments

Instead of reading the data stream to determine the message length, as in MagicHeaderAndLengthByteTransformer, the new MagicHeaderFixedLengthByteTransformer takes in an integer variable len to read messages of a fixed length that are preceded by a "magic header" string.

prash-p avatar Jun 05 '24 19:06 prash-p