59
Docklight V2.2 User Manual 07/2016 Copyright 2016 Flachmann und Heggelbacher GbR
Reference
8.13 Keyboard Console
The Keyboard Console tool allows you to send keyboard input directly to the serial port.
It can be activated using the menu
Tools >
Keyboard Console On
. The keyboard
console is only available for
communication mode Send/Receive
After activating the keyboard console, click in the
some characters.
Docklight will transmit the characters directly through the selected serial port. The
communication window will display the characters the same way it does a
.
NOTE: The Keyboard Console tool supports pasting and transmitting a
Ctrl + V
. This is similar to pasting clipboard data
inside the
. Clipboard contents that exceeds the maximum
sequence size of 1024 characters gets truncated.
NOTE: The keyboard console is not a full-featured terminal and does not support specific
terminal standards, such as VT 100. The
Enter
key is transmitted as
<CR>
(ASCII 13)
plus
<LF>
(ASCII 10). The
ESC
key sends
<ESC>
(ASCII 27). Use
to send other ASCII control characters.
8.14 Checksum Specification
Checksum specifications are used in
dialogs . See
Calculating and Validating Checksums
Supported Checksum Specifications /
checksumSpec
Argument
checksumSpec
Checksum algorithm applied
MOD256
8 bit checksum: Sum on all bytes, modulo 256.
XOR
8 bit checksum: XOR on all bytes.
CRC-7
7 bit width CRC. Used for example in MMC/SD card
applications. An An alternative
check sumSpec
text for the
same checksum type would be:
CRC:7,09,00,00,No,No
See the "CRC:
width
,
polynomial..."
syntax described in the
last row.
CRC-8
8 bit width CRC, e.g. for ATM Head Error Correction. Same
as:
CRC:8,07,00,00,No,No
CRC-DOW
8 bit width CRC known as DOW CRC or CCITT-8 CRC. Can
be found in Dallas iButton(TM) applications. Same as:
CRC:8,31,00,00,Yes,Yes
CRC-CCITT
16 bit width CRC as designated by CCITT. Same as:
CRC:16,1021,FFFF,0000,No,No
CRC-16
16 bit width CRC as used in IBM Bisynch, ARC. Same as:
CRC:16,8005,0000,0000,Yes,Yes
CRC-MODBUS
16 bit width CRC as used in
. Similar to CRC-16,
but with a different init value. Same as:
CRC:16,8005,FFFF,0000,Yes,Yes
Содержание Docklight V2.2
Страница 1: ...Docklight V2 2 User Manual 07 2016 Copyright 2016 Flachmann und Heggelbacher GbR...
Страница 5: ...Copyright...
Страница 7: ...Introduction...
Страница 11: ...User Interface...
Страница 14: ...Features and Functions...
Страница 17: ...Working with Docklight...
Страница 28: ...Working with Docklight Advanced...
Страница 41: ...Examples and Tutorials...
Страница 46: ...Reference...
Страница 62: ...Support...
Страница 64: ...Appendix...
Страница 76: ...76 Docklight V2 2 User Manual 07 2016 Copyright 2016 Flachmann und Heggelbacher GbR Appendix...
Страница 77: ...Glossary Terms Used...