04-19-2015 05:52 AM
hello
i am trying to read RFID using a myrioand a dorset lid 665 (http://www.dorset.nu/upload/File/dorset-id/lid650665/LID650__LID665_040511.pdf).
the vi attached manages to identify the rfid signals, but no matter how i configure the visa serial number (the baudrate should be 9600, but i tried every single cinfiguration to no avail), i keep getting wrong numbers in the
RFID tag bytes indicator.
anyone an guide me to where my problem is?
Thanks in advance
04-20-2015 06:17 PM
Hi davyx8,
Can you provide more detail into what you are expecting versus what is actually occurring in terms of data?
When you say that the rfid signals are showing up correctly, does this mean that all your other indicators are outputting correctly (i.e. number, offset past number, Serial Settings: Number of Bytes at Serial Port, HexString)
Also, what is the Termination Character CA? Did you try using CR instead?
04-21-2015 10:25 AM
i am supposed to be reading a HEx. string that contains 10 bytes, something like: (00074F2C82) and instead getting the string "F8F8000000000034F236CA000" .
when the F8F8, are the STX , CA terminating character. but the rest doesnt make much sense so i dont know how to parse it.
the number of bytes in port is 12 as expected.
im not sure what exactly im supposed to get in the offset past number part.
thanks alot!
David
04-26-2015 07:10 PM
Hi davyx8,
I have noticed that you have based your code on the RFID demo example code so I was trying to make a comparison in between the codes to determine if there was something in the configuration that might be causing that issue, but now I have some extra questions actually, why did you changed the termination character which should be the ETX from x3 to CA?
Also, sorry if this question was implicit but are you using the RS-232 communication?
have you tried running the example attached to this video ?
04-27-2015 11:21 AM
hey
a. i did try with 3x, same resulkt, i also tried without any termination to see the whole string , always get same result.
b. yeah it is RS-232, but i tried also different baud rates to see if it changes, but to no avail
thanks
david
04-27-2015 06:39 PM