Skip to content Skip to sidebar Skip to footer
Showing posts with the label Unpack

Python: Reading 12-bit Binary Files

I am trying to read 12-bit binary files containing images (a video) using Python 3. To read a simil… Read more Python: Reading 12-bit Binary Files

"unpacking" In C

I am working on rewriting a script from python to C. I'm relatively new to C. I have a variable… Read more "unpacking" In C

How To Unpack Stxetx Data In Python

I'm receiving a data packet sent from a RS485 level serial bus to a ESeye Hammerkop transmitter… Read more How To Unpack Stxetx Data In Python