Hi all,
I'm trying to run a Convergence System reader CSL469 over CS203 adapter.
I can connect to it, start a session, but on any template application I setup, I get the tag with a wrong decode (I'm assuming that).
On tagArrived(TagReadEvent tag) I get:
TAG READ EVENT: tag:â
On the console, the log from rifidi is ok:
ReaderIP:192.168.1.98|ID:E200200020000000155DCB33|Antenna:0|Timestamp:1437500761442|PC:3000|RSSI:66.4
I have already tryed to change the charset from UTF-8 to ISO8859-1, but without any success.
EdgeServer: 3.3 - stable
os: Ubuntu 15.04
Any ideas?
Thanks in advance if someone can give some advise.
Regards,
Tag decoding
-
- Posts: 3
- Joined: Fri May 15, 2015 2:16 am
- Organization: Connection Ltda
-
- Posts: 3
- Joined: Fri May 15, 2015 2:16 am
- Organization: Connection Ltda
Re: Tag decoding
I have changed the code on CslSocketSensorSessionTagHandler.parseTag(String message)
I don't know yet why it was being decoding with
I have just changed to:
to check what are the implications of that. So far so good.
I'll post here later if this works out.
Cheers,
I don't know yet why it was being decoding with
Code: Select all
epc = new String(Hex.decodeHex(val.toCharArray()));
Code: Select all
epc = val
I'll post here later if this works out.
Cheers,
Re: Tag decoding
Hi ricardo,
Thanks for checking this out! Did that change work? I'm putting together the new version of Rifidi, and if it worked for you I'll put that change in. Unfortunately I don't have a CSL here to test with so I can't verify your fix there myself.
Thanks!
-Matt
Thanks for checking this out! Did that change work? I'm putting together the new version of Rifidi, and if it worked for you I'll put that change in. Unfortunately I don't have a CSL here to test with so I can't verify your fix there myself.
Thanks!
-Matt
Who is online
Users browsing this forum: No registered users and 2 guests