Hello,
Recently I’m working on AT+CSIM command in HL-7692 modem.
When I use Select and Get Response APDU Command, I able to retrieve the response / acknowledge for Get Response APDU Command from the SIM.
example:
AT+CSIM=14,"“00A40004023F00"”
+CSIM: 4, "“6127"”
AT+CSIM=10, "“00C0000027"”
+CSIM: 82, "“62258202782183023F00A50B800171830302442B8701008A01058B032F0602C6069001808301019000"”
But when I use Envelope APDU Command on AT+CSIM command, the modem didn’t return the response / acknowledge even though there’s data to be returned from SIM.
example:
AT+CSIM=130, ““80C2000078D13A8202838106069126180100008B2C4000817F16220210123000071F027000001A0D0000000000000000000000010000A40004023F0000C0000027"”
+CSIM: 4,”“9000"”
Additional Setting:
AT+CREG?
+CREG: 0,1
AT+CFUN?
+CFUN: 1,0
AT+CGAUTO?
+CGAUTO: 1
AT+CGACT?
+CGACT: 1,1"
Is there any settings that need to be done before using AT+CSIM command for envelope APDU (SMS-Submit and SMS-Delivery) so it returning the response / acknowledge?
Is there any AT+CSIM sample for envelope that returning data / acknowledge?
Thank you.