USB Connect LPWA 3.2 - Production setup

It is important that a working SIM card is inserted in the device.

# Verification of the SIM card > AT+CPIN? < +CPIN: READY < OK # Disable Echo > ATE0 < OK # Enable result code and use numeric values > AT+CMEE=1 < OK # Disable the UE from both transmitting and receiving RF signals > AT+CFUN=4 < OK # Manual deregister from network > AT+COPS=2 < OK # Disable power save mode > AT+QPSMS=0 < OK # Configure URC Indication Option > AT+QURCCFG="urcport","usbmodem" < OK # Enable all URCs > AT+QINDCFG="all",1,1 < OK # Configuring the network category to search for under LTE RAT # AT+QCFG="iotopmode",0,1 for LTE-M # AT+QCFG="iotopmode",1,1 for NB IoT # AT+QCFG="iotopmode",2,1 for LTE-M and NB-IoT > AT+QCFG="iotopmode",2,1 < OK # Restore MAIN_RI Behavior to Inactive # bands 3 + 8 + 20 = 0x80084 > AT+QCFG="band",0,0x80084,0x80084 < OK # Configure Service Domain > AT+QCFG="servicedomain",2,1 < OK # Set UE Functionality > AT+CFUN=1 < OK # Configure parameters of a TCP/IP context. > AT+QICSGP=1,1,"" < OK # Enable automatic mode or > AT+COPS=0 < OK