So im trying to connect an HC-05 (M) I have to an HC-06 (S), and I successfully got the address of the HC-06 (I think) and now I'm trying to pair them. I read online that I can use commands like LINK, BIND, and PAIR to connect, but it seems that the HC-05 doesn't recognize any of those commands (according to AT+HELP). It does, however, have a command listed under AT+HELP called "CONN", but I can't find documentation for this command anywhere.
Is there a way for me to connect my modules together? Do I need to use the "CONN" command? Any help would be much appreciated
AT+HELP listed commands (sorry for formatting):
-
Command Description *
-
---------------------------------------------------------------- *
-
AT Check if the command terminal work normally *
-
AT+RESET Software reboot *
-
AT+VERSION Get firmware, bluetooth, HCI and LMP version *
-
AT+HELP List all the commands *
-
AT+NAME Get/Set local device name *
-
AT+PIN Get/Set pin code for pairing *
-
AT+BAUD Get/Set baud rate *
-
AT+LADDR Get local bluetooth address *
-
AT+ADDR Get local bluetooth address *
-
AT+DEFAULT Restore factory default *
-
AT+RENEW Restore factory default *
-
AT+STATE Get current state *
-
AT+PWRM Get/Set power on mode(low power) *
-
AT+POWE Get/Set RF transmit power *
-
AT+SLEEP Sleep mode *
-
AT+ROLE Get/Set current role. *
-
AT+PARI Get/Set UART parity bit. *
-
AT+STOP Get/Set UART stop bit. *
-
AT+INQ Search slave model *
-
AT+SHOW Show the searched slave model. *
-
AT+CONN Connect the index slave model. *
-
AT+IMME System wait for command when power on. *
-
AT+START System start working. *
-
AT+UUID Get/Set system SERVER_UUID . *
-
AT+CHAR Get/Set system CHAR_UUID . *
-
-----------------------------------------------------------------*
-
Note: (M) = The command support master mode only. *

