Use RCS380 to emulate Type 2 Tag andType 4A Tag.

Asked by Mr.shen

Hello Stephen.
I want to use the RCS380 to emulate Type 2 Tag and Type 4A Tag ,but I have a problem.The below is the log.Can you give some advice.Thank for you help.
[main] enable debug output for 'nfc'
[nfc.clf] searching for reader on path usb
[nfc.clf.transport] using pyusb version 1.x
[nfc.clf.transport] path matches '^(usb|)$'
found: [(1356, 1729, 0, 1)]
[nfc.clf.device] loading rcs380 driver for usb:054c:06c1
[nfc.clf.rcs380] firmware version 1.11
[nfc.clf.rcs380] package data format 1.00
[nfc.clf.rcs380] firmware version 1.11
[nfc.clf] using SONY RC-S380/S NFC Port-100 v1.11 at usb:000:001
[nfc.clf] connect('card', 'rdwr')
[nfc.clf] removing rdwr_options after on-startup
** waiting for a reader **
[nfc.clf] connect options after startup: card
[nfc.clf] listen 1.000 seconds for 106A btry=31303641 sdd_res=084E91CD sel_res=0
2 sens_res=0080
[nfc.clf.rcs380] nfca_params 00804e91cd02
[nfc.clf.rcs380] wait 1000 ms for Type 2 Tag activation
[nfc.clf.rcs380] 212F rcvd 25d400f3da781fae98f5ffea850000003246666d010111020207f
f03020013040164070103
[nfc.clf.rcs380] not a 106A Type 2 Tag command
[nfc.clf.rcs380] wait 484 ms for Type 2 Tag activation
[nfc.clf.rcs380] 212F rcvd 0a0c0000000000000000
[nfc.clf.rcs380] not a 106A Type 2 Tag command
[nfc.clf.rcs380] wait 422 ms for Type 2 Tag activation
[nfc.clf.rcs380] CommunicationError RECEIVE_TIMEOUT_ERROR
[nfc.clf] listen 1.000 seconds for 106A btry=31303641 sdd_res=084E91CD sel_res=0
2 sens_res=0080
[nfc.clf.rcs380] nfca_params 00804e91cd02
[nfc.clf.rcs380] wait 1000 ms for Type 2 Tag activation
[nfc.clf.rcs380] CommunicationError RECEIVE_TIMEOUT_ERROR
[nfc.clf.rcs380] wait 2 ms for Type 2 Tag activation
[nfc.clf.rcs380] CommunicationError RECEIVE_TIMEOUT_ERROR

Question information

Language:
English Edit question
Status:
Solved
For:
nfcpy Edit question
Assignee:
No assignee Edit question
Solved by:
Mr.shen
Solved:
Last query:
Last reply:
Revision history for this message
Mr.shen (310059703-j) said :
#1

Sorry Stephen.
I have found the error.The sens_res should be 0800 but I set it to 0080.And the sel_res should be 20.I have the bad byte order.
Thank you Stephen :)