Pummpcomm v2.1.2 Pummpcomm.Driver.FourBySix View Source
Encodes and decodes data using 4x6 conversion. 4 bit nibbles are encoded into 6 bit sequences on the way out and decoded from 6 bit sequences into nibbles on the way back.
Link to this section Summary
Functions
Converts a binary composed of 6-bit radio codes into the 4-bit nibble equivalent
Converts a binary composed of 4-bit nibbles into the 6-bit radio code equivalent. Result is zero-appended to conform to a clean byte boundary for serial communication
Link to this section Functions
Converts a binary composed of 6-bit radio codes into the 4-bit nibble equivalent.
Converts a binary composed of 4-bit nibbles into the 6-bit radio code equivalent. Result is zero-appended to conform to a clean byte boundary for serial communication.