-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML File decoding to LlrpMessage #4
Comments
Was this XML file produced with the LLRP toolkit for Java? |
Another question: Can you provide us some of your XML messages for testing purposes? |
It was not produced with LLRP toolkit for Java but they were working smoothly with it. Files are from IMPINJ documentation to use their readers with LLRP toolkit. Here are some files I am using:
|
Thank you! |
I am not able to provide a fix right now. Would be great if you can fix it. |
This change fixes issue #4. Change-Id: I020637c66359c8ae609188619257f20f4ef9ac21
When I try to open and decode an XML file containing an LLRP Message I always get an
java.lang.NumberFormatException
exception from thectx.xmlDecoder().decodeMessage();
For example here is the beginning of the SET_READER_CONFIG message :
And I got
java.lang.NumberFormatException: For input string: "Upon_Hopping_To_Next_Channel"
But when I replace
Upon_Hopping_To_Next_Channel
by its value 1, it seems to work.Maybe related to #1
The text was updated successfully, but these errors were encountered: