Skip to content
/ BCD-Lib Public

BCD code/encoder (Packed. Big endian. No sign bit)

License

Notifications You must be signed in to change notification settings

a2gs/BCD-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCD-Lib

BCD code/encoder Library (Packed. Big endian. No sign bit)

Sample:

BCD (ASCII) input data: "25fbde9a9"
Output to BCD (5 bytes): 0x25 0xFB 0xDE 0x9A 0x90
(filled the last nibble)

or

BCD (binary) input data (5 bytes): 0x25 0xFB 0xDE 0x9A 0x90
Dump from BCD (10 bytes): "25fbde9a90"

About

BCD code/encoder (Packed. Big endian. No sign bit)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published