Hi,
I am using a Quectel EG912U-GL module with an ST4SIM_200M_VFDFPN8 eSIM. The module works normally with ICCID, IMEI, IMSI, etc., but when I try to query the EID with:
AT+QESIM="eid"
I get the following response:
+QESIM: "eid",8500000A,""
OK
The EID field is empty. Other AT commands for ICCID and network info work fine.
Module Info:
- Firmware: EG912UGLAAR03A13M08
- SIM: ST4SIM_200M_VFDFPN8
- ICCID: 8944477200003118032F
Questions:
- Does this module/firmware version support reading EID from this eSIM?
- Are there any additional commands or configuration needed to enable EID reading?
- Could this be a limitation of the eSIM profile (ST4SIM_200M_VFDFPN8) or firmware?
Any guidance would be appreciated.
FULL
i have module eg912u-gl with eSIM ST4SIM_200M_VFDFPN8 only it show iccid
NOT EID
/* Start AT SYNC: Send AT every 500ms, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail */
AT
AT
OK
ATI
ATI
Quectel
EG912U
Revision: EG912UGLAAR03A13M08
OK
ATI
ATI
Quectel
EG912U
Revision: EG912UGLAAR03A13M08
OK
/* Use ATV1 to set the response format */
ATV1
ATV1
OK
/* Use ATE1 to enable echo mode */
ATE1
ATE1
OK
/* Use AT+CMEE=2 to enable result code and use verbose values */
AT+CMEE=2
AT+CMEE=2
OK
/* Get the baudrate, if the value is 0 (auto baudrate), then it will be set to 115200 (fixed baudrate) to assure reliable communication and avoid any problems caused by undetermined baudrate between DCE and DTE, value of IPR should be saved with AT&W */
AT+IPR?
AT+IPR?
+IPR: 115200
OK
/* Use ATI to get module information of Manufacturer ID, Device module and Firmware version */
ATI
ATI
Quectel
EG912U
Revision: EG912UGLAAR03A13M08
OK
/* Use AT+GSN to query the IMEI of module */
AT+GSN
AT+GSN
869487067875525
OK
AT+QURCCFG=“URCPORT”,“uart1”
AT+QURCCFG=“URCPORT”,“uart1”
OK
/* Use AT+CPIN? to query the SIM card status : SIM card inserted or not, locked or unlocked */
AT+CPIN?
AT+CPIN?
+CPIN: READY
OK
/* Use AT+CIMI to query the IMSI of SIM card */
AT+CIMI
AT+CIMI
204047651359097
OK
/* Use AT+QCCID to query ICCID number of SIM card */
AT+QCCID
AT+QCCID
+QCCID: 8944477200003118032F
OK
/* Use AT+CSQ to query current signal quality */
AT+CSQ
AT+CSQ
+CSQ: 19,99
OK
/* Use AT+CREG? /AT+CGREG? to query the network registration status. */
AT+CREG?
AT+CREG?
+CREG: 0,2
OK
AT+CGREG?
AT+CGREG?
+CGREG: 0,2
OK
/* Make sure the Antenna is connected and the network is normal */
AT+QESIM=“eid”
AT+QESIM=“eid”
+QESIM: “eid”,8500000A,“”
OK