Home › Forums › Ask the Flomies › callback writeNdef function is not triggered
Viewing 1 post (of 1 total)
-
AuthorPosts
-
October 13, 2017 at 3:41 pm #61287
The callback for the writeNdef function is not triggered. Here is a code snippet. The readNdef callback is called. The code snippet shows both the readNdef and ndefWrite flomio calls and their callbacks. The log file is included. The ndefWrite was called first, followed by a readNdef. The log shows that the ndefWrite call back was not called, but the onRead callback was called.
tagDiscoveredListener (result){ if(true === this.writePending){ writeTagMessage = this.message; console.log("flomioPlugin - calling writeNdef."); flomioPlugin.writeNdef(this.ndefWrite.bind(this), this.device.id, writeTagMessage); } else { console.log("flomioPlugin - Calling readNdef."); flomioPlugin.readNdef(this.onRead.bind(this), result.deviceId); } flomioPlugin.addTagDiscoveredListener(this.tagDiscoveredListener.bind(this)); } onRead(ndefData){ console.log("flomioPlugin - readNdef Callback called."); this.data = []; for (let i = 0; i < ndefData.ndefMessage.length; i++) { if('wayaround.com:wid' != ndefData.ndefMessage[i].type){ continue; } this.dataFactory.rawData = ndefData.ndefMessage[i].payload; if(this.dataFactory.status != wayDataStatus.get('SUCCESS')){ continue; } this.data.push(this.dataFactory.data) } this.readSuccess(this.data); this.device.incrementRead(); } ndefWrite (result){ console.log('flomioPlugin - writeNdef Callback called.'); }
2017-10-12 21:30:56.704653-0500 wayaround[1347:498185] Change Status:Present 2017-10-12 21:30:56.764379-0500 wayaround[1347:498185] ATR Response: 3B 8F 80 01 80 4F 0C A0 00 00 03 06 03 00 03 00 00 00 00 68 2017-10-12 21:30:56.764516-0500 wayaround[1347:498185] In transmitApdu acsbtreader 2017-10-12 21:30:56.776011-0500 wayaround[1347:498811] Command APDU:FF CA 00 00 00 2017-10-12 21:30:56.824021-0500 wayaround[1347:498185] Response Apdu: 04 15 B7 82 89 49 80 90 00 2017-10-12 21:30:56.824286-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:56.824505-0500 wayaround[1347:498185] Found tag UUID: 04 15 B7 82 89 49 80 from device:RR330-004157 tagDiscoveredListener (result){ if(true === this.writePending){ writeTagMessage = this.message; console.log("flomioPlugin - calling writeNdef."); flomioPlugin.writeNdef(this.ndefWrite.bind(this), this.device.id, writeTagMessage); this.writeAction(true); // wayAround.ioController.writeSuccess(true); this.setWritePending(false); this.setReadPending(true); } else { console.log("flomioPlugin - Calling readNdef."); flomioPlugin.readNdef(this.onRead.bind(this), result.deviceId); } flomioPlugin.addTagDiscoveredListener(this.tagDiscoveredListener.bind(this)); } onRead(ndefData){ console.log("flomioPlugin - readNdef Callback called."); this.data = []; for (let i = 0; i < ndefData.ndefMessage.length; i++) { if('wayaround.com:wid' != ndefData.ndefMessage[i].type){ continue; } this.dataFactory.rawData = ndefData.ndefMessage[i].payload; if(this.dataFactory.status != wayDataStatus.get('SUCCESS')){ continue; } this.data.push(this.dataFactory.data) } this.readSuccess(this.data); this.device.incrementRead(); } ndefWrite (result){ //this.writeAction(true); console.log('flomioPlugin - writeNdef Callback called.'); }
2017-10-12 21:30:56.704653-0500 wayaround[1347:498185] Change Status:Present 2017-10-12 21:30:56.764379-0500 wayaround[1347:498185] ATR Response: 3B 8F 80 01 80 4F 0C A0 00 00 03 06 03 00 03 00 00 00 00 68 2017-10-12 21:30:56.764516-0500 wayaround[1347:498185] In transmitApdu acsbtreader 2017-10-12 21:30:56.776011-0500 wayaround[1347:498811] Command APDU:FF CA 00 00 00 2017-10-12 21:30:56.824021-0500 wayaround[1347:498185] Response Apdu: 04 15 B7 82 89 49 80 90 00 2017-10-12 21:30:56.824286-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:56.824505-0500 wayaround[1347:498185] Found tag UUID: 04 15 B7 82 89 49 80 from device:RR330-004157 2017-10-12 21:30:56.846543-0500 wayaround[1347:498185] flomioPlugin - calling writeNdef. 2017-10-12 21:30:56.846756-0500 wayaround[1347:498185] writeNdef 2017-10-12 21:30:56.846862-0500 wayaround[1347:498185] RR330-004157 2017-10-12 21:30:56.846960-0500 wayaround[1347:498185] bytes156,17,52,1,119,97,121,97,114,111,117,110,100,46,99,111,109,58,119,105,100,48,0,1,0,1,0,100,0,1,44,89,61,97,209,1,71,145,157,15,234,164,166,133,189,37,0,1,0,23,0,78,97,118,121,32,98,108,117,101,32,98,117,115,105,110,101,115,115,32,115,117,105,116,92,15,23,1,97,110,100,114,111,105,100,46,99,111,109,58,112,107,103,49,99,111,109,46,119,97,121,97,114,111,117,110,100,46,119,97,121,97,114,111,117,110,100 2017-10-12 21:30:56.847098-0500 wayaround[1347:498185] hexString9c11340177617961726f756e642e636f6d3a7769643000010001006400012c593d61d10147919d0feaa4a685bd2500010017004e61767920626c756520627573696e65737320737569745c0f1701616e64726f69642e636f6d3a706b6731636f6d2e77617961726f756e642e77617961726f756e64 2017-10-12 21:30:56.847194-0500 wayaround[1347:498185] tlvEncodeNdef 2017-10-12 21:30:56.852594-0500 wayaround[1347:498185] ndefType + length + message + terminator03759c11340177617961726f756e642e636f6d3a7769643000010001006400012c593d61d10147919d0feaa4a685bd2500010017004e61767920626c756520627573696e65737320737569745c0f1701616e64726f69642e636f6d3a706b6731636f6d2e77617961726f756e642e77617961726f756e64FE 2017-10-12 21:30:56.852937-0500 wayaround[1347:498185] FFD600040403759c11 2017-10-12 21:30:56.853037-0500 wayaround[1347:498185] in send apdu: FFD600040403759c11 device: RR330-004157 2017-10-12 21:30:56.853427-0500 wayaround[1347:498185] FFD600050434017761 2017-10-12 21:30:56.853449-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:56.853526-0500 wayaround[1347:498185] in send apdu: FFD600050434017761 device: RR330-004157 2017-10-12 21:30:56.853579-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:56.853704-0500 wayaround[1347:498185] FFD60006047961726f 2017-10-12 21:30:56.853799-0500 wayaround[1347:498185] in send apdu: FFD60006047961726f device: RR330-004157 2017-10-12 21:30:56.855148-0500 wayaround[1347:498185] FFD6000704756e642e 2017-10-12 21:30:56.855599-0500 wayaround[1347:498185] in send apdu: FFD6000704756e642e device: RR330-004157 2017-10-12 21:30:56.856073-0500 wayaround[1347:498185] FFD6000804636f6d3a 2017-10-12 21:30:56.856254-0500 wayaround[1347:498185] in send apdu: FFD6000804636f6d3a device: RR330-004157 2017-10-12 21:30:56.856524-0500 wayaround[1347:498185] FFD600090477696430 2017-10-12 21:30:56.856623-0500 wayaround[1347:498185] in send apdu: FFD600090477696430 device: RR330-004157 2017-10-12 21:30:56.856820-0500 wayaround[1347:498185] FFD6000a0400010001 2017-10-12 21:30:56.856913-0500 wayaround[1347:498185] in send apdu: FFD6000a0400010001 device: RR330-004157 2017-10-12 21:30:56.857295-0500 wayaround[1347:498185] FFD6000b0400640001 2017-10-12 21:30:56.857409-0500 wayaround[1347:498185] in send apdu: FFD6000b0400640001 device: RR330-004157 2017-10-12 21:30:56.857581-0500 wayaround[1347:498185] FFD6000c042c593d61 2017-10-12 21:30:56.858485-0500 wayaround[1347:498185] in send apdu: FFD6000c042c593d61 device: RR330-004157 2017-10-12 21:30:56.858729-0500 wayaround[1347:498185] FFD6000d04d1014791 2017-10-12 21:30:56.858897-0500 wayaround[1347:498185] in send apdu: FFD6000d04d1014791 device: RR330-004157 2017-10-12 21:30:56.859066-0500 wayaround[1347:498185] FFD6000e049d0feaa4 2017-10-12 21:30:56.859248-0500 wayaround[1347:498185] in send apdu: FFD6000e049d0feaa4 device: RR330-004157 2017-10-12 21:30:56.859456-0500 wayaround[1347:498185] FFD6000f04a685bd25 2017-10-12 21:30:56.859549-0500 wayaround[1347:498185] in send apdu: FFD6000f04a685bd25 device: RR330-004157 2017-10-12 21:30:56.859849-0500 wayaround[1347:498185] FFD600100400010017 2017-10-12 21:30:56.859942-0500 wayaround[1347:498185] in send apdu: FFD600100400010017 device: RR330-004157 2017-10-12 21:30:56.860140-0500 wayaround[1347:498185] FFD6001104004e6176 2017-10-12 21:30:56.860232-0500 wayaround[1347:498185] in send apdu: FFD6001104004e6176 device: RR330-004157 2017-10-12 21:30:56.862587-0500 wayaround[1347:498185] FFD60012047920626c 2017-10-12 21:30:56.862682-0500 wayaround[1347:498185] in send apdu: FFD60012047920626c device: RR330-004157 2017-10-12 21:30:56.863580-0500 wayaround[1347:498185] FFD600130475652062 2017-10-12 21:30:56.863682-0500 wayaround[1347:498185] in send apdu: FFD600130475652062 device: RR330-004157 2017-10-12 21:30:56.863914-0500 wayaround[1347:498185] FFD60014047573696e 2017-10-12 21:30:56.864039-0500 wayaround[1347:498185] in send apdu: FFD60014047573696e device: RR330-004157 2017-10-12 21:30:56.864226-0500 wayaround[1347:498185] FFD600150465737320 2017-10-12 21:30:56.864320-0500 wayaround[1347:498185] in send apdu: FFD600150465737320 device: RR330-004157 2017-10-12 21:30:56.864667-0500 wayaround[1347:498185] FFD600160473756974 2017-10-12 21:30:56.864855-0500 wayaround[1347:498185] in send apdu: FFD600160473756974 device: RR330-004157 2017-10-12 21:30:56.865061-0500 wayaround[1347:498185] FFD60017045c0f1701 2017-10-12 21:30:56.865619-0500 wayaround[1347:498185] in send apdu: FFD60017045c0f1701 device: RR330-004157 2017-10-12 21:30:56.865790-0500 wayaround[1347:498185] FFD6001804616e6472 2017-10-12 21:30:56.866060-0500 wayaround[1347:498185] in send apdu: FFD6001804616e6472 device: RR330-004157 2017-10-12 21:30:56.866325-0500 wayaround[1347:498185] FFD60019046f69642e 2017-10-12 21:30:56.866510-0500 wayaround[1347:498185] in send apdu: FFD60019046f69642e device: RR330-004157 2017-10-12 21:30:56.866717-0500 wayaround[1347:498185] FFD6001a04636f6d3a 2017-10-12 21:30:56.866812-0500 wayaround[1347:498185] in send apdu: FFD6001a04636f6d3a device: RR330-004157 2017-10-12 21:30:56.867233-0500 wayaround[1347:498185] FFD6001b04706b6731 2017-10-12 21:30:56.867332-0500 wayaround[1347:498185] in send apdu: FFD6001b04706b6731 device: RR330-004157 2017-10-12 21:30:56.867588-0500 wayaround[1347:498185] FFD6001c04636f6d2e 2017-10-12 21:30:56.865129-0500 wayaround[1347:498811] Command2017-10-12 21:30:56.867685-0500 wayaround[1347:498185] in send apdu: FFD6001c04636f6d2e device: RR330-004157 2017-10-12 21:30:56.868028-0500 wayaround[1347:498185] FFD6001d0477617961 2017-10-12 21:30:56.868123-0500 wayaround[1347:498185] in send apdu: FFD6001d0477617961 device: RR330-004157 2017-10-12 21:30:56.868460-0500 wayaround[1347:498185] FFD6001e04726f756e 2017-10-12 21:30:56.868638-0500 wayaround[1347:498185] in send apdu: FFD6001e04726f756e device: RR330-004157 2017-10-12 21:30:56.868899-0500 wayaround[1347:498185] FFD6001f04642e7761 2017-10-12 21:30:56.868994-0500 wayaround[1347:498185] in send apdu: FFD6001f04642e7761 device: RR330-004157 2017-10-12 21:30:56.869193-0500 wayaround[1347:498185] FFD60020047961726f 2017-10-12 21:30:56.869404-0500 wayaround[1347:498185] in send apdu: FFD60020047961726f device: RR330-004157 2017-10-12 21:30:56.869689-0500 wayaround[1347:498185] FFD6002104756e64FE 2017-10-12 21:30:56.869830-0500 wayaround[1347:498185] in send apdu: FFD6002104756e64FE device: RR330-004157 2017-10-12 21:30:56.870229-0500 wayaround[1347:498185] ioWritePendingAction: false 2017-10-12 21:30:56.870325-0500 wayaround[1347:498185] ioReadPendingAction: true APDU:FFD600040403759c11 2017-10-12 21:30:56.943850-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:56.944077-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:56.944144-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:56.944247-0500 wayaround[1347:498185] command: FFD600040403759c11, response: 90 00 2017-10-12 21:30:56.944753-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:56.945744-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:56.945982-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:56.950446-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:56.950624-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:56.958270-0500 wayaround[1347:498811] Command APDU:FFD600050434017761 2017-10-12 21:30:57.003571-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.003757-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.003825-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.003919-0500 wayaround[1347:498185] command: FFD600050434017761, response: 90 00 2017-10-12 21:30:57.003921-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.004020-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.004269-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.015288-0500 wayaround[1347:498811] Command APDU:FFD60006047961726f 2017-10-12 21:30:57.020610-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.020764-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.064009-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.064197-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.064265-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.064367-0500 wayaround[1347:498185] command: FFD60006047961726f, response: 90 00 2017-10-12 21:30:57.064820-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.064915-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.064950-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.070051-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.070336-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.076017-0500 wayaround[1347:498811] Command APDU:FFD6000704756e642e 2017-10-12 21:30:57.123974-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.124151-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.124215-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.124305-0500 wayaround[1347:498185] command: FFD6000704756e642e, response: 90 00 2017-10-12 21:30:57.124797-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.124834-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.124905-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.129177-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.129330-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.136242-0500 wayaround[1347:498811] Command APDU:FFD6000804636f6d3a 2017-10-12 21:30:57.183749-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.183925-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.183991-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.184092-0500 wayaround[1347:498185] command: FFD6000804636f6d3a, response: 90 00 2017-10-12 21:30:57.184567-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.186200-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.186395-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.190260-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.190453-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.197719-0500 wayaround[1347:498811] Command APDU:FFD600090477696430 2017-10-12 21:30:57.244080-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.244259-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.244323-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.244413-0500 wayaround[1347:498185] command: FFD600090477696430, response: 90 00 2017-10-12 21:30:57.244752-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.246673-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.246761-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.251479-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.251611-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.258099-0500 wayaround[1347:498811] Command APDU:FFD6000a0400010001 2017-10-12 21:30:57.303996-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.304166-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.304230-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.304320-0500 wayaround[1347:498185] command: FFD6000a0400010001, response: 90 00 2017-10-12 21:30:57.304653-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.307353-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.307440-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.312196-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.312336-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.318756-0500 wayaround[1347:498944] Command APDU:FFD6000b0400640001 2017-10-12 21:30:57.364024-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.364191-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.364255-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.364345-0500 wayaround[1347:498185] command: FFD6000b0400640001, response: 90 00 2017-10-12 21:30:57.364675-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.366516-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.366603-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.370938-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.371076-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.377906-0500 wayaround[1347:498811] Command APDU:FFD6000c042c593d61 2017-10-12 21:30:57.424150-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.424336-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.424412-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.424466-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.424509-0500 wayaround[1347:498185] command: FFD6000c042c593d61, response: 90 00 2017-10-12 21:30:57.424565-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.424962-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.430977-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.431139-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.435837-0500 wayaround[1347:498944] Command APDU:FFD6000d04d1014791 2017-10-12 21:30:57.483879-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.484092-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.484158-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.484249-0500 wayaround[1347:498185] command: FFD6000d04d1014791, response: 90 00 2017-10-12 21:30:57.484844-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.484866-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.484959-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.490558-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.490736-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.496521-0500 wayaround[1347:498944] Command APDU:FFD6000e049d0feaa4 2017-10-12 21:30:57.543622-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.543819-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.543887-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.543980-0500 wayaround[1347:498185] command: FFD6000e049d0feaa4, response: 90 00 2017-10-12 21:30:57.544484-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.544570-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.544594-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.549492-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.549663-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.556064-0500 wayaround[1347:498944] Command APDU:FFD6000f04a685bd25 2017-10-12 21:30:57.603999-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.604188-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.604256-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.604420-0500 wayaround[1347:498185] command: FFD6000f04a685bd25, response: 90 00 2017-10-12 21:30:57.604785-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.607011-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.607097-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.611955-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.612219-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.618461-0500 wayaround[1347:498944] Command APDU:FFD600100400010017 2017-10-12 21:30:57.664093-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.664280-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.664346-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.664439-0500 wayaround[1347:498185] command: FFD600100400010017, response: 90 00 2017-10-12 21:30:57.664871-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.667208-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.667296-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.672056-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.672202-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.678612-0500 wayaround[1347:498944] Command APDU:FFD6001104004e6176 2017-10-12 21:30:57.723993-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.724191-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.724259-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.724362-0500 wayaround[1347:498185] command: FFD6001104004e6176, response: 90 00 2017-10-12 21:30:57.724912-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.724946-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.725426-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.730121-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.730311-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.736786-0500 wayaround[1347:498944] Command APDU:FFD60012047920626c 2017-10-12 21:30:57.784794-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.784980-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.785045-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.785304-0500 wayaround[1347:498185] command: FFD60012047920626c, response: 90 00 2017-10-12 21:30:57.785899-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.787863-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.787953-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.793407-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.793556-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.799594-0500 wayaround[1347:498944] Command APDU:FFD600130475652062 2017-10-12 21:30:57.844188-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.844372-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.844437-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.844528-0500 wayaround[1347:498185] command: FFD600130475652062, response: 90 00 2017-10-12 21:30:57.844889-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.846952-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.847040-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.849640-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.849772-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.858561-0500 wayaround[1347:498811] Command APDU:FFD60014047573696e 2017-10-12 21:30:57.904831-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.905016-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.905081-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.905174-0500 wayaround[1347:498185] command: FFD60014047573696e, response: 90 00 2017-10-12 21:30:57.905535-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.907503-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.907593-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:57.913018-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:57.913163-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:57.918340-0500 wayaround[1347:498811] Command APDU:FFD600150465737320 2017-10-12 21:30:57.995545-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:57.995750-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:57.995816-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:57.995908-0500 wayaround[1347:498185] command: FFD600150465737320, response: 90 00 2017-10-12 21:30:57.996730-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:57.999584-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:57.999675-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.010967-0500 wayaround[1347:498944] Command APDU:FFD600160473756974 2017-10-12 21:30:58.013911-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.014039-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.053804-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.054025-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.054093-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.054197-0500 wayaround[1347:498185] command: FFD600160473756974, response: 90 00 2017-10-12 21:30:58.054774-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.054842-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.054911-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.060217-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.060383-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.066391-0500 wayaround[1347:498811] Command APDU:FFD60017045c0f1701 2017-10-12 21:30:58.114010-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.114209-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.114277-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.114392-0500 wayaround[1347:498185] command: FFD60017045c0f1701, response: 90 00 2017-10-12 21:30:58.114462-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.114566-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.114776-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.119707-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.119878-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.125921-0500 wayaround[1347:498811] Command APDU:FFD6001804616e6472 2017-10-12 21:30:58.173930-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.174127-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.174195-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.174301-0500 wayaround[1347:498185] command: FFD6001804616e6472, response: 90 00 2017-10-12 21:30:58.174842-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.175925-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.176048-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.179966-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.180131-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.187416-0500 wayaround[1347:498811] Command APDU:FFD60019046f69642e 2017-10-12 21:30:58.263884-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.264085-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.264150-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.264412-0500 wayaround[1347:498185] command: FFD60019046f69642e, response: 90 00 2017-10-12 21:30:58.265009-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.267071-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.267160-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.272442-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.272596-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.278512-0500 wayaround[1347:498811] Command APDU:FFD6001a04636f6d3a 2017-10-12 21:30:58.324168-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.324361-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.324453-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.324552-0500 wayaround[1347:498185] command: FFD6001a04636f6d3a, response: 90 00 2017-10-12 21:30:58.324918-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.326908-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.326995-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.329697-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.329828-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.337783-0500 wayaround[1347:498944] Command APDU:FFD6001b04706b6731 2017-10-12 21:30:58.384078-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.384263-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.384328-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.384418-0500 wayaround[1347:498185] command: FFD6001b04706b6731, response: 90 00 2017-10-12 21:30:58.384779-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.386713-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.386799-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.392683-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.392978-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.398137-0500 wayaround[1347:498811] Command APDU:FFD6001c04636f6d2e 2017-10-12 21:30:58.444659-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.444839-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.444903-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.444993-0500 wayaround[1347:498185] command: FFD6001c04636f6d2e, response: 90 00 2017-10-12 21:30:58.445352-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.448655-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.448752-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.453913-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.454067-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.459626-0500 wayaround[1347:498944] Command APDU:FFD6001d0477617961 2017-10-12 21:30:58.533215-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.533407-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.533472-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.533562-0500 wayaround[1347:498185] command: FFD6001d0477617961, response: 90 00 2017-10-12 21:30:58.533925-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.536096-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.536186-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.540744-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.540885-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.547528-0500 wayaround[1347:498811] Command APDU:FFD6001e04726f756e 2017-10-12 21:30:58.594335-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.594526-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.594593-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.594686-0500 wayaround[1347:498185] command: FFD6001e04726f756e, response: 90 00 2017-10-12 21:30:58.595041-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.597140-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.597229-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.601941-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.602088-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.608746-0500 wayaround[1347:498944] Command APDU:FFD6001f04642e7761 2017-10-12 21:30:58.654080-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.654266-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.654332-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.654422-0500 wayaround[1347:498185] command: FFD6001f04642e7761, response: 90 00 2017-10-12 21:30:58.654862-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.657317-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.657407-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.660020-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.660149-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.667989-0500 wayaround[1347:498811] Command APDU:FFD60020047961726f 2017-10-12 21:30:58.714160-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.714475-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.714676-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.714893-0500 wayaround[1347:498185] command: FFD60020047961726f, response: 90 00 2017-10-12 21:30:58.715355-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.717460-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:30:58.717551-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:30:58.722743-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.722893-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.728893-0500 wayaround[1347:498944] Command APDU:FFD6002104756e64FE 2017-10-12 21:30:58.803267-0500 wayaround[1347:498185] Response Apdu: 90 00 2017-10-12 21:30:58.803465-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:30:58.803536-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:30:58.803635-0500 wayaround[1347:498185] command: FFD6002104756e64FE, response: 90 00 2017-10-12 21:30:58.803995-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:30:58.825162-0500 wayaround[1347:498185] In response apdu: 90 00 2017-10-12 21:30:58.825335-0500 wayaround[1347:498185] response apdu: 90 00 2017-10-12 21:30:58.825563-0500 wayaround[1347:498185] fullResponse: 2017-10-12 21:31:02.283982-0500 wayaround[1347:498185] Change Status:Absent 2017-10-12 21:31:06.604632-0500 wayaround[1347:498185] Change Status:Present 2017-10-12 21:31:06.694212-0500 wayaround[1347:498185] ATR Response: 3B 8F 80 01 80 4F 0C A0 00 00 03 06 03 00 03 00 00 00 00 68 2017-10-12 21:31:06.694361-0500 wayaround[1347:498185] In transmitApdu acsbtreader 2017-10-12 21:31:06.706170-0500 wayaround[1347:498811] Command APDU:FF CA 00 00 00 2017-10-12 21:31:06.754352-0500 wayaround[1347:498185] Response Apdu: 04 15 B7 82 89 49 80 90 00 2017-10-12 21:31:06.754648-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:06.754868-0500 wayaround[1347:498185] Found tag UUID: 04 15 B7 82 89 49 80 from device:RR330-004157 2017-10-12 21:31:06.761719-0500 wayaround[1347:498185] flomioPlugin - Calling readNdef. 2017-10-12 21:31:06.761873-0500 wayaround[1347:498185] readCapabilityContainer RR330-004157 2017-10-12 21:31:06.761974-0500 wayaround[1347:498185] read page: 3 command APDU: FFB0000310 device id: RR330-004157 2017-10-12 21:31:06.762070-0500 wayaround[1347:498185] in send apdu: FFB0000310 device: RR330-004157 2017-10-12 21:31:06.762541-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:06.762626-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:06.774091-0500 wayaround[1347:498962] Command APDU:FFB0000310 2017-10-12 21:31:06.816458-0500 wayaround[1347:498185] Response Apdu: E1 11 6D 00 03 75 9C 11 34 01 77 61 79 61 72 6F 90 00 2017-10-12 21:31:06.816781-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:06.816850-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:06.816944-0500 wayaround[1347:498185] command: FFB0000310, response: E1 11 6D 00 03 75 9C 11 34 01 77 61 79 61 72 6F 90 00 2017-10-12 21:31:06.817308-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:06.827355-0500 wayaround[1347:498185] In response apdu: E1 11 6D 00 03 75 9C 11 34 01 77 61 79 61 72 6F 90 00 2017-10-12 21:31:06.827515-0500 wayaround[1347:498185] capabilityContainer: E1116D0003759C11340177617961726F9000 2017-10-12 21:31:06.827617-0500 wayaround[1347:498185] length: 109 2017-10-12 21:31:06.827710-0500 wayaround[1347:498185] number of pages: 218 2017-10-12 21:31:06.827846-0500 wayaround[1347:498185] 218 2017-10-12 21:31:06.827939-0500 wayaround[1347:498185] send apdu FFB0000410 2017-10-12 21:31:06.828030-0500 wayaround[1347:498185] in send apdu: FFB0000410 device: RR330-004157 2017-10-12 21:31:06.828415-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:06.828493-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:06.839768-0500 wayaround[1347:498811] Command APDU:FFB0000410 2017-10-12 21:31:06.966566-0500 wayaround[1347:498185] Response Apdu: 03 75 9C 11 34 01 77 61 79 61 72 6F 75 6E 64 2E 90 00 2017-10-12 21:31:06.966898-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:06.966966-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:06.967059-0500 wayaround[1347:498185] command: FFB0000410, response: 03 75 9C 11 34 01 77 61 79 61 72 6F 75 6E 64 2E 90 00 2017-10-12 21:31:06.967437-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:06.975271-0500 wayaround[1347:498185] In response apdu: 03 75 9C 11 34 01 77 61 79 61 72 6F 75 6E 64 2E 90 00 2017-10-12 21:31:06.975432-0500 wayaround[1347:498185] response apdu 03 75 9C 11 34 01 77 61 79 61 72 6F 75 6E 64 2E 90 00 2017-10-12 21:31:06.975534-0500 wayaround[1347:498185] buffer 3,117,156,17,52,1,119,97,121,97,114,111,117,110,100,46 2017-10-12 21:31:06.975632-0500 wayaround[1347:498185] send apdu FFB0000810 2017-10-12 21:31:06.975724-0500 wayaround[1347:498185] in send apdu: FFB0000810 device: RR330-004157 2017-10-12 21:31:06.976302-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:06.976379-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:06.987907-0500 wayaround[1347:498962] Command APDU:FFB0000810 2017-10-12 21:31:07.085335-0500 wayaround[1347:498185] Response Apdu: 63 6F 6D 3A 77 69 64 30 00 01 00 01 00 64 00 01 90 00 2017-10-12 21:31:07.085669-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.085736-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.085830-0500 wayaround[1347:498185] command: FFB0000810, response: 63 6F 6D 3A 77 69 64 30 00 01 00 01 00 64 00 01 90 00 2017-10-12 21:31:07.086337-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.091837-0500 wayaround[1347:498185] In response apdu: 63 6F 6D 3A 77 69 64 30 00 01 00 01 00 64 00 01 90 00 2017-10-12 21:31:07.092006-0500 wayaround[1347:498185] response apdu 63 6F 6D 3A 77 69 64 30 00 01 00 01 00 64 00 01 90 00 2017-10-12 21:31:07.092108-0500 wayaround[1347:498185] buffer 99,111,109,58,119,105,100,48,0,1,0,1,0,100,0,1 2017-10-12 21:31:07.092205-0500 wayaround[1347:498185] send apdu FFB0000c10 2017-10-12 21:31:07.092297-0500 wayaround[1347:498185] in send apdu: FFB0000c10 device: RR330-004157 2017-10-12 21:31:07.092745-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:07.092896-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:07.104389-0500 wayaround[1347:498962] Command APDU:FFB0000c10 2017-10-12 21:31:07.144783-0500 wayaround[1347:498185] Response Apdu: 2C 59 3D 61 D1 01 47 91 9D 0F EA A4 A6 85 BD 25 90 00 2017-10-12 21:31:07.145111-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.145180-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.145576-0500 wayaround[1347:498185] command: FFB0000c10, response: 2C 59 3D 61 D1 01 47 91 9D 0F EA A4 A6 85 BD 25 90 00 2017-10-12 21:31:07.146019-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.152450-0500 wayaround[1347:498185] In response apdu: 2C 59 3D 61 D1 01 47 91 9D 0F EA A4 A6 85 BD 25 90 00 2017-10-12 21:31:07.152631-0500 wayaround[1347:498185] response apdu 2C 59 3D 61 D1 01 47 91 9D 0F EA A4 A6 85 BD 25 90 00 2017-10-12 21:31:07.152734-0500 wayaround[1347:498185] buffer 44,89,61,97,209,1,71,145,157,15,234,164,166,133,189,37 2017-10-12 21:31:07.152832-0500 wayaround[1347:498185] send apdu FFB0001010 2017-10-12 21:31:07.152924-0500 wayaround[1347:498185] in send apdu: FFB0001010 device: RR330-004157 2017-10-12 21:31:07.153599-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:07.153859-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:07.165524-0500 wayaround[1347:498962] Command APDU:FFB0001010 2017-10-12 21:31:07.234211-0500 wayaround[1347:498185] Response Apdu: 00 01 00 17 00 4E 61 76 79 20 62 6C 75 65 20 62 90 00 2017-10-12 21:31:07.234575-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.234644-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.234811-0500 wayaround[1347:498185] command: FFB0001010, response: 00 01 00 17 00 4E 61 76 79 20 62 6C 75 65 20 62 90 00 2017-10-12 21:31:07.235583-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.241366-0500 wayaround[1347:498185] In response apdu: 00 01 00 17 00 4E 61 76 79 20 62 6C 75 65 20 62 90 00 2017-10-12 21:31:07.241736-0500 wayaround[1347:498185] response apdu 00 01 00 17 00 4E 61 76 79 20 62 6C 75 65 20 62 90 00 2017-10-12 21:31:07.242066-0500 wayaround[1347:498185] buffer 0,1,0,23,0,78,97,118,121,32,98,108,117,101,32,98 2017-10-12 21:31:07.242363-0500 wayaround[1347:498185] send apdu FFB0001410 2017-10-12 21:31:07.242464-0500 wayaround[1347:498185] in send apdu: FFB0001410 device: RR330-004157 2017-10-12 21:31:07.242891-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:07.242973-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:07.254475-0500 wayaround[1347:498962] Command APDU:FFB0001410 2017-10-12 21:31:07.294938-0500 wayaround[1347:498185] Response Apdu: 75 73 69 6E 65 73 73 20 73 75 69 74 5C 0F 17 01 90 00 2017-10-12 21:31:07.295524-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.295596-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.295845-0500 wayaround[1347:498185] command: FFB0001410, response: 75 73 69 6E 65 73 73 20 73 75 69 74 5C 0F 17 01 90 00 2017-10-12 21:31:07.296396-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.304990-0500 wayaround[1347:498185] In response apdu: 75 73 69 6E 65 73 73 20 73 75 69 74 5C 0F 17 01 90 00 2017-10-12 21:31:07.305185-0500 wayaround[1347:498185] response apdu 75 73 69 6E 65 73 73 20 73 75 69 74 5C 0F 17 01 90 00 2017-10-12 21:31:07.305288-0500 wayaround[1347:498185] buffer 117,115,105,110,101,115,115,32,115,117,105,116,92,15,23,1 2017-10-12 21:31:07.305386-0500 wayaround[1347:498185] found record 2017-10-12 21:31:07.305477-0500 wayaround[1347:498185] send apdu FFB0001810 2017-10-12 21:31:07.305569-0500 wayaround[1347:498185] in send apdu: FFB0001810 device: RR330-004157 2017-10-12 21:31:07.306336-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:07.306449-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:07.318033-0500 wayaround[1347:498962] Command APDU:FFB0001810 2017-10-12 21:31:07.414730-0500 wayaround[1347:498185] Response Apdu: 61 6E 64 72 6F 69 64 2E 63 6F 6D 3A 70 6B 67 31 90 00 2017-10-12 21:31:07.415059-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.415126-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.415221-0500 wayaround[1347:498185] command: FFB0001810, response: 61 6E 64 72 6F 69 64 2E 63 6F 6D 3A 70 6B 67 31 90 00 2017-10-12 21:31:07.415821-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.422367-0500 wayaround[1347:498185] In response apdu: 61 6E 64 72 6F 69 64 2E 63 6F 6D 3A 70 6B 67 31 90 00 2017-10-12 21:31:07.422551-0500 wayaround[1347:498185] response apdu 61 6E 64 72 6F 69 64 2E 63 6F 6D 3A 70 6B 67 31 90 00 2017-10-12 21:31:07.422655-0500 wayaround[1347:498185] buffer 97,110,100,114,111,105,100,46,99,111,109,58,112,107,103,49 2017-10-12 21:31:07.422752-0500 wayaround[1347:498185] send apdu FFB0001c10 2017-10-12 21:31:07.422845-0500 wayaround[1347:498185] in send apdu: FFB0001c10 device: RR330-004157 2017-10-12 21:31:07.423918-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:07.424002-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:07.435707-0500 wayaround[1347:498962] Command APDU:FFB0001c10 2017-10-12 21:31:07.504705-0500 wayaround[1347:498185] Response Apdu: 63 6F 6D 2E 77 61 79 61 72 6F 75 6E 64 2E 77 61 90 00 2017-10-12 21:31:07.505015-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.505080-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.505171-0500 wayaround[1347:498185] command: FFB0001c10, response: 63 6F 6D 2E 77 61 79 61 72 6F 75 6E 64 2E 77 61 90 00 2017-10-12 21:31:07.505530-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.514397-0500 wayaround[1347:498185] In response apdu: 63 6F 6D 2E 77 61 79 61 72 6F 75 6E 64 2E 77 61 90 00 2017-10-12 21:31:07.514626-0500 wayaround[1347:498185] response apdu 63 6F 6D 2E 77 61 79 61 72 6F 75 6E 64 2E 77 61 90 00 2017-10-12 21:31:07.514731-0500 wayaround[1347:498185] buffer 99,111,109,46,119,97,121,97,114,111,117,110,100,46,119,97 2017-10-12 21:31:07.514828-0500 wayaround[1347:498185] send apdu FFB0002010 2017-10-12 21:31:07.514920-0500 wayaround[1347:498185] in send apdu: FFB0002010 device: RR330-004157 2017-10-12 21:31:07.515383-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:07.515859-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:07.527257-0500 wayaround[1347:498962] Command APDU:FFB0002010 2017-10-12 21:31:07.564934-0500 wayaround[1347:498185] Response Apdu: 79 61 72 6F 75 6E 64 FE 61 79 61 72 6F 75 6E 64 90 00 2017-10-12 21:31:07.565226-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.565294-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.565387-0500 wayaround[1347:498185] command: FFB0002010, response: 79 61 72 6F 75 6E 64 FE 61 79 61 72 6F 75 6E 64 90 00 2017-10-12 21:31:07.565733-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.597256-0500 wayaround[1347:498185] In response apdu: 79 61 72 6F 75 6E 64 FE 61 79 61 72 6F 75 6E 64 90 00 2017-10-12 21:31:07.597368-0500 wayaround[1347:498185] response apdu 79 61 72 6F 75 6E 64 FE 61 79 61 72 6F 75 6E 64 90 00 2017-10-12 21:31:07.597415-0500 wayaround[1347:498185] buffer 121,97,114,111,117,110,100,254,97,121,97,114,111,117,110,100 2017-10-12 21:31:07.597456-0500 wayaround[1347:498185] found record 2017-10-12 21:31:07.597504-0500 wayaround[1347:498185] flomioPlugin - readNdef Callback called. 2017-10-12 21:31:07.598052-0500 wayaround[1347:498185] WayId dataToFields type - 1 2017-10-12 21:31:07.598103-0500 wayaround[1347:498185] WayId dataToFields version - 1 2017-10-12 21:31:07.598144-0500 wayaround[1347:498185] WayId dataToFields type - 1 2017-10-12 21:31:07.598184-0500 wayaround[1347:498185] WayId dataToFields version - 1 2017-10-12 21:31:07.598224-0500 wayaround[1347:498185] WayTagId dataToFields vendorId - 100 2017-10-12 21:31:07.598264-0500 wayaround[1347:498185] WayTagId dataToFields tagType - 1 2017-10-12 21:31:07.598303-0500 wayaround[1347:498185] WayTagId dataToFields tagId - 2c593d61d10147919d0feaa4a685bd25 2017-10-12 21:31:07.599212-0500 wayaround[1347:498185] TTS SPEAK 2017-10-12 21:31:07.599287-0500 wayaround[1347:498185] Description = Navy blue business suit 2017-10-12 21:31:07.600177-0500 wayaround[1347:498185] readSuccess 2017-10-12 21:31:07.600227-0500 wayaround[1347:498185] send apdu FFB0002410 2017-10-12 21:31:07.600269-0500 wayaround[1347:498185] in send apdu: FFB0002410 device: RR330-004157 2017-10-12 21:31:07.600519-0500 wayaround[1347:498811] FmSessionManager sent apdu 2017-10-12 21:31:07.600557-0500 wayaround[1347:498811] In transmitApdu acsbtreader 2017-10-12 21:31:07.606978-0500 wayaround[1347:498185] Language changed 2017-10-12 21:31:07.611822-0500 wayaround[1347:499228] Command APDU:FFB0002410 2017-10-12 21:31:07.684207-0500 wayaround[1347:498185] Response Apdu: 2E 77 61 79 61 72 6F 75 6E 64 FE 00 6E 64 FE 00 90 00 2017-10-12 21:31:07.684423-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.684473-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.684535-0500 wayaround[1347:498185] command: FFB0002410, response: 2E 77 61 79 61 72 6F 75 6E 64 FE 00 6E 64 FE 00 90 00 2017-10-12 21:31:07.684952-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.689405-0500 wayaround[1347:498185] In response apdu: 2E 77 61 79 61 72 6F 75 6E 64 FE 00 6E 64 FE 00 90 00 2017-10-12 21:31:07.689532-0500 wayaround[1347:498185] response apdu 2E 77 61 79 61 72 6F 75 6E 64 FE 00 6E 64 FE 00 90 00 2017-10-12 21:31:07.689601-0500 wayaround[1347:498185] buffer 46,119,97,121,97,114,111,117,110,100,254,0,110,100,254,0 2017-10-12 21:31:07.689664-0500 wayaround[1347:498185] send apdu FFB0002810 2017-10-12 21:31:07.689726-0500 wayaround[1347:498185] in send apdu: FFB0002810 device: RR330-004157 2017-10-12 21:31:07.690073-0500 wayaround[1347:498811] FmSessionManager sent apdu 2017-10-12 21:31:07.690129-0500 wayaround[1347:498811] In transmitApdu acsbtreader 2017-10-12 21:31:07.701401-0500 wayaround[1347:499228] Command APDU:FFB0002810 2017-10-12 21:31:07.774329-0500 wayaround[1347:498185] Response Apdu: 72 6F 75 6E 64 FE 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.774619-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.774684-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.774775-0500 wayaround[1347:498185] command: FFB0002810, response: 72 6F 75 6E 64 FE 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.775120-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.783030-0500 wayaround[1347:498185] In response apdu: 72 6F 75 6E 64 FE 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.783338-0500 wayaround[1347:498185] response apdu 72 6F 75 6E 64 FE 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.783448-0500 wayaround[1347:498185] buffer 114,111,117,110,100,254,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:07.783545-0500 wayaround[1347:498185] send apdu FFB0002c10 2017-10-12 21:31:07.783638-0500 wayaround[1347:498185] in send apdu: FFB0002c10 device: RR330-004157 2017-10-12 21:31:07.784566-0500 wayaround[1347:498811] FmSessionManager sent apdu 2017-10-12 21:31:07.784646-0500 wayaround[1347:498811] In transmitApdu acsbtreader 2017-10-12 21:31:07.796060-0500 wayaround[1347:499228] Command APDU:FFB0002c10 2017-10-12 21:31:07.834311-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.835066-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.835133-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.835228-0500 wayaround[1347:498185] command: FFB0002c10, response: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.835576-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.843431-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.843596-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.843709-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:07.843805-0500 wayaround[1347:498185] send apdu FFB0003010 2017-10-12 21:31:07.843898-0500 wayaround[1347:498185] in send apdu: FFB0003010 device: RR330-004157 2017-10-12 21:31:07.844431-0500 wayaround[1347:498811] FmSessionManager sent apdu 2017-10-12 21:31:07.844510-0500 wayaround[1347:498811] In transmitApdu acsbtreader 2017-10-12 21:31:07.855869-0500 wayaround[1347:498962] Command APDU:FFB0003010 2017-10-12 21:31:07.894400-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.894697-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.894763-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.894854-0500 wayaround[1347:498185] command: FFB0003010, response: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.895200-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.903089-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.903433-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.903542-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:07.903639-0500 wayaround[1347:498185] send apdu FFB0003410 2017-10-12 21:31:07.903731-0500 wayaround[1347:498185] in send apdu: FFB0003410 device: RR330-004157 2017-10-12 21:31:07.904133-0500 wayaround[1347:498811] FmSessionManager sent apdu 2017-10-12 21:31:07.904211-0500 wayaround[1347:498811] In transmitApdu acsbtreader 2017-10-12 21:31:07.916469-0500 wayaround[1347:498944] Command APDU:FFB0003410 2017-10-12 21:31:07.954818-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.955145-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:07.955211-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:07.955304-0500 wayaround[1347:498185] command: FFB0003410, response: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.955868-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:07.961819-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.961985-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:07.962085-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:07.962179-0500 wayaround[1347:498185] send apdu FFB0003810 2017-10-12 21:31:07.962270-0500 wayaround[1347:498185] in send apdu: FFB0003810 device: RR330-004157 2017-10-12 21:31:07.962703-0500 wayaround[1347:498811] FmSessionManager sent apdu 2017-10-12 21:31:07.962823-0500 wayaround[1347:498811] In transmitApdu acsbtreader 2017-10-12 21:31:07.974249-0500 wayaround[1347:499228] Command APDU:FFB0003810 2017-10-12 21:31:08.044686-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.045014-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.045080-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.045174-0500 wayaround[1347:498185] command: FFB0003810, response: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.045684-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.051557-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.051733-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.051833-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:08.051946-0500 wayaround[1347:498185] send apdu FFB0003c10 2017-10-12 21:31:08.052039-0500 wayaround[1347:498185] in send apdu: FFB0003c10 device: RR330-004157 2017-10-12 21:31:08.052484-0500 wayaround[1347:498811] FmSessionManager sent apdu 2017-10-12 21:31:08.052603-0500 wayaround[1347:498811] In transmitApdu acsbtreader 2017-10-12 21:31:08.064018-0500 wayaround[1347:499228] Command APDU:FFB0003c10 2017-10-12 21:31:08.100330-0500 wayaround[1347:498185] TTS PLAY 2017-10-12 21:31:08.172982-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.173306-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.173377-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.173471-0500 wayaround[1347:498185] command: FFB0003c10, response: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.173780-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.210291-0500 wayaround[1347:498185] speaking change startSpeak 2017-10-12 21:31:08.210488-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.210602-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:08.210707-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:08.210801-0500 wayaround[1347:498185] send apdu FFB0004010 2017-10-12 21:31:08.212930-0500 wayaround[1347:498185] in send apdu: FFB0004010 device: RR330-004157 2017-10-12 21:31:08.213558-0500 wayaround[1347:499228] FmSessionManager sent apdu 2017-10-12 21:31:08.213621-0500 wayaround[1347:499228] In transmitApdu acsbtreader 2017-10-12 21:31:08.224865-0500 wayaround[1347:498944] Command APDU:FFB0004010 2017-10-12 21:31:08.314478-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 20 6C 61 74 63 68 20 73 90 00 2017-10-12 21:31:08.315026-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.315104-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.315212-0500 wayaround[1347:498185] command: FFB0004010, response: 00 00 00 00 00 00 00 00 20 6C 61 74 63 68 20 73 90 00 2017-10-12 21:31:08.315757-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.323757-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 20 6C 61 74 63 68 20 73 90 00 2017-10-12 21:31:08.323963-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 20 6C 61 74 63 68 20 73 90 00 2017-10-12 21:31:08.324074-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,32,108,97,116,99,104,32,115 2017-10-12 21:31:08.324213-0500 wayaround[1347:498185] send apdu FFB0004410 2017-10-12 21:31:08.324453-0500 wayaround[1347:498185] in send apdu: FFB0004410 device: RR330-004157 2017-10-12 21:31:08.325214-0500 wayaround[1347:499228] FmSessionManager sent apdu 2017-10-12 21:31:08.325362-0500 wayaround[1347:499228] In transmitApdu acsbtreader 2017-10-12 21:31:08.336826-0500 wayaround[1347:499129] Command APDU:FFB0004410 2017-10-12 21:31:08.374661-0500 wayaround[1347:498185] Response Apdu: 69 64 65 20 6F 66 20 74 68 65 20 64 6F 6F 72 20 90 00 2017-10-12 21:31:08.374973-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.375039-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.375132-0500 wayaround[1347:498185] command: FFB0004410, response: 69 64 65 20 6F 66 20 74 68 65 20 64 6F 6F 72 20 90 00 2017-10-12 21:31:08.375475-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.395602-0500 wayaround[1347:498185] In response apdu: 69 64 65 20 6F 66 20 74 68 65 20 64 6F 6F 72 20 90 00 2017-10-12 21:31:08.395861-0500 wayaround[1347:498185] response apdu 69 64 65 20 6F 66 20 74 68 65 20 64 6F 6F 72 20 90 00 2017-10-12 21:31:08.395971-0500 wayaround[1347:498185] buffer 105,100,101,32,111,102,32,116,104,101,32,100,111,111,114,32 2017-10-12 21:31:08.396071-0500 wayaround[1347:498185] send apdu FFB0004810 2017-10-12 21:31:08.396163-0500 wayaround[1347:498185] in send apdu: FFB0004810 device: RR330-004157 2017-10-12 21:31:08.396589-0500 wayaround[1347:499228] FmSessionManager sent apdu 2017-10-12 21:31:08.396668-0500 wayaround[1347:499228] In transmitApdu acsbtreader 2017-10-12 21:31:08.408015-0500 wayaround[1347:499129] Command APDU:FFB0004810 2017-10-12 21:31:08.494810-0500 wayaround[1347:498185] Response Apdu: 74 6F 20 74 68 65 20 77 61 6C 6C 2E 20 54 68 65 90 00 2017-10-12 21:31:08.495196-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.495284-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.495378-0500 wayaround[1347:498185] command: FFB0004810, response: 74 6F 20 74 68 65 20 77 61 6C 6C 2E 20 54 68 65 90 00 2017-10-12 21:31:08.495919-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.503106-0500 wayaround[1347:498185] In response apdu: 74 6F 20 74 68 65 20 77 61 6C 6C 2E 20 54 68 65 90 00 2017-10-12 21:31:08.503355-0500 wayaround[1347:498185] response apdu 74 6F 20 74 68 65 20 77 61 6C 6C 2E 20 54 68 65 90 00 2017-10-12 21:31:08.503458-0500 wayaround[1347:498185] buffer 116,111,32,116,104,101,32,119,97,108,108,46,32,84,104,101 2017-10-12 21:31:08.503554-0500 wayaround[1347:498185] send apdu FFB0004c10 2017-10-12 21:31:08.503648-0500 wayaround[1347:498185] in send apdu: FFB0004c10 device: RR330-004157 2017-10-12 21:31:08.504073-0500 wayaround[1347:499228] FmSessionManager sent apdu 2017-10-12 21:31:08.504480-0500 wayaround[1347:499228] In transmitApdu acsbtreader 2017-10-12 21:31:08.516148-0500 wayaround[1347:498944] Command APDU:FFB0004c10 2017-10-12 21:31:08.584113-0500 wayaround[1347:498185] Response Apdu: 6E 20 74 75 72 6E 20 72 69 67 68 74 20 74 6F 20 90 00 2017-10-12 21:31:08.584435-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.584504-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.584660-0500 wayaround[1347:498185] command: FFB0004c10, response: 6E 20 74 75 72 6E 20 72 69 67 68 74 20 74 6F 20 90 00 2017-10-12 21:31:08.585233-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.591252-0500 wayaround[1347:498185] In response apdu: 6E 20 74 75 72 6E 20 72 69 67 68 74 20 74 6F 20 90 00 2017-10-12 21:31:08.591431-0500 wayaround[1347:498185] response apdu 6E 20 74 75 72 6E 20 72 69 67 68 74 20 74 6F 20 90 00 2017-10-12 21:31:08.591535-0500 wayaround[1347:498185] buffer 110,32,116,117,114,110,32,114,105,103,104,116,32,116,111,32 2017-10-12 21:31:08.591641-0500 wayaround[1347:498185] send apdu FFB0005010 2017-10-12 21:31:08.591732-0500 wayaround[1347:498185] in send apdu: FFB0005010 device: RR330-004157 2017-10-12 21:31:08.593580-0500 wayaround[1347:499228] FmSessionManager sent apdu 2017-10-12 21:31:08.593708-0500 wayaround[1347:499228] In transmitApdu acsbtreader 2017-10-12 21:31:08.605034-0500 wayaround[1347:498944] Command APDU:FFB0005010 2017-10-12 21:31:08.644524-0500 wayaround[1347:498185] Response Apdu: 66 61 63 65 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:08.644852-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.644919-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.645011-0500 wayaround[1347:498185] command: FFB0005010, response: 66 61 63 65 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:08.645514-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.651966-0500 wayaround[1347:498185] In response apdu: 66 61 63 65 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:08.652480-0500 wayaround[1347:498185] response apdu 66 61 63 65 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:08.652664-0500 wayaround[1347:498185] buffer 102,97,99,101,32,116,104,101,32,116,111,105,108,101,116,46 2017-10-12 21:31:08.652770-0500 wayaround[1347:498185] send apdu FFB0005410 2017-10-12 21:31:08.652864-0500 wayaround[1347:498185] in send apdu: FFB0005410 device: RR330-004157 2017-10-12 21:31:08.653352-0500 wayaround[1347:499228] FmSessionManager sent apdu 2017-10-12 21:31:08.653547-0500 wayaround[1347:499228] In transmitApdu acsbtreader 2017-10-12 21:31:08.664933-0500 wayaround[1347:498944] Command APDU:FFB0005410 2017-10-12 21:31:08.704663-0500 wayaround[1347:498185] Response Apdu: 0A 0A 41 20 68 61 6E 64 72 61 69 6C 20 69 73 20 90 00 2017-10-12 21:31:08.704963-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.705028-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.705121-0500 wayaround[1347:498185] command: FFB0005410, response: 0A 0A 41 20 68 61 6E 64 72 61 69 6C 20 69 73 20 90 00 2017-10-12 21:31:08.705472-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.711809-0500 wayaround[1347:498185] In response apdu: 0A 0A 41 20 68 61 6E 64 72 61 69 6C 20 69 73 20 90 00 2017-10-12 21:31:08.711990-0500 wayaround[1347:498185] response apdu 0A 0A 41 20 68 61 6E 64 72 61 69 6C 20 69 73 20 90 00 2017-10-12 21:31:08.712145-0500 wayaround[1347:498185] buffer 10,10,65,32,104,97,110,100,114,97,105,108,32,105,115,32 2017-10-12 21:31:08.712242-0500 wayaround[1347:498185] send apdu FFB0005810 2017-10-12 21:31:08.712332-0500 wayaround[1347:498185] in send apdu: FFB0005810 device: RR330-004157 2017-10-12 21:31:08.712971-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:08.713765-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:08.725464-0500 wayaround[1347:499129] Command APDU:FFB0005810 2017-10-12 21:31:08.764414-0500 wayaround[1347:498185] Response Apdu: 6F 6E 20 74 68 65 20 77 61 6C 6C 20 74 6F 20 74 90 00 2017-10-12 21:31:08.764970-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.765040-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.765136-0500 wayaround[1347:498185] command: FFB0005810, response: 6F 6E 20 74 68 65 20 77 61 6C 6C 20 74 6F 20 74 90 00 2017-10-12 21:31:08.765491-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.771973-0500 wayaround[1347:498185] In response apdu: 6F 6E 20 74 68 65 20 77 61 6C 6C 20 74 6F 20 74 90 00 2017-10-12 21:31:08.772152-0500 wayaround[1347:498185] response apdu 6F 6E 20 74 68 65 20 77 61 6C 6C 20 74 6F 20 74 90 00 2017-10-12 21:31:08.772256-0500 wayaround[1347:498185] buffer 111,110,32,116,104,101,32,119,97,108,108,32,116,111,32,116 2017-10-12 21:31:08.772353-0500 wayaround[1347:498185] send apdu FFB0005c10 2017-10-12 21:31:08.772447-0500 wayaround[1347:498185] in send apdu: FFB0005c10 device: RR330-004157 2017-10-12 21:31:08.772884-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:08.772996-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:08.785154-0500 wayaround[1347:499228] Command APDU:FFB0005c10 2017-10-12 21:31:08.854373-0500 wayaround[1347:498185] Response Apdu: 68 65 20 73 69 64 65 20 6F 66 20 74 68 65 20 74 90 00 2017-10-12 21:31:08.854696-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.854763-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.854855-0500 wayaround[1347:498185] command: FFB0005c10, response: 68 65 20 73 69 64 65 20 6F 66 20 74 68 65 20 74 90 00 2017-10-12 21:31:08.855372-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.861170-0500 wayaround[1347:498185] In response apdu: 68 65 20 73 69 64 65 20 6F 66 20 74 68 65 20 74 90 00 2017-10-12 21:31:08.861348-0500 wayaround[1347:498185] response apdu 68 65 20 73 69 64 65 20 6F 66 20 74 68 65 20 74 90 00 2017-10-12 21:31:08.861460-0500 wayaround[1347:498185] buffer 104,101,32,115,105,100,101,32,111,102,32,116,104,101,32,116 2017-10-12 21:31:08.861556-0500 wayaround[1347:498185] send apdu FFB0006010 2017-10-12 21:31:08.861648-0500 wayaround[1347:498185] in send apdu: FFB0006010 device: RR330-004157 2017-10-12 21:31:08.862147-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:08.862274-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:08.873613-0500 wayaround[1347:499228] Command APDU:FFB0006010 2017-10-12 21:31:08.914461-0500 wayaround[1347:498185] Response Apdu: 6F 69 6C 65 74 20 61 6E 64 20 61 6E 6F 74 68 65 90 00 2017-10-12 21:31:08.914959-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.915029-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.915127-0500 wayaround[1347:498185] command: FFB0006010, response: 6F 69 6C 65 74 20 61 6E 64 20 61 6E 6F 74 68 65 90 00 2017-10-12 21:31:08.915492-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.921838-0500 wayaround[1347:498185] In response apdu: 6F 69 6C 65 74 20 61 6E 64 20 61 6E 6F 74 68 65 90 00 2017-10-12 21:31:08.922020-0500 wayaround[1347:498185] response apdu 6F 69 6C 65 74 20 61 6E 64 20 61 6E 6F 74 68 65 90 00 2017-10-12 21:31:08.922122-0500 wayaround[1347:498185] buffer 111,105,108,101,116,32,97,110,100,32,97,110,111,116,104,101 2017-10-12 21:31:08.922228-0500 wayaround[1347:498185] send apdu FFB0006410 2017-10-12 21:31:08.922319-0500 wayaround[1347:498185] in send apdu: FFB0006410 device: RR330-004157 2017-10-12 21:31:08.922817-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:08.922901-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:08.933992-0500 wayaround[1347:498811] Command APDU:FFB0006410 2017-10-12 21:31:08.974414-0500 wayaround[1347:498185] Response Apdu: 72 20 68 61 6E 64 72 61 69 6C 20 69 73 20 62 65 90 00 2017-10-12 21:31:08.974721-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:08.974789-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:08.974883-0500 wayaround[1347:498185] command: FFB0006410, response: 72 20 68 61 6E 64 72 61 69 6C 20 69 73 20 62 65 90 00 2017-10-12 21:31:08.975397-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:08.983161-0500 wayaround[1347:498185] In response apdu: 72 20 68 61 6E 64 72 61 69 6C 20 69 73 20 62 65 90 00 2017-10-12 21:31:08.983358-0500 wayaround[1347:498185] response apdu 72 20 68 61 6E 64 72 61 69 6C 20 69 73 20 62 65 90 00 2017-10-12 21:31:08.983462-0500 wayaround[1347:498185] buffer 114,32,104,97,110,100,114,97,105,108,32,105,115,32,98,101 2017-10-12 21:31:08.983595-0500 wayaround[1347:498185] send apdu FFB0006810 2017-10-12 21:31:08.983689-0500 wayaround[1347:498185] in send apdu: FFB0006810 device: RR330-004157 2017-10-12 21:31:08.984408-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:08.984526-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:08.995846-0500 wayaround[1347:498811] Command APDU:FFB0006810 2017-10-12 21:31:09.124581-0500 wayaround[1347:498185] Response Apdu: 68 69 6E 64 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:09.124903-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.124971-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.125063-0500 wayaround[1347:498185] command: FFB0006810, response: 68 69 6E 64 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:09.125423-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.131767-0500 wayaround[1347:498185] In response apdu: 68 69 6E 64 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:09.131946-0500 wayaround[1347:498185] response apdu 68 69 6E 64 20 74 68 65 20 74 6F 69 6C 65 74 2E 90 00 2017-10-12 21:31:09.132047-0500 wayaround[1347:498185] buffer 104,105,110,100,32,116,104,101,32,116,111,105,108,101,116,46 2017-10-12 21:31:09.132141-0500 wayaround[1347:498185] send apdu FFB0006c10 2017-10-12 21:31:09.132233-0500 wayaround[1347:498185] in send apdu: FFB0006c10 device: RR330-004157 2017-10-12 21:31:09.132894-0500 wayaround[1347:498944] FmSessionManager sent apdu 2017-10-12 21:31:09.133099-0500 wayaround[1347:498944] In transmitApdu acsbtreader 2017-10-12 21:31:09.144534-0500 wayaround[1347:498962] Command APDU:FFB0006c10 2017-10-12 21:31:09.184552-0500 wayaround[1347:498185] Response Apdu: 0A 54 6F 69 6C 65 74 20 73 65 61 74 20 63 6F 76 90 00 2017-10-12 21:31:09.184979-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.185075-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.185200-0500 wayaround[1347:498185] command: FFB0006c10, response: 0A 54 6F 69 6C 65 74 20 73 65 61 74 20 63 6F 76 90 00 2017-10-12 21:31:09.186152-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.193286-0500 wayaround[1347:498185] In response apdu: 0A 54 6F 69 6C 65 74 20 73 65 61 74 20 63 6F 76 90 00 2017-10-12 21:31:09.193472-0500 wayaround[1347:498185] response apdu 0A 54 6F 69 6C 65 74 20 73 65 61 74 20 63 6F 76 90 00 2017-10-12 21:31:09.193589-0500 wayaround[1347:498185] buffer 10,84,111,105,108,101,116,32,115,101,97,116,32,99,111,118 2017-10-12 21:31:09.193688-0500 wayaround[1347:498185] send apdu FFB0007010 2017-10-12 21:31:09.193780-0500 wayaround[1347:498185] in send apdu: FFB0007010 device: RR330-004157 2017-10-12 21:31:09.194303-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.194544-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.205874-0500 wayaround[1347:498944] Command APDU:FFB0007010 2017-10-12 21:31:09.244698-0500 wayaround[1347:498185] Response Apdu: 65 72 73 20 61 72 65 20 6A 75 73 74 20 61 62 6F 90 00 2017-10-12 21:31:09.245013-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.245081-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.245174-0500 wayaround[1347:498185] command: FFB0007010, response: 65 72 73 20 61 72 65 20 6A 75 73 74 20 61 62 6F 90 00 2017-10-12 21:31:09.245715-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.252183-0500 wayaround[1347:498185] In response apdu: 65 72 73 20 61 72 65 20 6A 75 73 74 20 61 62 6F 90 00 2017-10-12 21:31:09.252635-0500 wayaround[1347:498185] response apdu 65 72 73 20 61 72 65 20 6A 75 73 74 20 61 62 6F 90 00 2017-10-12 21:31:09.252980-0500 wayaround[1347:498185] buffer 101,114,115,32,97,114,101,32,106,117,115,116,32,97,98,111 2017-10-12 21:31:09.253147-0500 wayaround[1347:498185] send apdu FFB0007410 2017-10-12 21:31:09.253969-0500 wayaround[1347:498185] in send apdu: FFB0007410 device: RR330-004157 2017-10-12 21:31:09.254656-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.254826-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.266333-0500 wayaround[1347:498811] Command APDU:FFB0007410 2017-10-12 21:31:09.304387-0500 wayaround[1347:498185] Response Apdu: 76 65 20 74 68 65 20 73 69 64 65 20 68 61 6E 64 90 00 2017-10-12 21:31:09.304689-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.304756-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.304848-0500 wayaround[1347:498185] command: FFB0007410, response: 76 65 20 74 68 65 20 73 69 64 65 20 68 61 6E 64 90 00 2017-10-12 21:31:09.305560-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.312277-0500 wayaround[1347:498185] In response apdu: 76 65 20 74 68 65 20 73 69 64 65 20 68 61 6E 64 90 00 2017-10-12 21:31:09.312456-0500 wayaround[1347:498185] response apdu 76 65 20 74 68 65 20 73 69 64 65 20 68 61 6E 64 90 00 2017-10-12 21:31:09.312616-0500 wayaround[1347:498185] buffer 118,101,32,116,104,101,32,115,105,100,101,32,104,97,110,100 2017-10-12 21:31:09.312718-0500 wayaround[1347:498185] send apdu FFB0007810 2017-10-12 21:31:09.312810-0500 wayaround[1347:498185] in send apdu: FFB0007810 device: RR330-004157 2017-10-12 21:31:09.313424-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.313535-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.324086-0500 wayaround[1347:499228] Command APDU:FFB0007810 2017-10-12 21:31:09.394286-0500 wayaround[1347:498185] Response Apdu: 72 61 69 6C 20 6E 65 61 72 20 74 68 65 20 66 72 90 00 2017-10-12 21:31:09.394648-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.394718-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.394811-0500 wayaround[1347:498185] command: FFB0007810, response: 72 61 69 6C 20 6E 65 61 72 20 74 68 65 20 66 72 90 00 2017-10-12 21:31:09.395382-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.402696-0500 wayaround[1347:498185] In response apdu: 72 61 69 6C 20 6E 65 61 72 20 74 68 65 20 66 72 90 00 2017-10-12 21:31:09.402878-0500 wayaround[1347:498185] response apdu 72 61 69 6C 20 6E 65 61 72 20 74 68 65 20 66 72 90 00 2017-10-12 21:31:09.402978-0500 wayaround[1347:498185] buffer 114,97,105,108,32,110,101,97,114,32,116,104,101,32,102,114 2017-10-12 21:31:09.403072-0500 wayaround[1347:498185] send apdu FFB0007c10 2017-10-12 21:31:09.403348-0500 wayaround[1347:498185] in send apdu: FFB0007c10 device: RR330-004157 2017-10-12 21:31:09.403787-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.403871-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.415456-0500 wayaround[1347:498944] Command APDU:FFB0007c10 2017-10-12 21:31:09.454927-0500 wayaround[1347:498185] Response Apdu: 6F 6E 74 20 6F 66 20 74 68 65 20 74 6F 69 6C 65 90 00 2017-10-12 21:31:09.455246-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.455315-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.455407-0500 wayaround[1347:498185] command: FFB0007c10, response: 6F 6E 74 20 6F 66 20 74 68 65 20 74 6F 69 6C 65 90 00 2017-10-12 21:31:09.455916-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.461405-0500 wayaround[1347:498185] In response apdu: 6F 6E 74 20 6F 66 20 74 68 65 20 74 6F 69 6C 65 90 00 2017-10-12 21:31:09.461586-0500 wayaround[1347:498185] response apdu 6F 6E 74 20 6F 66 20 74 68 65 20 74 6F 69 6C 65 90 00 2017-10-12 21:31:09.461689-0500 wayaround[1347:498185] buffer 111,110,116,32,111,102,32,116,104,101,32,116,111,105,108,101 2017-10-12 21:31:09.461800-0500 wayaround[1347:498185] send apdu FFB0008010 2017-10-12 21:31:09.461892-0500 wayaround[1347:498185] in send apdu: FFB0008010 device: RR330-004157 2017-10-12 21:31:09.462405-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.462743-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.474071-0500 wayaround[1347:498944] Command APDU:FFB0008010 2017-10-12 21:31:09.515019-0500 wayaround[1347:498185] Response Apdu: 74 2E 0A 54 6F 69 6C 65 74 20 70 61 70 65 72 20 90 00 2017-10-12 21:31:09.515331-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.515397-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.515490-0500 wayaround[1347:498185] command: FFB0008010, response: 74 2E 0A 54 6F 69 6C 65 74 20 70 61 70 65 72 20 90 00 2017-10-12 21:31:09.515908-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.523601-0500 wayaround[1347:498185] In response apdu: 74 2E 0A 54 6F 69 6C 65 74 20 70 61 70 65 72 20 90 00 2017-10-12 21:31:09.523784-0500 wayaround[1347:498185] response apdu 74 2E 0A 54 6F 69 6C 65 74 20 70 61 70 65 72 20 90 00 2017-10-12 21:31:09.523889-0500 wayaround[1347:498185] buffer 116,46,10,84,111,105,108,101,116,32,112,97,112,101,114,32 2017-10-12 21:31:09.523994-0500 wayaround[1347:498185] send apdu FFB0008410 2017-10-12 21:31:09.524086-0500 wayaround[1347:498185] in send apdu: FFB0008410 device: RR330-004157 2017-10-12 21:31:09.524548-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.524663-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.536116-0500 wayaround[1347:498944] Command APDU:FFB0008410 2017-10-12 21:31:09.575021-0500 wayaround[1347:498185] Response Apdu: 69 73 20 62 65 6C 6F 77 20 74 68 65 20 73 69 64 90 00 2017-10-12 21:31:09.575334-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.575411-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.575505-0500 wayaround[1347:498185] command: FFB0008410, response: 69 73 20 62 65 6C 6F 77 20 74 68 65 20 73 69 64 90 00 2017-10-12 21:31:09.576034-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.582492-0500 wayaround[1347:498185] In response apdu: 69 73 20 62 65 6C 6F 77 20 74 68 65 20 73 69 64 90 00 2017-10-12 21:31:09.582753-0500 wayaround[1347:498185] response apdu 69 73 20 62 65 6C 6F 77 20 74 68 65 20 73 69 64 90 00 2017-10-12 21:31:09.583040-0500 wayaround[1347:498185] buffer 105,115,32,98,101,108,111,119,32,116,104,101,32,115,105,100 2017-10-12 21:31:09.583242-0500 wayaround[1347:498185] send apdu FFB0008810 2017-10-12 21:31:09.583375-0500 wayaround[1347:498185] in send apdu: FFB0008810 device: RR330-004157 2017-10-12 21:31:09.583794-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.584140-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.595650-0500 wayaround[1347:498944] Command APDU:FFB0008810 2017-10-12 21:31:09.634486-0500 wayaround[1347:498185] Response Apdu: 65 20 68 61 6E 64 72 61 69 6C 20 6E 65 61 72 20 90 00 2017-10-12 21:31:09.634846-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.634916-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.635009-0500 wayaround[1347:498185] command: FFB0008810, response: 65 20 68 61 6E 64 72 61 69 6C 20 6E 65 61 72 20 90 00 2017-10-12 21:31:09.635890-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.641654-0500 wayaround[1347:498185] In response apdu: 65 20 68 61 6E 64 72 61 69 6C 20 6E 65 61 72 20 90 00 2017-10-12 21:31:09.641838-0500 wayaround[1347:498185] response apdu 65 20 68 61 6E 64 72 61 69 6C 20 6E 65 61 72 20 90 00 2017-10-12 21:31:09.641942-0500 wayaround[1347:498185] buffer 101,32,104,97,110,100,114,97,105,108,32,110,101,97,114,32 2017-10-12 21:31:09.642038-0500 wayaround[1347:498185] send apdu FFB0008c10 2017-10-12 21:31:09.642131-0500 wayaround[1347:498185] in send apdu: FFB0008c10 device: RR330-004157 2017-10-12 21:31:09.642560-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.642774-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.654229-0500 wayaround[1347:498944] Command APDU:FFB0008c10 2017-10-12 21:31:09.694691-0500 wayaround[1347:498185] Response Apdu: 74 68 65 20 66 72 6F 6E 74 20 6F 66 20 74 68 65 90 00 2017-10-12 21:31:09.695006-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.695075-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.695168-0500 wayaround[1347:498185] command: FFB0008c10, response: 74 68 65 20 66 72 6F 6E 74 20 6F 66 20 74 68 65 90 00 2017-10-12 21:31:09.695769-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.703798-0500 wayaround[1347:498185] In response apdu: 74 68 65 20 66 72 6F 6E 74 20 6F 66 20 74 68 65 90 00 2017-10-12 21:31:09.703992-0500 wayaround[1347:498185] response apdu 74 68 65 20 66 72 6F 6E 74 20 6F 66 20 74 68 65 90 00 2017-10-12 21:31:09.704106-0500 wayaround[1347:498185] buffer 116,104,101,32,102,114,111,110,116,32,111,102,32,116,104,101 2017-10-12 21:31:09.704203-0500 wayaround[1347:498185] send apdu FFB0009010 2017-10-12 21:31:09.704295-0500 wayaround[1347:498185] in send apdu: FFB0009010 device: RR330-004157 2017-10-12 21:31:09.704662-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.704742-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.716212-0500 wayaround[1347:498944] Command APDU:FFB0009010 2017-10-12 21:31:09.754683-0500 wayaround[1347:498185] Response Apdu: 20 74 6F 69 6C 65 74 2E 0A 54 68 65 20 74 6F 69 90 00 2017-10-12 21:31:09.755121-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.755216-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.755368-0500 wayaround[1347:498185] command: FFB0009010, response: 20 74 6F 69 6C 65 74 2E 0A 54 68 65 20 74 6F 69 90 00 2017-10-12 21:31:09.755863-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.761865-0500 wayaround[1347:498185] In response apdu: 20 74 6F 69 6C 65 74 2E 0A 54 68 65 20 74 6F 69 90 00 2017-10-12 21:31:09.762040-0500 wayaround[1347:498185] response apdu 20 74 6F 69 6C 65 74 2E 0A 54 68 65 20 74 6F 69 90 00 2017-10-12 21:31:09.762141-0500 wayaround[1347:498185] buffer 32,116,111,105,108,101,116,46,10,84,104,101,32,116,111,105 2017-10-12 21:31:09.762235-0500 wayaround[1347:498185] send apdu FFB0009410 2017-10-12 21:31:09.762326-0500 wayaround[1347:498185] in send apdu: FFB0009410 device: RR330-004157 2017-10-12 21:31:09.762761-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.762877-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.774296-0500 wayaround[1347:498944] Command APDU:FFB0009410 2017-10-12 21:31:09.815306-0500 wayaround[1347:498185] Response Apdu: 6C 65 74 20 66 6C 75 73 68 65 73 20 61 75 74 6F 90 00 2017-10-12 21:31:09.815621-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.815689-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.815838-0500 wayaround[1347:498185] command: FFB0009410, response: 6C 65 74 20 66 6C 75 73 68 65 73 20 61 75 74 6F 90 00 2017-10-12 21:31:09.816421-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.822679-0500 wayaround[1347:498185] In response apdu: 6C 65 74 20 66 6C 75 73 68 65 73 20 61 75 74 6F 90 00 2017-10-12 21:31:09.822868-0500 wayaround[1347:498185] response apdu 6C 65 74 20 66 6C 75 73 68 65 73 20 61 75 74 6F 90 00 2017-10-12 21:31:09.822970-0500 wayaround[1347:498185] buffer 108,101,116,32,102,108,117,115,104,101,115,32,97,117,116,111 2017-10-12 21:31:09.823078-0500 wayaround[1347:498185] send apdu FFB0009810 2017-10-12 21:31:09.823171-0500 wayaround[1347:498185] in send apdu: FFB0009810 device: RR330-004157 2017-10-12 21:31:09.823847-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.824004-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.835498-0500 wayaround[1347:498944] Command APDU:FFB0009810 2017-10-12 21:31:09.874481-0500 wayaround[1347:498185] Response Apdu: 6D 61 74 69 63 61 6C 6C 79 2E 0A 41 20 62 61 62 90 00 2017-10-12 21:31:09.874801-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.874868-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.874960-0500 wayaround[1347:498185] command: FFB0009810, response: 6D 61 74 69 63 61 6C 6C 79 2E 0A 41 20 62 61 62 90 00 2017-10-12 21:31:09.875511-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.881693-0500 wayaround[1347:498185] In response apdu: 6D 61 74 69 63 61 6C 6C 79 2E 0A 41 20 62 61 62 90 00 2017-10-12 21:31:09.881871-0500 wayaround[1347:498185] response apdu 6D 61 74 69 63 61 6C 6C 79 2E 0A 41 20 62 61 62 90 00 2017-10-12 21:31:09.881972-0500 wayaround[1347:498185] buffer 109,97,116,105,99,97,108,108,121,46,10,65,32,98,97,98 2017-10-12 21:31:09.882069-0500 wayaround[1347:498185] send apdu FFB0009c10 2017-10-12 21:31:09.882161-0500 wayaround[1347:498185] in send apdu: FFB0009c10 device: RR330-004157 2017-10-12 21:31:09.882638-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.882758-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.894560-0500 wayaround[1347:498944] Command APDU:FFB0009c10 2017-10-12 21:31:09.934654-0500 wayaround[1347:498185] Response Apdu: 79 20 63 68 61 6E 67 69 6E 67 20 73 74 61 74 69 90 00 2017-10-12 21:31:09.935016-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.935085-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.935177-0500 wayaround[1347:498185] command: FFB0009c10, response: 79 20 63 68 61 6E 67 69 6E 67 20 73 74 61 74 69 90 00 2017-10-12 21:31:09.936224-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:09.941635-0500 wayaround[1347:498185] In response apdu: 79 20 63 68 61 6E 67 69 6E 67 20 73 74 61 74 69 90 00 2017-10-12 21:31:09.941798-0500 wayaround[1347:498185] response apdu 79 20 63 68 61 6E 67 69 6E 67 20 73 74 61 74 69 90 00 2017-10-12 21:31:09.941899-0500 wayaround[1347:498185] buffer 121,32,99,104,97,110,103,105,110,103,32,115,116,97,116,105 2017-10-12 21:31:09.942009-0500 wayaround[1347:498185] send apdu FFB000a010 2017-10-12 21:31:09.942102-0500 wayaround[1347:498185] in send apdu: FFB000a010 device: RR330-004157 2017-10-12 21:31:09.942605-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:09.942836-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:09.954246-0500 wayaround[1347:498944] Command APDU:FFB000a010 2017-10-12 21:31:09.994767-0500 wayaround[1347:498185] Response Apdu: 6F 6E 20 69 73 20 6F 6E 20 74 68 65 20 70 61 72 90 00 2017-10-12 21:31:09.995087-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:09.995154-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:09.995247-0500 wayaround[1347:498185] command: FFB000a010, response: 6F 6E 20 69 73 20 6F 6E 20 74 68 65 20 70 61 72 90 00 2017-10-12 21:31:09.995813-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.017163-0500 wayaround[1347:498185] In response apdu: 6F 6E 20 69 73 20 6F 6E 20 74 68 65 20 70 61 72 90 00 2017-10-12 21:31:10.017303-0500 wayaround[1347:498185] response apdu 6F 6E 20 69 73 20 6F 6E 20 74 68 65 20 70 61 72 90 00 2017-10-12 21:31:10.017373-0500 wayaround[1347:498185] buffer 111,110,32,105,115,32,111,110,32,116,104,101,32,112,97,114 2017-10-12 21:31:10.017438-0500 wayaround[1347:498185] send apdu FFB000a410 2017-10-12 21:31:10.017498-0500 wayaround[1347:498185] in send apdu: FFB000a410 device: RR330-004157 2017-10-12 21:31:10.017802-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.017857-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.029053-0500 wayaround[1347:499228] Command APDU:FFB000a410 2017-10-12 21:31:10.115056-0500 wayaround[1347:498185] Response Apdu: 74 69 74 69 6F 6E 20 74 6F 20 74 68 65 20 6C 61 90 00 2017-10-12 21:31:10.115382-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.115450-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.115543-0500 wayaround[1347:498185] command: FFB000a410, response: 74 69 74 69 6F 6E 20 74 6F 20 74 68 65 20 6C 61 90 00 2017-10-12 21:31:10.115962-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.122482-0500 wayaround[1347:498185] In response apdu: 74 69 74 69 6F 6E 20 74 6F 20 74 68 65 20 6C 61 90 00 2017-10-12 21:31:10.122669-0500 wayaround[1347:498185] response apdu 74 69 74 69 6F 6E 20 74 6F 20 74 68 65 20 6C 61 90 00 2017-10-12 21:31:10.122773-0500 wayaround[1347:498185] buffer 116,105,116,105,111,110,32,116,111,32,116,104,101,32,108,97 2017-10-12 21:31:10.122871-0500 wayaround[1347:498185] send apdu FFB000a810 2017-10-12 21:31:10.123024-0500 wayaround[1347:498185] in send apdu: FFB000a810 device: RR330-004157 2017-10-12 21:31:10.123672-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.124049-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.135977-0500 wayaround[1347:499228] Command APDU:FFB000a810 2017-10-12 21:31:10.174470-0500 wayaround[1347:498185] Response Apdu: 74 63 68 20 73 69 64 65 20 6F 66 20 74 68 65 20 90 00 2017-10-12 21:31:10.174796-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.174863-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.175003-0500 wayaround[1347:498185] command: FFB000a810, response: 74 63 68 20 73 69 64 65 20 6F 66 20 74 68 65 20 90 00 2017-10-12 21:31:10.175531-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.182199-0500 wayaround[1347:498185] In response apdu: 74 63 68 20 73 69 64 65 20 6F 66 20 74 68 65 20 90 00 2017-10-12 21:31:10.182380-0500 wayaround[1347:498185] response apdu 74 63 68 20 73 69 64 65 20 6F 66 20 74 68 65 20 90 00 2017-10-12 21:31:10.182485-0500 wayaround[1347:498185] buffer 116,99,104,32,115,105,100,101,32,111,102,32,116,104,101,32 2017-10-12 21:31:10.182581-0500 wayaround[1347:498185] send apdu FFB000ac10 2017-10-12 21:31:10.182862-0500 wayaround[1347:498185] in send apdu: FFB000ac10 device: RR330-004157 2017-10-12 21:31:10.183857-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.183942-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.194695-0500 wayaround[1347:499228] Command APDU:FFB000ac10 2017-10-12 21:31:10.234672-0500 wayaround[1347:498185] Response Apdu: 64 6F 6F 72 2E 0A 54 0F 1C 61 6E 64 72 6F 69 64 90 00 2017-10-12 21:31:10.235068-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.235137-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.235336-0500 wayaround[1347:498185] command: FFB000ac10, response: 64 6F 6F 72 2E 0A 54 0F 1C 61 6E 64 72 6F 69 64 90 00 2017-10-12 21:31:10.236405-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.241721-0500 wayaround[1347:498185] In response apdu: 64 6F 6F 72 2E 0A 54 0F 1C 61 6E 64 72 6F 69 64 90 00 2017-10-12 21:31:10.241900-0500 wayaround[1347:498185] response apdu 64 6F 6F 72 2E 0A 54 0F 1C 61 6E 64 72 6F 69 64 90 00 2017-10-12 21:31:10.242005-0500 wayaround[1347:498185] buffer 100,111,111,114,46,10,84,15,28,97,110,100,114,111,105,100 2017-10-12 21:31:10.242100-0500 wayaround[1347:498185] send apdu FFB000b010 2017-10-12 21:31:10.242268-0500 wayaround[1347:498185] in send apdu: FFB000b010 device: RR330-004157 2017-10-12 21:31:10.242994-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.243102-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.254700-0500 wayaround[1347:499228] Command APDU:FFB000b010 2017-10-12 21:31:10.294891-0500 wayaround[1347:498185] Response Apdu: 2E 63 6F 6D 3A 70 6B 67 63 6F 6D 2E 6A 77 73 6F 90 00 2017-10-12 21:31:10.295208-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.295280-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.295375-0500 wayaround[1347:498185] command: FFB000b010, response: 2E 63 6F 6D 3A 70 6B 67 63 6F 6D 2E 6A 77 73 6F 90 00 2017-10-12 21:31:10.295748-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.304688-0500 wayaround[1347:498185] In response apdu: 2E 63 6F 6D 3A 70 6B 67 63 6F 6D 2E 6A 77 73 6F 90 00 2017-10-12 21:31:10.304881-0500 wayaround[1347:498185] response apdu 2E 63 6F 6D 3A 70 6B 67 63 6F 6D 2E 6A 77 73 6F 90 00 2017-10-12 21:31:10.304982-0500 wayaround[1347:498185] buffer 46,99,111,109,58,112,107,103,99,111,109,46,106,119,115,111 2017-10-12 21:31:10.305087-0500 wayaround[1347:498185] send apdu FFB000b410 2017-10-12 21:31:10.305179-0500 wayaround[1347:498185] in send apdu: FFB000b410 device: RR330-004157 2017-10-12 21:31:10.305887-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.306306-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.317931-0500 wayaround[1347:498944] Command APDU:FFB000b410 2017-10-12 21:31:10.409246-0500 wayaround[1347:498185] TTS FINISH 2017-10-12 21:31:10.413402-0500 wayaround[1347:498185] speaking change stopSpeak 2017-10-12 21:31:10.414409-0500 wayaround[1347:498185] Response Apdu: 66 74 2E 6E 66 63 61 63 74 69 6F 6E 6C 61 75 6E 90 00 2017-10-12 21:31:10.415099-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.415286-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.415390-0500 wayaround[1347:498185] command: FFB000b410, response: 66 74 2E 6E 66 63 61 63 74 69 6F 6E 6C 61 75 6E 90 00 2017-10-12 21:31:10.415741-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.422818-0500 wayaround[1347:498185] In response apdu: 66 74 2E 6E 66 63 61 63 74 69 6F 6E 6C 61 75 6E 90 00 2017-10-12 21:31:10.423002-0500 wayaround[1347:498185] response apdu 66 74 2E 6E 66 63 61 63 74 69 6F 6E 6C 61 75 6E 90 00 2017-10-12 21:31:10.423103-0500 wayaround[1347:498185] buffer 102,116,46,110,102,99,97,99,116,105,111,110,108,97,117,110 2017-10-12 21:31:10.423199-0500 wayaround[1347:498185] send apdu FFB000b810 2017-10-12 21:31:10.423291-0500 wayaround[1347:498185] in send apdu: FFB000b810 device: RR330-004157 2017-10-12 21:31:10.423891-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.424096-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.435571-0500 wayaround[1347:499129] Command APDU:FFB000b810 2017-10-12 21:31:10.474617-0500 wayaround[1347:498185] Response Apdu: 63 68 65 72 FE 00 00 72 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.475228-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.475331-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.475456-0500 wayaround[1347:498185] command: FFB000b810, response: 63 68 65 72 FE 00 00 72 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.475971-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.481313-0500 wayaround[1347:498185] In response apdu: 63 68 65 72 FE 00 00 72 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.481754-0500 wayaround[1347:498185] response apdu 63 68 65 72 FE 00 00 72 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.481865-0500 wayaround[1347:498185] buffer 99,104,101,114,254,0,0,114,0,0,0,0,0,0,0,0 2017-10-12 21:31:10.481963-0500 wayaround[1347:498185] send apdu FFB000bc10 2017-10-12 21:31:10.482057-0500 wayaround[1347:498185] in send apdu: FFB000bc10 device: RR330-004157 2017-10-12 21:31:10.482874-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.482962-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.494527-0500 wayaround[1347:499129] Command APDU:FFB000bc10 2017-10-12 21:31:10.534944-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.535401-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.535667-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.535838-0500 wayaround[1347:498185] command: FFB000bc10, response: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.536358-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.542199-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.542381-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.542482-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:10.542593-0500 wayaround[1347:498185] send apdu FFB000c010 2017-10-12 21:31:10.542684-0500 wayaround[1347:498185] in send apdu: FFB000c010 device: RR330-004157 2017-10-12 21:31:10.543443-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.543554-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.554984-0500 wayaround[1347:499129] Command APDU:FFB000c010 2017-10-12 21:31:10.594654-0500 wayaround[1347:498185] Response Apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.594974-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.595041-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.595132-0500 wayaround[1347:498185] command: FFB000c010, response: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.595634-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:10.603660-0500 wayaround[1347:498185] In response apdu: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.603832-0500 wayaround[1347:498185] response apdu 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 2017-10-12 21:31:10.603943-0500 wayaround[1347:498185] buffer 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2017-10-12 21:31:10.604039-0500 wayaround[1347:498185] send apdu FFB000c410 2017-10-12 21:31:10.604129-0500 wayaround[1347:498185] in send apdu: FFB000c410 device: RR330-004157 2017-10-12 21:31:10.604642-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:10.604871-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:10.616165-0500 wayaround[1347:499129] Command APDU:FFB000c410 2017-10-12 21:31:10.653774-0500 wayaround[1347:498185] Response Apdu: 63 00 2017-10-12 21:31:10.654242-0500 wayaround[1347:498185] handleApduResponse: Operation was unsuccessful. 2017-10-12 21:31:10.654347-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:10.654540-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:10.654673-0500 wayaround[1347:498185] command: FFB000c410, response: 63 00 2017-10-12 21:31:10.655011-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:11.164478-0500 wayaround[1347:498185] Change Status:Absent 2017-10-12 21:31:11.205252-0500 wayaround[1347:498185] In response apdu: 63 00 2017-10-12 21:31:11.205441-0500 wayaround[1347:498185] response apdu 63 00 2017-10-12 21:31:11.205586-0500 wayaround[1347:498185] buffer 2017-10-12 21:31:11.205687-0500 wayaround[1347:498185] send apdu FFB000c810 2017-10-12 21:31:11.205780-0500 wayaround[1347:498185] in send apdu: FFB000c810 device: RR330-004157 2017-10-12 21:31:11.206186-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:11.206267-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:11.218841-0500 wayaround[1347:499129] Command APDU:FFB000c810 2017-10-12 21:31:11.285757-0500 wayaround[1347:498185] Response Apdu: 63 00 2017-10-12 21:31:11.286759-0500 wayaround[1347:498185] handleApduResponse: Operation was unsuccessful. 2017-10-12 21:31:11.286874-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:11.286934-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:11.287024-0500 wayaround[1347:498185] command: FFB000c810, response: 63 00 2017-10-12 21:31:11.287319-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:11.837418-0500 wayaround[1347:498185] In response apdu: 63 00 2017-10-12 21:31:11.837620-0500 wayaround[1347:498185] response apdu 63 00 2017-10-12 21:31:11.837850-0500 wayaround[1347:498185] buffer 2017-10-12 21:31:11.837953-0500 wayaround[1347:498185] send apdu FFB000cc10 2017-10-12 21:31:11.838045-0500 wayaround[1347:498185] in send apdu: FFB000cc10 device: RR330-004157 2017-10-12 21:31:11.838469-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:11.839238-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:11.850633-0500 wayaround[1347:498811] Command APDU:FFB000cc10 2017-10-12 21:31:11.944401-0500 wayaround[1347:498185] Response Apdu: 63 00 2017-10-12 21:31:11.944957-0500 wayaround[1347:498185] handleApduResponse: Operation was unsuccessful. 2017-10-12 21:31:11.945065-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:11.945126-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:11.945215-0500 wayaround[1347:498185] command: FFB000cc10, response: 63 00 2017-10-12 21:31:11.945732-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:12.504455-0500 wayaround[1347:498185] In response apdu: 63 00 2017-10-12 21:31:12.504651-0500 wayaround[1347:498185] response apdu 63 00 2017-10-12 21:31:12.504798-0500 wayaround[1347:498185] buffer 2017-10-12 21:31:12.504927-0500 wayaround[1347:498185] send apdu FFB000d010 2017-10-12 21:31:12.505022-0500 wayaround[1347:498185] in send apdu: FFB000d010 device: RR330-004157 2017-10-12 21:31:12.505447-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:12.505526-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:12.518860-0500 wayaround[1347:499129] Command APDU:FFB000d010 2017-10-12 21:31:12.605172-0500 wayaround[1347:498185] Response Apdu: 63 00 2017-10-12 21:31:12.605630-0500 wayaround[1347:498185] handleApduResponse: Operation was unsuccessful. 2017-10-12 21:31:12.605737-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:12.605797-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:12.605886-0500 wayaround[1347:498185] command: FFB000d010, response: 63 00 2017-10-12 21:31:12.606173-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:13.156064-0500 wayaround[1347:498185] In response apdu: 63 00 2017-10-12 21:31:13.156254-0500 wayaround[1347:498185] response apdu 63 00 2017-10-12 21:31:13.156401-0500 wayaround[1347:498185] buffer 2017-10-12 21:31:13.156502-0500 wayaround[1347:498185] send apdu FFB000d410 2017-10-12 21:31:13.156596-0500 wayaround[1347:498185] in send apdu: FFB000d410 device: RR330-004157 2017-10-12 21:31:13.157006-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:13.157087-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:13.168468-0500 wayaround[1347:498811] Command APDU:FFB000d410 2017-10-12 21:31:13.264398-0500 wayaround[1347:498185] Response Apdu: 63 00 2017-10-12 21:31:13.264875-0500 wayaround[1347:498185] handleApduResponse: Operation was unsuccessful. 2017-10-12 21:31:13.266864-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:13.266947-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:13.267045-0500 wayaround[1347:498185] command: FFB000d410, response: 63 00 2017-10-12 21:31:13.267358-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:13.822246-0500 wayaround[1347:498185] In response apdu: 63 00 2017-10-12 21:31:13.822383-0500 wayaround[1347:498185] response apdu 63 00 2017-10-12 21:31:13.822479-0500 wayaround[1347:498185] buffer 2017-10-12 21:31:13.822545-0500 wayaround[1347:498185] send apdu FFB000d810 2017-10-12 21:31:13.822606-0500 wayaround[1347:498185] in send apdu: FFB000d810 device: RR330-004157 2017-10-12 21:31:13.822887-0500 wayaround[1347:498962] FmSessionManager sent apdu 2017-10-12 21:31:13.822942-0500 wayaround[1347:498962] In transmitApdu acsbtreader 2017-10-12 21:31:13.834224-0500 wayaround[1347:499129] Command APDU:FFB000d810 2017-10-12 21:31:13.924972-0500 wayaround[1347:498185] Response Apdu: 63 00 2017-10-12 21:31:13.925472-0500 wayaround[1347:498185] handleApduResponse: Operation was unsuccessful. 2017-10-12 21:31:13.925580-0500 wayaround[1347:498185] FmSessionManager before sem 2017-10-12 21:31:13.925641-0500 wayaround[1347:498185] FmSessionManager after sem 2017-10-12 21:31:13.925731-0500 wayaround[1347:498185] command: FFB000d810, response: 63 00 2017-10-12 21:31:13.926030-0500 wayaround[1347:498185] In didReturnResponseApdu acsbtreader 2017-10-12 21:31:14.454574-0500 wayaround[1347:498185] In response apdu: 63 00 2017-10-12 21:31:14.454772-0500 wayaround[1347:498185] response apdu 63 00 2017-10-12 21:31:14.454919-0500 wayaround[1347:498185] buffer
-
AuthorPosts
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.