Topic: Communicate from PN533 to Nokia 6212
Hello everyone!
I try to send data to a Nokia 6212 with PN533.
I send the letter several times.
But I get an error "0x13" in return (error format DATA).
Can someone tell me if I am on track to send DATA to GSM?
The NFCID3 GSM is 00 00 00 00 00 00 00 00 00 00.
Here is the script:
//InJumpForPSL
//This command is used by a host controller to activate a target using either active or
//passive communication mode.
//If a target is in the field, it will then be ready for PSL or DEP exchanges.
46 01 00 01 00 00 00 00 00 00 00 00 00 00;
//InDataExchange
//This command is used to support protocol data exchanges between the PN533 as
//initiator and a target.
40 01 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41 41;
//switch off field
32 01 00;
===============================================================
RESPONSE:
//InJumpForPSL
//This command is used by a host controller to activate a target using either active or
//passive communication mode.
//If a target is in the field, it will then be ready for PSL or DEP exchanges.
PC -> IFD : INITIATOR : JUMP FOR PSL
00 00 FF 0F F1 D4 46 01 00 01 00 00 00 00 00 00
00 00 00 00 E4 00
IFD -> PC : ACK
00 00 FF 00 FF 00
IFD -> PC : INITIATOR : JUMP FOR PSL EXECUTED
00 00 FF 13 ED D5 47 00 01 00 00 00 00 00 00 00
00 00 00 00 00 00 07 02 DA 00
//InDataExchange
//This command is used to support protocol data exchanges between the PN533 as
//initiator and a target.
PC -> IFD : INITIATOR : DATA EXCHANGE
00 00 FF 13 ED D4 40 01 41 41 41 41 41 41 41 41
41 41 41 41 41 41 41 41 DB 00
IFD -> PC : ACK
00 00 FF 00 FF 00
IFD -> PC : INITIATOR : DATA EXCHANGE EXECUTED
00 00 FF 03 FD D5 41 13 D7 00
//switch off field
PC -> IFD : RF CONFIGURATION
00 00 FF 04 FC D4 32 01 00 F9 00
IFD -> PC : ACK
00 00 FF 00 FF 00
IFD -> PC : RF CONFIGURATION EXECUTED
00 00 FF 02 FE D5 33 F8 00
with GSM I "read tag"
Thank you in advance
Last edited by GGelec (2010-02-28 13:28:56)