Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 6 months ago.
Error during modem join
I ran C027_SupportTest and got the following output.
This time, I used the data only SIM, so CSD registration was denied., so this is OK, however during the modem join, some error happened, so I would like to know how to solve it.
Modem::wakeup Modem::init Modem::devStatus Device: LISA-U200 Power Save: Disabled SIM: Ready CCID: 8981100002146179849 IMEI: 358901048981242 IMSI: 440103028676915 Manufacturer: u-blox Model: LISA-U200 Version: 22.90 Modem::register CSD Registration Denied Modem::netStatus CSD Registration: Denied PSD Registration: Home Access Technology: 3G Signal Strength: -77 dBm Bit Error Rate: 25 Location Area Code: 0051 Cell ID: 044A4058 Ussd Send Command *130# Modem::join Modem:IP 10.112.51.175 Make a Http Post Request Socket Recv "HTTP/1.0 403 Forbidden Server: squid Mime-Version: 1.0 Date: Tue, 01 Jul 2014 01:46:51 GMT Content-Type: text/html Content-Length: 1883 X-Squid-Error: ERR_ACCESS_DENIED 0 X-Cache: MISS from szipXX X-Cache-Lookup: NONE from szipXX:32080 X-Cache: MISS from szipXX X-Cache-Lookup: MISS from szipXX:32080 Via: 1.0 szipXX (squid), 1.0 szipXX (squid) Connection: close
<HTML><HEAD>
<TITLE>Not Found</TITLE>
<style>
<!
HTML{
scrollbar-3dlight-color: #aaa;
scrollbar-arrow-color: #888;
"
Testing TCP sockets with ECHO server
Socket Send 31 "
TCP Socket Hello World
End
"
Socket Recv 63 "u-blox AG TCP/UDP test service
TCP Socket Hello World End " Testing UDP sockets with ECHO server Socket SendTo echo.u-blox.com:7 195.34.89.241 31 " UDP Socket Hello World End " Socket RecvFrom 195.34.89.241:7 31 " UDP Socket Hello World End " Modem::disconnect SMS and GPS Loop
Question relating to:
1 Answer
10 years, 6 months ago.
Hi Shinichi,
There is no error in the join function in above log. So you are fine.
But the example loading the page from mbed server failed. Looks like there is a squid proxy server in between which is dening access.