Skip to content

WasatchPhotonics/CRC8_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRC-8 Checksum Example

This repository provides a bare-bones working example of how to calculate the CRC8 checksum used in OEM WP Raman Spectrometers.

interface

The Cyclic Redunancy Check byte is used for error detection and is identical to that of Maxim/Dallas 1-wire devices, called DOW CRC. This calculation produces an 8-bit CRC value using the polynomial X^8 + X^5 + X^4 + X^0.

For more information, please refer to:

About

A bare-bones C# implementation of the CRC8 checksum algorithm used in our OEM spectrometers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages