Roverok / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

PN532 uart support broken? #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a default PN532 NXP's demo-board.
2. Compile libnfc with option "--with-drivers=pn532_uart 
--enable-serial-autoprobe".
3. Put a tag on the antenna and launch "nfc-list".

What is the expected output? What do you see instead?

This is the output of nfc-list execution:

Connected to NFC reader: PN532 (/dev/ttyUSB0) - PN532 v1.6 (0x07)

 TX: 00  00  ff  04  fc  d4  4a  01  00  e1  00  
 RX: 00  00  ff  00  ff  00  00  00  ff  03  fd  d5  4b  00  e0  00  
 RX: 00  00  ff  03  fd  d5  4b  00  e0  00  
 TX: 00  00  ff  09  f7  d4  4a  01  01  00  ff  ff  00  00  e2  00  
 RX: 00  00  ff  00  ff  00  00  00  ff  03  fd  d5  4b  00  e0  00  
 RX: 00  00  ff  03  fd  d5  4b  00  e0  00  
 TX: 00  00  ff  09  f7  d4  4a  01  02  00  ff  ff  00  00  e1  00  
 RX: 00  00  ff  00  ff  00  00  00  ff  03  fd  d5  4b  00  e0  00  
 RX: 00  00  ff  03  fd  d5  4b  00  e0  00  
 TX: 00  00  ff  05  fb  d4  4a  01  03  00  de  00  
 RX: 00  00  ff  00  ff  00  00  00  ff  03  fd  d5  4b  00  e0  00  
 RX: 00  00  ff  03  fd  d5  4b  00  e0  00  
 TX: 00  00  ff  04  fc  d4  4a  01  04  dd  00  
 RX: 00  00  ff  00  ff  00  00  00  ff  03  fd  d5  4b  00  e0  00  
 RX: 00  00  ff  03  fd  d5  4b  00  e0  00  
 TX: 00  00  ff  03  fd  d4  44  00  e8  00  
 RX: 00  00  ff  00  ff  00  00  00  ff  03  fd  d5  45  00  e6  00  
 RX: 00  00  ff  03  fd  d5  45  00  e6  00  
 TX: 00  00  ff  04  fc  d4  32  01  00  f9  00  
 RX: 00  00  ff  00  ff  00  00  00  ff  02  fe  d5  33  f8  00  
 RX: 00  00  ff  02  fe  d5  33  f8  00 

So no tag found.

Original issue reported on code.google.com by emanuele.bertoldi on 11 Jun 2010 at 3:55

GoogleCodeExporter commented 9 years ago
Double post. Sorry.

Original comment by emanuele.bertoldi on 11 Jun 2010 at 4:04