Text Settings - Honeywell 8680i User Manual

Wearable mini mobile computer
Hide thumbs Also See for 8680i:
Table of Contents

Advertisement

Sample
char cBeepMenuString[] = "\x16M\x0DBEPHA1.";
SynMenuCmdSync(cBeepMenuString);
BEPEXE
This causes a standard beep sequence or an error beep sequence to be executed.
BEPEXE requires a numeric parameter, where values of 1, 2 and 3 cause the stan-
dard beep sequence and 4 causes the error beep sequence to be executed.
Sample
char cBeepMenuString[] = "\x16M\x0DBEPEXE1.";
SynMenuCmdSync(cBeepMenuString);

Text Settings

GUITXT
This command sends left-justified text to the display. The text is in UTF-8 format. If
the text is too long, it is truncated.
Byte
0
1 ... n
Sample
This string sends "Hi" to the first line (binary 0):
GUITXT004869
This data is a binary byte 0, followed by the two ASCII characters:
Byte
0
1
2
The hex string encoding is:
Byte
0
1
2
3
204
Value
Notes
0 or 1
The line where the text is placed.
UTF-8
The text to display.
Value
0x00 (line 0)
0x48 (H)
0x69 (i)
Value
0x32 (0)
0x32 (0)
0x34 (4)
0x38 (8)
8680i User Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents