-
```
Add automated tests for verifying compatibility to http://ndef.codeplex.com/
code NDEF output.
```
Original issue reported on code.google.com by `thomas.skjolberg` on 6 May 2013 at 9:33
- Bloc…
-
I am trying to send an NDEF Message from my Android Phoneto my Raspberry Pi via the rfid-rc522 reader.
When using this library I constantly get an authentication error. Is it possible to read NDEF …
-
Hello community,
I'm using Plugin.NFC in a .Net Maui 7 app.
I'm trying to write some NFC cards using the provided code on GitHub.
The code works properly, but Whenever I use a new card, when …
-
```
Exception in thread "Thread-0" java.lang.RuntimeException: java.lang.IllegalArgumentException: keyConfig cannot be null
at org.nfctools.spi.acs.PollingCardScanner.run(PollingCardScanner.ja…
-
```
Add automated tests for verifying compatibility to http://ndef.codeplex.com/
code NDEF output.
```
Original issue reported on code.google.com by `thomas.skjolberg` on 6 May 2013 at 9:33
- Bloc…
-
```
Add automated tests for verifying compatibility to http://ndef.codeplex.com/
code NDEF output.
```
Original issue reported on code.google.com by `thomas.skjolberg` on 6 May 2013 at 9:33
- Bloc…
-
```
Add automated tests for verifying compatibility to http://ndef.codeplex.com/
code NDEF output.
```
Original issue reported on code.google.com by `thomas.skjolberg` on 6 May 2013 at 9:33
- Bloc…
-
## Environment
* SuperCollider version: 3.12.2
* Operating system: macOS 10.13.6
* Other details (Qt version, audio driver, etc.):
## Steps to reproduce
```
Ndef(\foo).fadeTime = 1;
Nde…
-
Right now, it looks like the spec assumes that a single JS context will exist contiguously from when `watch()` is called to when the matching NDEF message shows up and fires the `read` event. But the …
-
拿公司门禁试了下,提示没有读取到数据,看了下是intent.getParcelableArrayExtra("android.nfc.extra.NDEF_MESSAGES")这个返回的没有。请问是什么原因