Open agilly opened 6 months ago
Hello @agilly
what does at+csocksetpn?
return? This command is used to set the default PDP context for netopen
. In your case it should be 1 I guess. If it is not 1, try to set it with at+csocksetpn=1
.
Thanks Felix
I couldn't get the example code to work, so I use the SIM7600G-H as a USB modem (using USB port 2 and changing the jumper), and sending AT commands via COM to try and connect. Unfortunately,
AT+NETOPEN
always fails. This is what I am getting:The provider is correctly set and the SIM seems to register to the network.
The APN at
+CGDCONT: 1
is the correct one.AT+NETOPEN
always fails. It seems there are two contexts active, 1 and 2. After reading this bug report, I tried disabling context 2 as it looks to be a VoLTE one:as evidenced by the last couple of commands, NETOPEN still fails. Any help greatly appreciated