TRAKKER Antares 2420 and 2425 Hand-Held Terminal User’s Manual
Co de 39
Nugget
4-30
Example 2
In the host application, you want to set the value for two configuration commands on the
T2425. Send this transaction from the host application:
CS$+BV4DF30
Note: The transaction header is not shown in this example. You do not need a
transaction header for a host application in a TCP/IP network.
where:
CS is a TMF Configuration Set request.
$+ is the Change Configuration reader command.
BV4 sets the Beep Volume configuration command to a value of 4, which is a very
loud beep volume.
DF30 sets the Display Backlight Timeout configuration command to a value of 30
seconds.
The T2425 returns this transaction to the host application.
Cs$+BV4DF30
where:
Cs is a TMF Configuration Set response.
$+ is the Change Configuration reader command.
BV4 means the Beep Volume configuration command has been changed to a value of
4, which is a very loud beep volume.
DF30 means the Display Backlight Timeout configuration command has been
changed to a value of 30 seconds.