Skip to content

MichaelPatrickMcGuireJr/reversing_endianness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Endianness

We concern ourselves with endianness when dealing with streaming data from serialized devices. Some devices send their payloads with the most significant bit first, others with the most significant bit last. In order to read values from the stream of data we may need to reverse the endianness. This is done before reconstructing the payload from the bits received, afterward we place the bits into data-structure. This procedure may be referred to as bit banging.

About

Reversing the endianness of 32-bit serialized data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages