EasyManuals Logo
Home>Fastech>Controller>Ezi-Step Plus-R

Fastech Ezi-Step Plus-R User Manual

Fastech Ezi-Step Plus-R
114 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #9 background imageLoading...
Page #9 background image
- 9 -
9
Communication Protocols
for (iBit = 0; iBit <= 7; iBit++)
{
/* If the LSB is 1, shift the CRC and XOR the polynomial mask with the CRC */
// Note - the bit test is performed before the rotation, so can't move the << here
if (wCrc & 0x0001)
{
wCrc >>= 1;
wCrc ^= POLYNOMIAL;
}
else
{
// Just rotate it
wCrc >>= 1;
}
}
}
return wCrc;
}

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Fastech Ezi-Step Plus-R and is the answer not in the manual?

Fastech Ezi-Step Plus-R Specifications

General IconGeneral
BrandFastech
ModelEzi-Step Plus-R
CategoryController
LanguageEnglish

Related product manuals