-
```
Branch name: plug
Purpose of code changes on this branch:
Rudimentary implementation of Felica Plug support
When reviewing my code changes, please focus on:
rcs801.c .h
three_wire.c .h
After th…
-
```
Branch name: plug
Purpose of code changes on this branch:
Rudimentary implementation of Felica Plug support
When reviewing my code changes, please focus on:
rcs801.c .h
three_wire.c .h
After th…
-
```
Branch name: plug
Purpose of code changes on this branch:
Rudimentary implementation of Felica Plug support
When reviewing my code changes, please focus on:
rcs801.c .h
three_wire.c .h
After th…
-
Looks like there was something forgotten in felica.c:47, felica_transceive
```
DEBUG_XFER (data_in, data_in_length, "===> ");
```
data_in_length is not passed as an argument and thus unknown to the …
-
Mac OS X 10.11.3, Xcode-7.2.1.
It looks like OpenSC (the current Github version) does not recognize contactless (NFC) card reader `SCL-3711 NFC&RW`.
`libnfc` package recognizes it and can access th…
-
```
Branch name: plug
Purpose of code changes on this branch:
Rudimentary implementation of Felica Plug support
When reviewing my code changes, please focus on:
rcs801.c .h
three_wire.c .h
After th…
-
Hi I own a Chinese brand phone Jiayu S3 NFC version. Tech detail here
http://forum.xda-developers.com/android/general/jiayu-s3-5-5-inch-1080p-hd-4g-lte-t3015809
and when i was reading my tag with 100…
-
```
What steps will reproduce the problem?
1. Obtain a FeliCa tag (probably by importing one from Japan)
2. Run the lsnfc utility to attempt to list tags in the reader's field
3. Observe that the Feli…
-
```
Branch name: plug
Purpose of code changes on this branch:
Rudimentary implementation of Felica Plug support
When reviewing my code changes, please focus on:
rcs801.c .h
three_wire.c .h
After th…
-
```
nfc_initiator_target_is_present() relies on PN53x Diagnose command but Diagnose
on PN532 is less powerful than on PN533.
We should implement our own SW Diagnose to support as many card types as
…