User's Manual

52
Copyright © 2006 Sena Technologies, Inc. All rights reserved.
<IAC>: Inquiry Access Code. Users may inquire the device with same IAC
code. In Bluetooth specification, there are General IAC (0x9E8B33) and
Limited IAC (0x9E8B00).
Ex.:
PINQ on 20 5 0x9E8B33
+OK
NGBRH
: To see the inquired device list by PINQ command.
Response: bdaddr CoD name
Ex.:
NGBRH
00:0B:53:00:00:E5 0x001f00 PSDv3b-0000E5
00:0B:53:20:00:79 0x020300 Parani-MSP
+OK
DTINFO <on|off>
: The information of the corresponding data terminal is sent from Parani-
MSP prior to any data transmission when TCP socket connected. It
consists of Bluetooth address and name in fixed length with NULL padding
following.
Available in server mode or client mode.
Response: bdaddr,name<null-padding> (64bytes fixed-length)
000B53123456,PSDv3b-123456
Ex.:
DTINFO on
+OK
FWDT <tx_timeout> <rx_timeout> [init]
: Reboot itself if no change in TX bytes for more than <tx> seconds, or in
RX bytes for more than <rx> seconds after [init] seconds from booting. If
init is not specified, timer won’t start till any data transaction.
These values accept 0 for disabling each function. [init] can be just omitted
to disable the function.
Ex.:
FWDT 0 10
+OK