I have noticed that occassionaly command echo is not working properly…. In my situation I periodicaly call AT+COPS? and usually the response is correct:
AT+COPS?
+COPS: 4,2,"23101"
OK
but when I let the program run for couple of hours sometimes the command echo is missing and I only receive
+COPS: 4,2,"23101"
OK
The implementation I have depends on the echo and since it is missing its causing a problem.
Module FW is: 10.00.005
Any idea what might be wrong?
Yesterday evening I also noticed missing echo on AT#SSLSEND which is far worse in my application. It happens usually once per couple of hours.
What host are you using Roman? What baudrate, are you using flow control?
Module is GE865, running against device with WindowsCE 6.0 R3, baudrate 38400 and no flow control.
Hmmm, are you sure is not a buffer or read issue? Can you run a test with a PC application, preferably with hardware flow control?
i will try do to more testing, altough with current HW it would be rather difficult… However if it was reading error I would expect that some part of the response would be corrupted, but only the echo part is completely missing.. so far nothing else
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
I have noticed that occassionaly command echo is not working properly…. In my situation I periodicaly call AT+COPS? and usually the response is correct:
AT+COPS?
+COPS: 4,2,"23101"
OK
but when I let the program run for couple of hours sometimes the command echo is missing and I only receive
+COPS: 4,2,"23101"
OK
The implementation I have depends on the echo and since it is missing its causing a problem.
Module FW is: 10.00.005
Any idea what might be wrong?
Yesterday evening I also noticed missing echo on AT#SSLSEND which is far worse in my application. It happens usually once per couple of hours.
What host are you using Roman? What baudrate, are you using flow control?
Module is GE865, running against device with WindowsCE 6.0 R3, baudrate 38400 and no flow control.
Hmmm, are you sure is not a buffer or read issue? Can you run a test with a PC application, preferably with hardware flow control?
i will try do to more testing, altough with current HW it would be rather difficult… However if it was reading error I would expect that some part of the response would be corrupted, but only the echo part is completely missing.. so far nothing else