Line 342: |
Line 342: |
| } | | } |
| | | |
− | CRC(Cyclic Redundancy Check) is an error - detecting code using for detect accidental changes to RAW data. | + | CRC (Cyclic Redundancy Check) is an error - detecting code using for detect accidental changes to RAW data. |
− | The algorithm how to calculate CRC - 16(also known as CRC - 16 / IBM) you will find below. | + | The algorithm how to calculate CRC - 16 (also known as CRC - 16 / IBM) you will find below. |
| | | |
| var crc = { | | var crc = { |