Skip to content
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

multiParser on micro820 returns empty #10

Closed
limsan opened this issue Oct 22, 2017 · 4 comments
Closed

multiParser on micro820 returns empty #10

limsan opened this issue Oct 22, 2017 · 4 comments

Comments

@limsan
Copy link

limsan commented Oct 22, 2017

works on single tag, but multiTag still have problem
stripped = data[50:] # stripped is empty but data [0:50} there are bytes
if I unpack_from('<H', data, 0)[0] , it shows 112

@dmroeder
Copy link
Owner

Thanks for the info, I'll dig into this tomorrow when I have access to a Mirco820

@dmroeder
Copy link
Owner

Turns out that the Micro8xx doesn't support the multi-read service. I'll make some changes so it will fail more gracefully.

@limsan
Copy link
Author

limsan commented Oct 24, 2017

Thank You, for clearing it up, a great project btw, I like your approach better, straight-forward & gets the job done rather than others similar, learned a lot from your code. thanks

@limsan limsan closed this as completed Oct 24, 2017
@dmroeder
Copy link
Owner

I appreciate the kind words. I tried to make it simple to use, mostly because I'm a simpleton!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants