I am working on getting an Arduino to Arduino project setup. Right now I have some HC-05 modules I am working with. I set one to master and the other to slave. The master has bound to the slave address (14:3:30279) and I have set it connection mode to only connect to the bound address. I am now trying to set the pair using AT+PAIR=14,3,30279,20 but I get error the SPP has not been initialized and when I run the AT+INIT command it kick the modem out of AT mode.
Any ideas what might be causing the HC-05 to get kicked out of AT mode when I run the at+init command?