User's Manual

Customer
SEWOO
Date
2014.12.04
Document
BnCOM Bluetooth SPP Module UART Protocol
Doc. Ver
1.0.0
13/19
13
BnCOM Confidential Proprietary
(BTHOST) : +OK⤶
5.4. AT+CONNECT
Action Try connection to Remote device
Response
+OK or +ERROR<N>
example
(HOSTBT) : AT+CONNECT
(BTHOST) : +OK⤶
5.5. AT+DATA=n,xxxxx
Action Data send to Remote iOS device
Response +SUCCESS, or +FAIL<n>
example
(HOSTBT) : AT+DATA=5,12345
(BTHOST) : +SUCCESS orFAILn
5.6. AT+SETSLEEP=n⤶
Action Sleep setting
Response +OK or +ERROR<n>
example
(HOSTBT) : AT+SETSLEEP=0 (disable)
(BTHOST) : +OK⤶orERRORn
5.7. AT+SETSCAN=n,t0
Action Discoverable and paging scan setting
Response
+OK or +ERROR<N>
example n = 0 Non discoverable and paging scan
n = 1 discoverable.
n=2 page scan
n=3 discoverable and page scan