User's Manual

Chapter 3 — Configuring the CK60 Computer
CK60 Series Handheld Computer User’s Manual 51
CK60 Computer directly through an access point or through the Ethernet
network. Use the TMF protocol to send and receive transactions between
the host application and the CK60 Computer.
To set up the host computer, verify that you can communicate with the
CK60 Computer.
To set up the application, prepare and write a host application that can
communicate with the Intermec Application Server and send transactions
to and receive transactions from the CK60 Computer in this format:
where:
Example
In the host application, you want to get the current values of two configura-
tion commands from the CK60 Computer. Send the
CG$+NABV
transaction
from the host application
where:
The CK60 returns the
CgS+BV4
transaction to the host application, where:
TMF field commands
TMF field is a 2-byte field containing one of these values:
CG Configuration Get request sent from the host application.
Cg Configuration Get response sent from the CK60 Computer
to the host computer.
CS Configuration Set request sent from the host application.
Cs Configuration Set response sent from the CK60 Computer
to the host computer.
commands are the reader and configuration commands that you want to set on
the CK60 Computer or the current value you want to retrieve from
the CK60 Computer. To save configuration changes in flash
memory, send the reader command .+1 as the last command. for a
list of all commands, see the Command Reference Manual.
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, but
you do for a UDP Plus network.
CG is a TMF Configuration Get request.
$+ is the Change Configuration reader command.
BV is the Beeper Volume configuration command.
Cg is a TMF Configuration Get response.
$+ is the Change Configuration reader command.
BV4 means the Beeper Volume configuration command is currently set to a
value of 4, which is a very high beeper volume.