http://www.wavecom.com/forum Open AT ® Release version: 4.10 |
This application uses the ADL OSA service and the ADL FCM service to handle APDU requests and responses with an external SIM card.
This sample was tested with the TDA8029 smart card reader.
The +OSASET command has to be used to set-up the FCM connection.
Then, with the +OSASTART command, it starts/stops the OSA service on the selected UART.
AT+OSASET (OSA settings command)
Command | Answers |
AT+OSASET? | +OSASET:
<Port>
,
<Rate>
OK |
AT+OSASET=? | +OSASET:
(1-2)
,
(1-5)
OK |
AT+OSASET= <Port> ,[ <Rate> ] | +ERROR or OK |
Parameter | Values range | Description | Default value |
Port | 1-2 | UART used for the OSA service | 2 |
Rate | 1-5 | Baudrate : "1" : 9600 "2" : 19200 "3" : 38400 "4" : 57600 "5" : 115200 | 3 |
AT+OSASTART (OSA start/stop process command)
Command | Answers |
AT+OSASTART? | +OSASTART:
<OSAStart>
OK |
AT+OSASTART=? | +OSASTART:
(0-1)
OK |
AT+OSASTART= <OSAStart> | +ERROR or OK |
Parameter | Values range | Description | Default value |
OSAStart | 0-1 | Start/Stop the OSA service | 0 |
Updated: Tue Sep 19 17:12:36 CEST 2006;