Vous êtes sur la page 1sur 9

Remote SIM Protocol AT

Commands Application
Note
Version:V1.0.3
Date:2015-08-24
Copyright
Copyright ©2015 Fibocom Wireless Inc . All rights reserved.

Without the prior written permission of the copyright holder, any company or individual is prohibited to
excerpt, copy any part of or the entire document, or transmit the document in any form.

Attention
The document is subject to update from time to time owing to the product version upgrade or other
reasons. Unless otherwise specified, the document only serves as the user guide. All the statements,
information and suggestions contained in the document do not constitute any explicit or implicit
guarantee.

Trademark
The trademark is registered and owned by Fibocom Wireless Inc.

Versions
Version Date Remarks

V1.0.0 2013-10-16 Initial Version

V1.0.1 2013-11-22 Add AT+GTSET command

V1.0.2 2015-04-26 Update the description of copyright and attention.

V1.0.3 2015-08-24 Update the logo.

H380 M.2 Series Module Hardware User Manual Page 2 of 9


Applicability Type
No. Type Note
1 G510-Q50-00

2 G610-A20-00

H380 M.2 Series Module Hardware User Manual Page 3 of 9


Content
1 Preface...................................................................................................................................................................5

2 +SIMRESET, Module Requests to Reset SIM Card......................................................................................6

3 +SIMDATA, Module Sends Data to SIM Card................................................................................................ 7

4 +SIMDATA, Host Sends SIM Card Data to Module....................................................................................... 8

5 Enable/Disable Remote SIM Card....................................................................................................................9

H380 M.2 Series Module Hardware User Manual Page 4 of 9


1 Preface
In this document, <CR> means 0x0D, <LF> means 0x0A.

H380 M.2 Series Module Hardware User Manual Page 5 of 9


2 +SIMRESET, Module Requests to
Reset SIM Card
Module sends:

<CR><LF>+SIMRESET<CR><LF>

To customer’s device, means it needs customer’s device to reset the SIM card. The customer’s device
should send the ATR data received from SIM card to the module in 5 seconds. Generally, module sends
the data to the customer’s device in the following circumstances:

1) Module is powered on.

2) Communication error between the module and SIM card.

H380 M.2 Series Module Hardware User Manual Page 6 of 9


3 +SIMDATA, Module Sends Data to
SIM Card
If the module needs to send data to SIM card, send:

<CR>>LF>+SIMDATA:”data”<CR><LF>

To the customer’s device, the customer’s device should send these data to the SIM card, and send the
response data received from SIM card to the module in 5 seconds.

The data send from module to SIM card is transformed (transform binary data to ASC II characters), the
customer’s device transform it to actual data and then send it to SIM card. For example, if the module
need to send 0xA0, 0xA4, 0x00, 0x00, 0x02, 0x7F, 0x20 to SIM card, the actual data would be:

<CR><LF>+SIMDATA: "A0A40000027F20"<CR><LF>.

H380 M.2 Series Module Hardware User Manual Page 7 of 9


4 +SIMDATA, Host Sends SIM Card
Data to Module
After the customer’s device receive data send by SIM card (ATR, PPS, response data and so on), the
format should like this:

AT+SIMDATA=”data”<CR>

The SIM card data send from customer’s device to module must also following the format in chapter 3,
transform it to ASC II characters. For example, if you need to send 0x4A, 0x90, 0x00 to the module, the
actual command should be:

AT+SIMDATA=”4A9000”<CR>

H380 M.2 Series Module Hardware User Manual Page 8 of 9


5 Enable/Disable Remote SIM Card
Command Syntax Response/Action Remarks
Set AT+GTSET=”SIMPIPE”,<MO OK 0: disable remote SIM card
DE> or 1: enable remote SIM card
ERROR
This configuration can be saved when power is off.

Example:

AT+GTSET=”SIMPIPE”,0
OK

AT+GTSET=”SIMPIPE”,1
OK

H380 M.2 Series Module Hardware User Manual Page 9 of 9

Vous aimerez peut-être aussi