rc-s380无法从我的Android智能手机中读取

时间:2018-01-31 15:04:58

标签: android python nfc nfc-p2p

我正在开发一个项目,在Raspberry PI 3上安装了NFCpy,并且连接了索尼读卡器rc-s380。

我编写了一个python测试应用程序来读取和写入标签数据。 我能够检测,读取和写入Type2标签(无源标签) 但我无法从我的Android智能手机上阅读(启用了NFC)。它能够参与(类型4标签)并获取标签信息但无法读取标签。这是为什么?

这是我的python源代码:

clf = nfc.ContactlessFrontend('usb')
if clf :
 while clf.connect(rdwr={
'on-startup': startup,
'on-release': release,
}):

0 个答案:

没有答案