NFC Temperature Logger Commands
问题 I am coding an Android aplication. I have a SL13A Temperature Data Logger and I am trying to read temperature from the logger, but I don't really know how. Here is the datasheet: http://www.mouser.com/ds/2/588/AMS_SL13A_Datasheet_EN_v4-371531.pdf I am using the Get Temperature Command (command code 0xAD). My code is like that: NfcV nfcvTag = NfcV.get(tag); try { nfcvTag.connect(); } catch (IOException e) { Toast.makeText(getApplicationContext(), "Could not open connection!", Toast.LENGTH