User Manual

Chapter 3. Commands
This chapter describes different commands used to control the behaviour of ASCII
Interface.
Every command is typed into one line and is executed by line feed (CR+LF,
ASCII13+ASCII10). ASCII Interface is case insensitive ie. command may be entered
in upper-, lower- or even mixed case letters.
CALL
Command CALL is used to initiate connections to the remote device. Connections
are closed using command CLOSE. Currently open connections can be viewed using
command LIST.
Synopsis
CALL {address} {target} RFCOMM
Description
address
Bluetooth device address of the remote device
target
RFCOMM target for the connection. Target may be one of the following:
channel
RFCOMM channel number
Format: xx (hex)
uuid16
16 bit UUID for searching channel
Format: xxxx (hex)
uuid32
32 bit UUID for searching channel
Format: xxxxxxxx (hex)
uuid128
128 bit UUID for searching channel
Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (hex)
Response
CALL {link_id}
5