| 전자부품 데이터시트 검색엔진 |
|
AN3224 데이터시트(PDF) 29 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
AN3224 데이터시트(HTML) 29 Page - STMicroelectronics |
|
29 / 49 page ![]() AN3224 RF ISO 15693 High-level commands Doc ID 17559 Rev 2 29/49 Else Cmd_Inventory_FEIG = True ‘lngTranspNumber & " Tags Detected" For i = 0 To lngTranspNumber - 1 strtransponder = Mid(strRespData, 3 + (20 * (i)), 20) Next i End If End If ' after INVENTORY request, all transponders are in QUIET mode ' RESET TO READY request is sent to Wake Up transponders Call cmd_ResetToReadyRF_FEIG End Function 5.2.2 Example of High-level Inventory command C/C++ source code int Cmd_Inventory_FEIG (void) { int entry3; int i; UCHAR sReqData[64]={0}; UCHAR sRspData[64]={0}; int iReqLen,iRspLen; int iResult, iResult2; int iRspLength=56; /* Inventory request HOST MODE command : B0 + 0100 */ sReqData[0] = (UCHAR)0x01; sReqData[1] = (UCHAR)0x00; iReqLen = 2; /* (number of bytes :param=2 in request) */ printf("\n\n\n\n"); printf("\n>>> INVENTORY request in ISO mode : "); printf("\n --> request : "); for (i=0; i<iReqLen; i++) printf("%.2x",sReqData[i]); /* FEIG USB INVENTORY request in HOST MODE command */ iResult = FEISC_0xB0_ISOCmd(iFeiscHandle,0xFF, sReqData, iReqLen,/* request */ &sRspData[0], &iRspLen,/* answer */ 2);/* length format 2 : Number of Bytes */ printf("\n --> answer : "); if (iRspLen == 0) printf("No tag answer received"); else for (i=0; i<iRspLen; i++) printf("%c",sRspData[i]); printf("\n\n\n\n"); printf("\npress any key to continue"); |
|
링크 URL |
| ALLDATASHEET 가 귀하에 도움이 되셨나요? [ DONATE ] |
Alldatasheet는? | 광고문의 | 운영자에게 연락하기 | 개인정보취급방침 | 링크 투 데이터시트 | 링크교환 | 제조사별 검색 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 |