Changes

Jump to navigation Jump to search
112 bytes added ,  22:53, 25 April 2009
no edit summary
Line 103: Line 103:     
== Checksums ==
 
== Checksums ==
 +
The CRC-output is not bitwise inverted after the calculation, but it is byte-swapped to big-endian. Polynominal used is: 0xA001, same for all.
 +
 
{| class="wikitable"
 
{| class="wikitable"
 
|- style="background-color: #ddd;"
 
|- style="background-color: #ddd;"
 
! Number
 
! Number
 
! Range
 
! Range
! Polynominal
   
|-
 
|-
 
| 0
 
| 0
 
| 020-83F
 
| 020-83F
| 0xA001
   
|-
 
|-
 
| 1
 
| 1
 
| 020-93F
 
| 020-93F
|
   
|-
 
|-
 
| 2
 
| 2
 
| 020-A3F
 
| 020-A3F
|
   
|-
 
|-
 
| 3
 
| 3
 
| 1240-23C0
 
| 1240-23C0
|
   
|}
 
|}
113

edits

Navigation menu