| Electronic Components Datasheet Search |
|
AN4430 Datasheet(PDF) 39 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
AN4430 Datasheet(HTML) 39 Page - STMicroelectronics |
|
39 / 42 page ![]() DocID025722 Rev 1 39/42 AN4430 How to use ST NFC package to implement HW enhanced features 41 Read Example //***********************************************************************/ //* the function send an ReadSingle command (0x0A 0x20) || (0x02 0x20) //* example : StartAddress {0x00, 0x02} NbOfBlockToRead : {0x04} //* the function will return 04 blocks read from address 0002 //* According to the ISO‐15693 maximum block read is 32 for the same sector //***********************************************************************/ public static byte[] SendReadSingleBlockCommand (Tag myTag, byte[] StartAddress, DataDevice ma) { byte[] response = new byte[] {(byte) 0x0A}; byte[] ReadSingleBlockFrame; ReadSingleBlockFrame = new byte[]{(byte) 0x02, (byte) 0x20, StartAddress[1]}; int errorOccured = 1; while(errorOccured != 0) { try { NfcV nfcvTag = NfcV.get(myTag); nfcvTag.close(); nfcvTag.connect(); response = nfcvTag.transceive(ReadSingleBlockFrame); if(response[0] == (byte) 0x00 || response[0] == (byte) 0x01) errorOccured = 0; } catch(Exception e) { … } } return response; } |
|
Link URL |
| Does ALLDATASHEET help your business so far? [ DONATE ] |
About Alldatasheet | Advertisement | Contact us | Privacy Policy | Link to Datasheet | Link Exchange | Manufacturer List All Rights Reserved©Alldatasheet.com |
| Russian : Alldatasheetru.com | Korean : Alldatasheet.co.kr | Spanish : Alldatasheet.es | French : Alldatasheet.fr | Italian : Alldatasheetit.com Portuguese : Alldatasheetpt.com | Polish : Alldatasheet.pl | Vietnamese : Alldatasheet.vn Indian : Alldatasheet.in | Mexican : Alldatasheet.com.mx | British : Alldatasheet.co.uk | New Zealand : Alldatasheet.co.nz |
|
Family Site : ic2ic.com |
icmetro.com |