RaspiにRS-380を接続してFelica IDを取得する

まずはPython用の追加パッケージのインストール

$ pip install libusb1 pyserial

次にbzrのインストール

$ sudo apt-get install bzr

次にnfcpyのブランチ

$bzr branch lp:nfcpy

felica IDの取得

sudo python nfcpy/examples/tagtool.py show

$ sudo python examples/tagtool.py show
[nfc.clf] searching for reader on path usb
[nfc.clf] using SONY RC-S380/P NFC Port-100 v1.11 at usb:001:005
** waiting for a tag **
Type3Tag 'FeliCa Standard (RC-S???)' ID=**************** PMM=**************** SYS=0003

This entry was posted in Raspi, メモ. Bookmark the permalink.

Comments are closed.