I’m opening a socket on a GL865 Quad V2 as follows:
AT+CGDCONT=1,”IP”,”wyless.uk”,”0.0.0.0″,0,0
AT+CGQMIN=1,0,0,0,0,0
AT#SGACT = 1,1,””, “”
AT#SD=1,0,43500,”xxx.xx.xx.xx”,0,0
But I’m unable to suspend it with:
+++
AT#SH
The +++ is transmitted across the socket instead of returning me to command mode?
Any ideas?
Make sure to insert appropriate silence times around +++ sequence.
I’m running the commands from macro buttons on my PC Terminal, so I manually send the commands one at a time and it doesn’t matter how long I wait. I even tried send ‘+’ three times slowly, that didn’t work either. Any ideas?
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Hi,
I’m opening a socket on a GL865 Quad V2 as follows:
AT+CGDCONT=1,”IP”,”wyless.uk”,”0.0.0.0″,0,0
AT+CGQMIN=1,0,0,0,0,0
AT#SGACT = 1,1,””, “”
AT#SD=1,0,43500,”xxx.xx.xx.xx”,0,0
But I’m unable to suspend it with:
+++
AT#SH
The +++ is transmitted across the socket instead of returning me to command mode?
Any ideas?
Make sure to insert appropriate silence times around +++ sequence.
I’m running the commands from macro buttons on my PC Terminal, so I manually send the commands one at a time and it doesn’t matter how long I wait. I even tried send ‘+’ three times slowly, that didn’t work either. Any ideas?
Found it!!!
I was sending a carriage return after the +++
Thanks for your help.