Co de 39
Nugget
Operating the Terminal in a Network
4-29
4
TMF field
CG Configuration Get request sent from the host
application.
Cg Configuration Get response sent from the T2425
to the host.
CS Configuration Set request sent from the host
application.
Cs Configuration Set response sent from the T2425
to the host.
configuration command
is the reader or configuration command or commands
you want to set on the terminal, or the current value you
want to retrieve from the terminal. To save configuration
changes in flash memory, send the reader command .+1
as the last command.
For a list of commands, see Chapter 8, “Reader
Command Reference,” or Chapter 9, “Configuration
Command Reference.”
Example 1
In the host application, you want to get the current values of two configuration
commands from the T2425. Send this transaction from the host application:
CG$+NADF
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:
CG is a TMF Configuration Get request.
$+ is the Change Configuration reader command.
NA is the Network Activate configuration command.
DF is the Display Backlight Timeout configuration command.
The T2425 returns this transaction to the host application.
Cg$+NA1DF60
where:
Cg is a TMF Configuration Get response.
$+ is the Change Configuration reader command.
NA1 means the Network Activate configuration command is currently set to a value
of 1, which means that the 2.4 GHz RF network is enabled.
DF60 means the Display Backlight Timeout configuration command is currently set
to a value of 60 seconds.