rfid-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Rfid-all] unknown setup error


From: Loic Dachary
Subject: Re: [Rfid-all] unknown setup error
Date: Wed, 17 May 2006 08:13:11 +0200

andrew [the agent] writes:
 > Good news, loic.  I spent most of today deciphering the TI S6350 manual [and
 > the format in which commands are sent].  That didn't actually help me, but I
 > feel like I know a lot more about what's going on [which would not have
 > happened, or at least not this soon, if your software had worked like magic
 > :)]
 > 
 > Anyways, I was going through the rfid_commander man page again and noticed
 > the line about the verbosity cap at 2.  what I hadn't tried before, sadly,
 > was -v -v [i had tried -vv and -vvv]  Then running the command 
 > "rfid_commander
 > -v -v --driver iso15693/s6350 --run" I got a long output [which I've
 > included at the bottom in case it sheds more light on the --add errors] and
 > realized my previous attempt to store the command "vi" [written in the
 > windows software as "76 69 00 00"] was stored as "_ _iv" [00 00 69 76].
 > This was exactly what I needed to know to properly store a command through
 > TI's Window's software, so I rebooted and stored "echo eureka!"
 > 
 > And it worked.
 > 
 > [Which makes me very happy.]
 > 
 > As I did just find out how to use the verbose command, properly, in
 > rfid_commander, I also ran "rfid_commander -v -v --driver iso15693/s6350
 > --add echo eureaka!"  To check its output as well.  It was done using the
 > same tag [after it already had "echo eureka" written on it]  The tag's UID
 > is listed in the first terminal output, but I doubt you'll need that,
 > anyways.
 > 
 > Anyways, thanks for your help thus far.  I, believe it or not, am somewhat
 > glad that I've been having trouble with the software because it forced me to
 > learn a few things I needed to pick up.  Let me know what you think of the
 > data, I'm all ears.

        You should also tell it to *not* probe ttyS1 etc. Can't remember
how you do that though

        No more comments and thanks for the report. I'm glad my
software is actually usefull to someone, in addition to the employer
who paid me to write it ;-)

 > Andrew Richardson
 > 
 > 
 > As promised, here is the run feed straight from the terminal:
 > poli:/home/RFID/temp/rfid-3.1.0# rfid_commander -v -v --driver
 > iso15693/s6350 --run
 > S6350 probing /dev/ttyS0 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 0x42
 > found
 > S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 0x07
 > S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 0x42
 > /dev/ttyS0 with ISO-15693 3.1.0/S6350 3.1.0: found RFID reader S6350 ?.?
 > S6350 probing /dev/ttyS1 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > returned -1 at s6350.c:224
 > returned -1 at s6350.c:556
 > returned -1 at s6350.c:701
 > failed
 > /dev/ttyS1 with ISO-15693 3.1.0/S6350 3.1.0: nothing
 > S6350 probing /dev/ttyS2 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > returned -1 at s6350.c:224
 > returned -1 at s6350.c:556
 > returned -1 at s6350.c:701
 > failed
 > /dev/ttyS2 with ISO-15693 3.1.0/S6350 3.1.0: nothing
 > S6350 probing /dev/ttyS3 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > returned -1 at s6350.c:224
 > returned -1 at s6350.c:556
 > returned -1 at s6350.c:701
 > failed
 > /dev/ttyS3 with ISO-15693 3.1.0/S6350 3.1.0: nothing
 > returned -1 at s6350.c:730
 > /dev/ttyUSB0 file not found (ignored)
 > returned -1 at s6350.c:730
 > /dev/ttyUSB1 file not found (ignored)
 > returned -1 at s6350.c:730
 > /dev/ttyUSB2 file not found (ignored)
 > returned -1 at s6350.c:730
 > /dev/ttyUSB3 file not found (ignored)
 > S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 0x07
 > S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 0x42
 > S6350 request : 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0xff 0x00 0xff
 > S6350 answer: 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0x00 0xff 0x00
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c
 > 0x93
 > ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c
 > 0x93
 > ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x17 0x00 0x00 0x00 0x00 0x60 0x00 0x08 0x00 0x00 0x00
 > 0x00 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x06 0xf9
 > ISO-15693 response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 0x12
 > 0x00 0x00 0x07 0xe0 0x7a 0x93
 > ISO-15693 command : 0x20 0x2b 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0xa6
 > 0x13
 > ISO-15693 command : 0x20 0x20 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00
 > 0x17 0x2d
 > S6350 request : 0x01 0x15 0x00 0x00 0x00 0x00 0x60 0x11 0x23 0x20 0x7b 0x21
 > 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x1e 0xe1
 > S6350 answer: 0x01 0x0e 0x00 0x00 0x00 0x00 0x60 0x00 0x65 0x63 0x68 0x6f
 > 0x6e 0x91
 > ISO-15693 response: 0x00 0x65 0x63 0x68 0x6f 0x89 0xe2
 > fixed transponder block size to 4
 > ISO-15693 response: 0x00 0x04 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x0f
 > 0x03 0x57 0xb2
 > ISO-15693 command : 0x60 0x23 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00
 > 0x0f 0x4f 0xc5
 > S6350 request : 0x01 0x16 0x00 0x00 0x00 0x00 0x60 0x11 0x63 0x23 0x7b 0x21
 > 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x0f 0x51 0xae
 > S6350 answer: 0x01 0x5a 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x65 0x63 0x68
 > 0x6f 0x00 0x20 0x65 0x75 0x72 0x00 0x65 0x61 0x6b 0x61 0x00 0x21 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x57 0xa8
 > ISO-15693 response: 0x00 0x00 0x65 0x63 0x68 0x6f 0x00 0x20 0x65 0x75 0x72
 > 0x00 0x65 0x61 0x6b 0x61 0x00 0x21 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x50 0x12
 > ========================================
 > uid = 0xe007000012d7217b
 > vicc_memory = 0x030f
 > blocks = 16
 > bytes_per_block = 4
 > e(0x65)/c(0x63)/h(0x68)/o(0x6f)/
 > (0x20)/e(0x65)/u(0x75)/r(0x72)/e(0x65)/a(0x61)/k(0x6b)/a(0x61)/!(0x21)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/
 > eureaka!
 > command 'echo eureaka!' returned 0
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x17 0x00 0x00 0x00 0x00 0x60 0x00 0x08 0x00 0x00 0x00
 > 0x00 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x06 0xf9
 > ISO-15693 response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 0x12
 > 0x00 0x00 0x07 0xe0 0x7a 0x93
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x17 0x00 0x00 0x00 0x00 0x60 0x00 0x08 0x00 0x00 0x00
 > 0x00 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x06 0xf9
 > ISO-15693 response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 0x12
 > 0x00 0x00 0x07 0xe0 0x7a 0x93
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c
 > 0x93
 > ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c
 > 0x93
 > ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c
 > 0x93
 > ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c
 > 0x93
 > ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c
 > 0x93
 > ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > 
 > 
 > 
 > 
 > 
 > 
 > =======================================================
 > And also the "--add echo eureaka!" command [yeah, I spelled it wrong this
 > time]
 > poli:/home/RFID/temp/rfid-3.1.0# rfid_commander -v -v --driver
 > iso15693/s6350 --add echo eureaka!
 > S6350 probing /dev/ttyS0 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 0x42
 > found
 > S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 0x07
 > S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 0x42
 > /dev/ttyS0 with ISO-15693 3.1.0/S6350 3.1.0: found RFID reader S6350 ?.?
 > S6350 probing /dev/ttyS1 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > returned -1 at s6350.c:224
 > returned -1 at s6350.c:556
 > returned -1 at s6350.c:701
 > failed
 > /dev/ttyS1 with ISO-15693 3.1.0/S6350 3.1.0: nothing
 > S6350 probing /dev/ttyS2 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > returned -1 at s6350.c:224
 > returned -1 at s6350.c:556
 > returned -1 at s6350.c:701
 > failed
 > /dev/ttyS2 with ISO-15693 3.1.0/S6350 3.1.0: nothing
 > S6350 probing /dev/ttyS3 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00
 > 0x00 0xf0 0xf8 0x07
 > returned -1 at s6350.c:224
 > returned -1 at s6350.c:556
 > returned -1 at s6350.c:701
 > failed
 > /dev/ttyS3 with ISO-15693 3.1.0/S6350 3.1.0: nothing
 > returned -1 at s6350.c:730
 > /dev/ttyUSB0 file not found (ignored)
 > returned -1 at s6350.c:730
 > /dev/ttyUSB1 file not found (ignored)
 > returned -1 at s6350.c:730
 > /dev/ttyUSB2 file not found (ignored)
 > returned -1 at s6350.c:730
 > /dev/ttyUSB3 file not found (ignored)
 > S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 0x07
 > S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 0x42
 > S6350 request : 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0xff 0x00 0xff
 > S6350 answer: 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0x00 0xff 0x00
 > Attempting to write 'echo eureaka!' to a transponder ... ISO-15693 command :
 > 0x00 0x2b 0x96 0x90
 > ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b
 > 0x84
 > S6350 answer: 0x01 0x17 0x00 0x00 0x00 0x00 0x60 0x00 0x08 0x00 0x00 0x00
 > 0x00 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x06 0xf9
 > ISO-15693 response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 0x12
 > 0x00 0x00 0x07 0xe0 0x7a 0x93
 > ISO-15693 command : 0x20 0x20 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00
 > 0x17 0x2d
 > S6350 request : 0x01 0x15 0x00 0x00 0x00 0x00 0x60 0x11 0x23 0x20 0x7b 0x21
 > 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x1e 0xe1
 > S6350 answer: 0x01 0x0e 0x00 0x00 0x00 0x00 0x60 0x00 0x65 0x63 0x68 0x6f
 > 0x6e 0x91
 > ISO-15693 response: 0x00 0x65 0x63 0x68 0x6f 0x89 0xe2
 > fixed transponder block size to 4
 > ISO-15693 response: 0x00 0x04 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x0f
 > 0x03 0x57 0xb2
 > ISO-15693 command : 0x20 0x21 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00
 > 0x65 0x63 0x68 0x6f 0x0e 0xc7
 > S6350 request : 0x01 0x19 0x00 0x00 0x00 0x00 0x60 0x11 0x23 0x21 0x7b 0x21
 > 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x65 0x63 0x68 0x6f 0x12 0xed
 > S6350 answer: 0x01 0x0b 0x00 0x00 0x00 0x00 0x60 0x01 0x03 0x68 0x97
 > ISO-15693 response: 0x01 0x03 0x04 0x24
 > returned -1 at iso15693.c:221
 > returned -1 at iso15693.c:484
 > returned -1 at iso15693.c:1398
 > returned -1 at rfid.c:812
 > rfid_write: 1000002: the RFID reader/transponder does not support the
 > command option (consider increasing the verbosity level if this message is
 > not self explanatory)
 > Good news, loic.  I spent most of today deciphering the TI S6350 manual 
 > [and the format in which commands are sent].  That didn't actually help 
 > me, but I feel like I know a lot more about what's going on [which would not 
 > have happened, or at least not this soon, if your software had worked like 
 > magic :)]  
 > <br><br>Anyways, I was going through the <span style="font-style: 
 > italic;">rfid_commander </span>man page again and noticed the line about the 
 > verbosity cap at 2.&nbsp; what I hadn't tried before, sadly, was <span 
 > style="font-style: italic;">
 > -v -v </span>[i had tried <span style="font-style: italic;">-vv 
 > </span>and<span style="font-style: italic;"><span style="font-style: 
 > italic;"> -vvv</span></span>]&nbsp; Then running the command &quot;<span 
 > style="font-style: italic;">
 > rfid_commander -v -v --driver iso15693/s6350 --run</span>&quot; I got a long 
 > output [which I've included at the bottom in case it sheds more light on the 
 > <span style="font-style: italic;">--add</span> errors] and realized my 
 > previous attempt to store the command &quot;vi&quot; [written in the windows 
 > software as &quot;76 69 00 00&quot;] was stored as &quot;_ _iv&quot; [00 00 
 > 69 76].&nbsp; This was exactly what I needed to know to properly store a 
 > command through TI's Window's software, so I rebooted and stored &quot;echo 
 > eureka!&quot;
 > <br><br>And it worked.<br><br>[Which makes me very happy.]<br><br>As I <span 
 > style="font-style: italic;">did </span>just find out how to use the verbose 
 > command, properly, in <span style="font-style: italic;">rfid_commander
 > </span>, I also ran &quot;<span style="font-style: italic;">rfid_commander 
 > -v -v --driver iso15693/s6350 --add echo eureaka!</span>&quot;&nbsp; To 
 > check its output as well.&nbsp; It was done using the same tag [after it 
 > already had &quot;echo eureka&quot; written on it]&nbsp; The tag's UID is 
 > listed in the first terminal output, but I doubt you'll need that, anyways.
 > <br><br>Anyways, thanks for your help thus far.&nbsp; I, believe it or not, 
 > am somewhat glad that I've been having trouble with the software because it 
 > forced me to learn a few things I needed to pick up.&nbsp; Let me know what 
 > you think of the data, I'm all ears.
 > <br>Andrew Richardson<br><br><br>As promised, here is the run feed straight 
 > from the terminal:<br><font style="font-style: italic;" 
 > size="1">poli:/home/RFID/temp/rfid-3.1.0# rfid_commander -v -v --driver 
 > iso15693/s6350 --run
 > <br>S6350 probing /dev/ttyS0 : 57600 S6350 request : 0x01 0x09 0x00 0x00 
 > 0x00 0x00 0xf0 0xf8 0x07<br>S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 
 > 0x46 0x01 0x07 0xbd 0x42<br>found<br>S6350 request : 0x01 0x09 0x00 0x00 
 > 0x00 0x00 0xf0 0xf8 0x07
 > <br>S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 
 > 0x42<br>/dev/ttyS0 with ISO-15693 3.1.0/S6350 3.1.0: found RFID reader S6350 
 > ?.?<br>S6350 probing /dev/ttyS1 : 57600 S6350 request : 0x01 0x09 0x00 0x00 
 > 0x00 0x00 0xf0 0xf8 0x07
 > <br>returned -1 at s6350.c:224<br>returned -1 at s6350.c:556<br>returned -1 
 > at s6350.c:701<br>failed<br>/dev/ttyS1 with ISO-15693 3.1.0/S6350 3.1.0: 
 > nothing<br>S6350 probing /dev/ttyS2 : 57600 S6350 request : 0x01 0x09 0x00 
 > 0x00 0x00 0x00 0xf0 0xf8 0x07
 > <br>returned -1 at s6350.c:224<br>returned -1 at s6350.c:556<br>returned -1 
 > at s6350.c:701<br>failed<br>/dev/ttyS2 with ISO-15693 3.1.0/S6350 3.1.0: 
 > nothing<br>S6350 probing /dev/ttyS3 : 57600 S6350 request : 0x01 0x09 0x00 
 > 0x00 0x00 0x00 0xf0 0xf8 0x07
 > <br>returned -1 at s6350.c:224<br>returned -1 at s6350.c:556<br>returned -1 
 > at s6350.c:701<br>failed<br>/dev/ttyS3 with ISO-15693 3.1.0/S6350 3.1.0: 
 > nothing<br>returned -1 at s6350.c:730<br>/dev/ttyUSB0 file not found 
 > (ignored)
 > <br>returned -1 at s6350.c:730<br>/dev/ttyUSB1 file not found 
 > (ignored)<br>returned -1 at s6350.c:730<br>/dev/ttyUSB2 file not found 
 > (ignored)<br>returned -1 at s6350.c:730<br>/dev/ttyUSB3 file not found 
 > (ignored)<br>S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 0x07
 > <br>S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 
 > 0x42<br>S6350 request : 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0xff 0x00 
 > 0xff<br>S6350 answer: 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0x00 0xff 
 > 0x00<br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc
 > <br>S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 
 > 0x7b 0x84<br>S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 
 > 0x00 0x6c 0x93<br>ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > <br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 
 > 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 
 > 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c 
 > 0x93<br>ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > <br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 
 > 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 
 > 0x01 0x17 0x00 0x00 0x00 0x00 0x60 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 
 > 0xd7 0x12 0x00 0x00 0x07 0xe0 0x06 0xf9
 > <br>ISO-15693 response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 
 > 0x12 0x00 0x00 0x07 0xe0 0x7a 0x93<br>ISO-15693 command : 0x20 0x2b 0x7b 
 > 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0xa6 0x13<br>ISO-15693 command : 0x20 
 > 0x20 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x17 0x2d
 > <br>S6350 request : 0x01 0x15 0x00 0x00 0x00 0x00 0x60 0x11 0x23 0x20 0x7b 
 > 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x1e 0xe1<br>S6350 answer: 0x01 0x0e 
 > 0x00 0x00 0x00 0x00 0x60 0x00 0x65 0x63 0x68 0x6f 0x6e 0x91<br>ISO-15693 
 > response: 0x00 0x65 0x63 0x68 0x6f 0x89 0xe2
 > <br>fixed transponder block size to 4<br>ISO-15693 response: 0x00 0x04 0x7b 
 > 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x0f 0x03 0x57 0xb2<br>ISO-15693 command 
 > : 0x60 0x23 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x0f 0x4f 0xc5
 > <br>S6350 request : 0x01 0x16 0x00 0x00 0x00 0x00 0x60 0x11 0x63 0x23 0x7b 
 > 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x0f 0x51 0xae<br>S6350 answer: 0x01 
 > 0x5a 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x65 0x63 0x68 0x6f 0x00 0x20 0x65 
 > 0x75 0x72 0x00 0x65 0x61 0x6b 0x61 0x00 0x21 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x57 0xa8
 > <br>ISO-15693 response: 0x00 0x00 0x65 0x63 0x68 0x6f 0x00 0x20 0x65 0x75 
 > 0x72 0x00 0x65 0x61 0x6b 0x61 0x00 0x21 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 
 > 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x50 0x12
 > <br>========================================<br>uid = 
 > 0xe007000012d7217b<br>vicc_memory = 0x030f<br>blocks = 16<br>bytes_per_block 
 > = 4<br>e(0x65)/c(0x63)/h(0x68)/o(0x6f)/ 
 > (0x20)/e(0x65)/u(0x75)/r(0x72)/e(0x65)/a(0x61)/k(0x6b)/a(0x61)/!(0x21)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/(0x00)/
 > <br>eureaka!<br>command 'echo eureaka!' returned 0<br>ISO-15693 command : 
 > 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 
 > 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 0x01 0x17 0x00 0x00 0x00 
 > 0x00 0x60 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 
 > 0xe0 0x06 0xf9
 > <br>ISO-15693 response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 
 > 0x12 0x00 0x00 0x07 0xe0 0x7a 0x93<br>ISO-15693 command : 0x04 0x01 0x00 
 > 0x75 0xbc<br>S6350 request : 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 
 > 0x01 0x00 0x7b 0x84
 > <br>S6350 answer: 0x01 0x17 0x00 0x00 0x00 0x00 0x60 0x00 0x08 0x00 0x00 
 > 0x00 0x00 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x06 0xf9<br>ISO-15693 
 > response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 0x12 0x00 0x00 
 > 0x07 0xe0 0x7a 0x93
 > <br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 
 > 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 
 > 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c 
 > 0x93<br>ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > <br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 
 > 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 
 > 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c 
 > 0x93<br>ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > <br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 
 > 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 
 > 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c 
 > 0x93<br>ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > <br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 
 > 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 
 > 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 0x6c 
 > 0x93<br>ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf
 > <br>S6350 answer: 0x01 0x0d 0x00 0x00 0x00 0x00 0x60 0x00 0x00 0x00 0x00 
 > 0x6c 0x93<br>ISO-15693 response: 0x00 0x00 0x00 0x00 0x00 0x77 0xcf<br><span 
 > style="font-style: italic;"><span style="font-style: italic;"><br><br><br>
 > <br><br><br></span></span></font><font style="font-weight: bold;" 
 > size="1"><font size="2"><span style="font-weight: bold;"><span 
 > style="font-weight: 
 > bold;">=======================================================</span><br>
 > </span>And also the &quot;--add echo eureaka!&quot; command [yeah, I spelled 
 > it wrong this time]</font></font><font style="font-style: italic;" 
 > size="1"><span style="font-style: 
 > italic;"><br>poli:/home/RFID/temp/rfid-3.1.0#
 >  rfid_commander -v -v --driver iso15693/s6350 --add echo eureaka!<br>S6350 
 > probing /dev/ttyS0 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 
 > 0xf0 0xf8 0x07<br>S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 
 > 0x07 0xbd 0x42
 > <br>found<br>S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 
 > 0x07<br>S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 
 > 0x42<br>/dev/ttyS0 with ISO-15693 3.1.0/S6350 3.1.0: found RFID reader S6350 
 > ?.?
 > <br>S6350 probing /dev/ttyS1 : 57600 S6350 request : 0x01 0x09 0x00 0x00 
 > 0x00 0x00 0xf0 0xf8 0x07<br>returned -1 at s6350.c:224<br>returned -1 at 
 > s6350.c:556<br>returned -1 at s6350.c:701<br>failed<br>/dev/ttyS1 with 
 > ISO-15693 
 > 3.1.0/S6350 3.1.0: nothing<br>S6350 probing /dev/ttyS2 : 57600 S6350 request 
 > : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 0x07<br>returned -1 at 
 > s6350.c:224<br>returned -1 at s6350.c:556<br>returned -1 at 
 > s6350.c:701<br>failed
 > <br>/dev/ttyS2 with ISO-15693 3.1.0/S6350 3.1.0: nothing<br>S6350 probing 
 > /dev/ttyS3 : 57600 S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 
 > 0x07<br>returned -1 at s6350.c:224<br>returned -1 at s6350.c:556<br>returned 
 > -1 at 
 > s6350.c:701<br>failed<br>/dev/ttyS3 with ISO-15693 3.1.0/S6350 3.1.0: 
 > nothing<br>returned -1 at s6350.c:730<br>/dev/ttyUSB0 file not found 
 > (ignored)<br>returned -1 at s6350.c:730<br>/dev/ttyUSB1 file not found 
 > (ignored)<br>
 > returned -1 at s6350.c:730<br>/dev/ttyUSB2 file not found 
 > (ignored)<br>returned -1 at s6350.c:730<br>/dev/ttyUSB3 file not found 
 > (ignored)<br>S6350 request : 0x01 0x09 0x00 0x00 0x00 0x00 0xf0 0xf8 
 > 0x07<br>S6350 answer: 0x01 0x0c 0x00 0x00 0x00 0x00 0xf0 0x46 0x01 0x07 0xbd 
 > 0x42
 > <br>S6350 request : 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0xff 0x00 
 > 0xff<br>S6350 answer: 0x01 0x0a 0x00 0x00 0x00 0x00 0xf4 0x00 0xff 
 > 0x00<br>Attempting to write 'echo eureaka!' to a transponder ... ISO-15693 
 > command : 0x00 0x2b 0x96 0x90
 > <br>ISO-15693 command : 0x04 0x01 0x00 0x75 0xbc<br>S6350 request : 0x01 
 > 0x0d 0x00 0x00 0x00 0x00 0x60 0x11 0x07 0x01 0x00 0x7b 0x84<br>S6350 answer: 
 > 0x01 0x17 0x00 0x00 0x00 0x00 0x60 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 
 > 0xd7 0x12 0x00 0x00 0x07 0xe0 0x06 0xf9
 > <br>ISO-15693 response: 0x00 0x00 0x08 0x00 0x00 0x00 0x00 0x7b 0x21 0xd7 
 > 0x12 0x00 0x00 0x07 0xe0 0x7a 0x93<br>ISO-15693 command : 0x20 0x20 0x7b 
 > 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 0x17 0x2d<br>S6350 request : 0x01 
 > 0x15 0x00 0x00 0x00 0x00 0x60 0x11 0x23 0x20 0x7b 0x21 0xd7 0x12 0x00 0x00 
 > 0x07 0xe0 0x00 0x1e 0xe1
 > <br>S6350 answer: 0x01 0x0e 0x00 0x00 0x00 0x00 0x60 0x00 0x65 0x63 0x68 
 > 0x6f 0x6e 0x91<br>ISO-15693 response: 0x00 0x65 0x63 0x68 0x6f 0x89 
 > 0xe2<br>fixed transponder block size to 4<br>ISO-15693 response: 0x00 0x04 
 > 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x0f 0x03 0x57 0xb2
 > <br>ISO-15693 command : 0x20 0x21 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 
 > 0x00 0x65 0x63 0x68 0x6f 0x0e 0xc7<br>S6350 request : 0x01 0x19 0x00 0x00 
 > 0x00 0x00 0x60 0x11 0x23 0x21 0x7b 0x21 0xd7 0x12 0x00 0x00 0x07 0xe0 0x00 
 > 0x65 0x63 0x68 0x6f 0x12 0xed
 > <br>S6350 answer: 0x01 0x0b 0x00 0x00 0x00 0x00 0x60 0x01 0x03 0x68 
 > 0x97<br>ISO-15693 response: 0x01 0x03 0x04 0x24<br>returned -1 at 
 > iso15693.c:221<br>returned -1 at iso15693.c:484<br>returned -1 at 
 > iso15693.c:1398<br>returned -1 at 
 > rfid.c:812<br>rfid_write: 1000002: the RFID reader/transponder does not 
 > support the command option (consider increasing the verbosity level if this 
 > message is not self explanatory)<br></span><br></font>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]