Skip to content

microa/CRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

CRC

There are many CRC codes available online that can be found.
However, there are instances where they cannot be used or encounter compatibility issues with the hardware.
Here, I'm providing my version for serial communication, specifically MODBUS with 485 physical links.
A simple use case as follows:

def main():
  CRC(0x01, 0x05, 0x00, 0x01, 0xFF, 0x00) # these 6 hex number is your protocal command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages