7732|10

695

帖子

0

TA的资源

一粒金砂(高级)

楼主
 

Ubuntu安装Libnfc 1.70[官方最新的]这样? [复制链接]

这个是错误提示

root@t-VirtualBox:~/libnfc-1.7.0# nfc-list
debug        libnfc.general        log_level is set to 3
debug        libnfc.general        allow_autoscan is set to true
debug        libnfc.general        allow_intrusive_scan is set to false
debug        libnfc.general        1 device(s) defined by user
debug        libnfc.general          #0 name: "microBuilder.eu", connstring: "pn532_uart:/dev/ttyUSB0"
nfc-list uses libnfc 1.7.0
debug        libnfc.driver.pn532_uart        Attempt to open: /dev/ttyUSB0 at 115200 bauds.
debug        libnfc.bus.uart        Serial port speed requested to be set to 115200 bauds.
debug        libnfc.chip.pn53x        Diagnose
debug        libnfc.chip.pn53x        Timeout value: 500
debug        libnfc.bus.uart        TX: 55 55 00 00 00 00 00 00 00 00 00 00 00 00 00 00
debug        libnfc.chip.pn53x        SAMConfiguration
debug        libnfc.chip.pn53x        Timeout value: 1000
debug        libnfc.bus.uart        TX: 00 00 ff 03 fd d4 14 01 17 00
debug        libnfc.bus.uart        RX: 55 55 00 00 00 00
error        libnfc.chip.pn53x        Unexpected PN53x reply!
pn53x_check_communication: Input / Output Error
debug        libnfc.chip.pn53x        InRelease
debug        libnfc.bus.uart        TX: 00 00 ff 03 fd d4 52 00 da 00
debug        libnfc.bus.uart        RX: 00 00 02 f8 d4 52
error        libnfc.chip.pn53x        Unexpected PN53x reply!
debug        libnfc.general        Unable to open "pn532_uart:/dev/ttyUSB0".
nfc-list: ERROR: Unable to open NFC device: pn532_uart:/dev/ttyUSB0

用的是Breakout Board,PN532 Adafruit的.奇怪啊.
此帖出自无线连接论坛

最新回复

楼主,怎样显示debug的调试信息  详情 回复 发表于 2015-11-2 09:09
点赞 关注
 

回复
举报

5

帖子

0

TA的资源

一粒金砂(中级)

沙发
 
Here is a small howto for ubuntu 12.04 TLS using the git version. I hope it may be helpful to someone, I was strugling all day...
$ sudo apt-get install autoconf automake libtool
$ sudo apt-get install libusb-0.1-4 libusb-dev libpcsclite1 libpcsclite-dev libccid pcscd
$ sudo apt-get install git
$ git clone https://code.google.com/p/libnfc/
$ cd libnfc
$ mkdir /etc/nfc
$ mkdir /etc/nfc/devices.d/
$ sudo nano /etc/nfc/devices.d/pn532_via_uart2usb.conf
paste the following 5 lines into the pn532_via_uart2usb.conf:
## Typical configuration file for PN532 board (ie. microbuilder.eu / Adafruit) device
name = "Adafruit PN532 board via UART"
connstring = pn532_uart:/dev/ttyUSB0
allow_intrusive_scan = true
log_level = 3
$ sudo autoreconf -vis
$ ./configure --prefix=/usr --with-drivers=pn532_uart --sysconfdir=/etc
$ sudo make clean
$ sudo make
$ sudo make install all
plugin your ftdi usb
$ cd examples
$ sudo ./nfc-poll

需要建 /etc/nfc/devices.d/pn532_via_uart2usb.conf 这个文件
摘至 libnfc 的开发论坛 ,具体链接没有记下来

此帖出自无线连接论坛
 
 

回复

5

帖子

0

TA的资源

一粒金砂(中级)

板凳
 
/etc/nfc/devices.d/pn532_via_uart2usb.conf
此帖出自无线连接论坛
 
 
 

回复

5

帖子

0

TA的资源

一粒金砂(中级)

4
 
dlfuture 发表于 2014-3-3 16:09
/etc/nfc/devices.d/pn532_via_uart2usb.conf

Here is a small howto for ubuntu 12.04 TLS using the git version. I hope it may be helpful to someone, I was strugling all day...
$ sudo apt-get install autoconf automake libtool
$ sudo apt-get install libusb-0.1-4 libusb-dev libpcsclite1 libpcsclite-dev libccid pcscd
$ sudo apt-get install git
$ git clone https://code.google.com/p/libnfc/
$ cd libnfc
$ mkdir /etc/nfc
$ mkdir /etc/nfc/devices.d/
$ sudo nano /etc/nfc/devices.d/pn532_via_uart2usb.conf
paste the following 5 lines into the pn532_via_uart2usb.conf:
## Typical configuration file for PN532 board (ie. microbuilder.eu / Adafruit) device
name = "Adafruit PN532 board via UART"
connstring = pn532_uart:/dev/ttyUSB0
allow_intrusive_scan = true
log_level = 3
$ sudo autoreconf -vis
$ ./configure --prefix=/usr --with-drivers=pn532_uart --sysconfdir=/etc
$ sudo make clean
$ sudo make
$ sudo make install all
plugin your ftdi usb
$ cd examples
$ sudo ./nfc-poll


此帖出自无线连接论坛
 
 
 

回复

5

帖子

0

TA的资源

一粒金砂(中级)

5
 
Here is a small howto for ubuntu 12.04 TLS using the git version. I hope it may be helpful to someone, I was strugling all day...
$ sudo apt-get install autoconf automake libtool
$ sudo apt-get install libusb-0.1-4 libusb-dev libpcsclite1 libpcsclite-dev libccid pcscd
$ sudo apt-get install git
$ git clone https://code.google.com/p/libnfc/
$ cd libnfc
$ mkdir /etc/nfc
$ mkdir /etc/nfc/devices.d/
$ sudo nano /etc/nfc/devices.d/pn532_via_uart2usb.conf
paste the following 5 lines into the pn532_via_uart2usb.conf:
## Typical configuration file for PN532 board (ie. microbuilder.eu / Adafruit) device
name = "Adafruit PN532 board via UART"
connstring = pn532_uart:/dev/ttyUSB0
allow_intrusive_scan = true
log_level = 3
$ sudo autoreconf -vis
$ ./configure --prefix=/usr --with-drivers=pn532_uart --sysconfdir=/etc
$ sudo make clean
$ sudo make
$ sudo make install all
plugin your ftdi usb
$ cd examples
$ sudo ./nfc-poll


此帖出自无线连接论坛
 
 
 

回复

7

帖子

0

TA的资源

一粒金砂(初级)

6
 
支持一个支持一个支持一个
此帖出自无线连接论坛
 
 
 

回复

12

帖子

0

TA的资源

一粒金砂(初级)

7
 
好东西!!!
此帖出自无线连接论坛
 
 
 

回复

3836

帖子

19

TA的资源

纯净的硅(中级)

8
 
谢谢楼主分享

此帖出自无线连接论坛
 
 
 

回复

2

帖子

0

TA的资源

一粒金砂(初级)

9
 
比如nfc-list  nfc-poll如何注册到ubuntn?  现在只能在/example 目录运行这几个例子。
此帖出自无线连接论坛
 
 
 

回复

44

帖子

0

TA的资源

一粒金砂(中级)

10
 
你好,你现在还再弄没nfc,请教一下相关问题,我的问题和你的类似
此帖出自无线连接论坛
 
 
 

回复

44

帖子

0

TA的资源

一粒金砂(中级)

11
 
楼主,怎样显示debug的调试信息
此帖出自无线连接论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
快速回复 返回顶部 返回列表