Sometimes, on HE910, when i send AT#SH=1, socket server not receive the close order.
PS: on F.A.Q you indicates to put AT&K0 for invalidate flow control, but if in connection mode i send more than 500Kbyte at 115200 in EDGE mode, HE910 buffer filled rapidly, i need flow control to break transmit until RF buffer is empty. How to solveCONNECT problem ?
regards
In command mode connection I suppose. What is AT#SS reporting in this case?
Hi,
AT#SH=1
OK AT#SS
#SS: 1,0 #SS: 2,0 #SS: 3,0 #SS: 4,0 #SS: 5,0 #SS: 6,0 **************************************** Server still connected OK AT#SGACT=1,0
OK
hi,
something to do between +++ and AT#SH=1 ?
You can see all sockets are closed. +++ is to suspend the socket when in online mode connection, has no relevance for command mode.
Hi,
i found the problem, if SGACT=1,0 is sent too early after SH=1, server don’t receive socket closing. if a delay of 2s is observed between SH and SGACT, server receive socket closing.
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
Hello,
Sometimes, on HE910, when i send AT#SH=1, socket server not receive the close order.
PS: on F.A.Q you indicates to put AT&K0 for invalidate flow control, but if in connection mode i send more than 500Kbyte at 115200 in EDGE mode, HE910 buffer filled rapidly, i need flow control to break transmit until RF buffer is empty. How to solveCONNECT problem ?
regards
In command mode connection I suppose. What is AT#SS reporting in this case?
Hi,
AT#SH=1
OK
AT#SS
#SS: 1,0
#SS: 2,0
#SS: 3,0
#SS: 4,0
#SS: 5,0
#SS: 6,0
**************************************** Server still connected
OK
AT#SGACT=1,0
OK
hi,
something to do between +++ and AT#SH=1 ?
You can see all sockets are closed. +++ is to suspend the socket when in online mode connection, has no relevance for command mode.
Hi,
i found the problem, if SGACT=1,0 is sent too early after SH=1, server don’t receive socket closing. if a delay of 2s is observed between SH and SGACT, server receive socket closing.
i think SGACT=1,0 not wait for SH=1 done.
Thank you Philippe for noticing the solution!