Gmt' (Display Message) - KoamTac KDC100 Programming Manual

Revision 2.82
Hide thumbs Also See for KDC100:
Table of Contents

Advertisement

'GMT' (Display message)

Parameters:
Character string to be displayed on KDC
Format:
'GMT<message><CR>, where message is limited to 52 characters
Output:
'@'
Purpose:
Display message on KDC
[Note] KDC returns @ upon receiving 52 characters. Line would be wrapped automatically if
character per line is greater than 13.
[Example] Send 6 bytes (0x47 0x4D 0x55 0x61 0x62 0x0D) to display "ab"
0x47: ASCII code of character "G" in hexadecimal
0x4D: ASCII code of character "M" in hexadecimal
0x55: ASCII code of character "T" in hexadecimal
0x61: ASCII code of character "a" in hexadecimal
0x62: ASCII code of character "b" in hexadecimal
0x0D: ASCII code of <CR> in hexadecimal
GMTab<CR>
KDC100 Programming Manual
28

Advertisement

Table of Contents
loading

Table of Contents