
84
Word sum Big Endian (x16)
Buffer data are summed word-by-word irrespective of current buffer view mode organization.
Any carry bits exceeding 32-bits are neglected. This checksum mode is indicated by string
(x16 BE) displayed after checksum value in main program window. Term Big Endian means,
the buffer checksum is calculated from words read from buffer in Big Endian mode.
CRC-CCITT
Buffer data are summed by bytes to Word using polynomial x^16+x^12+x^5+1 (0x1021), init
value 0, and XOR out 0, reflexions in/out are off
CRC-XMODEM
Buffer data are summed by bytes to Word using polynomial x^16 + x^15 + x^2 +1 (0x8005), init
value 0
CRC-16
Buffer data are summed by bytes to sum by bytes to WORD using standard CRC-16 algorithm
with polynomial x^16+x^15+x^2+1 (0x8005), init value 0, and XOR out 0
CRC-32
Buffer data are summed by bytes to DWORD using standard CRC-32 algorithm with
polynomial 0x04C11DB7, init value 0xFFFFFFFF, and XOR out 0xFFFFFFFF
MD5
an MD5 hash expressed as a sequence of 32 hexadecimal digits (128 bits)
SHA-1
"Secure Hash Standard" expressed as a sequence of 40 hexadecimal digits (160 bits)
Checksum forms
Straight
checksum without additional adjustments.
Negated
negation of checksum so, that SUM + NEG. = FFFFH.
Supplement
is complement of checksum so, that SUM + SUPPL. = 0 (+ carry).
Device dependent checksum
- applies for some devices, e.g. STMicroelectronics's STM8
family The checksum modes for
main checksum
can be set in pop-up menu by clicking on
label checksum in main program window or by menu shortcuts
Shift+Ctrl+1
for Byte sum (x8),
Shift+Ctrl+2
for Word sum Little Endian (x16)
Shift+Ctrl+3
for Word sum Big Endian (x16) etc...
Word
is 16-bit word.
DWORD
is 32-bit word.
Device
Menu
Device
includes functions for a work with selected programmable devices - device
select, read data from device, device blank check, device program, device verify and device
erase.
Device / Select from default devices
This window allows selecting the desired type of the device from list of default devices. This
one is a cyclic buffer in which are stored recently selected devices including their device
options. This list is saved to disk by command
File / Exit and save
.
Содержание 448PRO2
Страница 7: ...Introduction 7 Introduction...
Страница 12: ...12 Quick Start...
Страница 15: ...Detailed description 15 Detailed description...
Страница 16: ...16 DATAMAN 448PRO2...
Страница 30: ...30 DATAMAN 48PRO2 DATAMAN 48PRO2C...
Страница 46: ...46 DATAMAN 40PRO...
Страница 55: ...Setup 55 Setup...
Страница 60: ...60 Step 8 Installation process will start Step 9 Click Finish button to finish setup...
Страница 64: ...64 Click on Continue Anyway button For Windows Vista Click Install this driver software anyway...
Страница 66: ...66 PG4UW...
Страница 133: ...PG4UWMC 133 PG4UWMC...
Страница 146: ...146 Installation procedure customized...
Страница 151: ...Common notes 151 Common notes...
Страница 165: ...Troubleshooting and warranty 165 Troubleshooting and warranty...