Hello,
I am currently working with the RG255C 5G RedCap module, and I’m exploring the ECM mode with the AT+QCFG=“usbnet”,1 command. Then i define my PDP context using the AT+CGDCONT=1,“IP”,“my_apn” command. The registration to network is OK :
AT+CEREG?
+CEREG: 0,1
AT+COPS?
+COPS: 0,0,“Orange F”,7
AT+QCSQ
+QCSQ: “LTE”,-72,-100,12,-8
I got an IP with: udhcpc -i usb0, but my ping to 8.8.8.8 is not working
It’s possible that I might have missed out on certain essential steps to ensure a connection in ECM mode.
Thanks,