-
Notifications
You must be signed in to change notification settings - Fork 30
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
RFID mode #13
Comments
I have noticed that when scanning over an RFID tag, the light on the scanner lighted up. So I am not sure if this is an issue with the mode switch or if I need a different way to display the RFID scan. |
It should work but I do not have the hardware to test it. You would need to modify https://github.com/ZebraDevs/DataWedge-Flutter-Demo/blob/master/datawedge_flutter/android/app/src/main/kotlin/com/darryncampbell/datawedgeflutter/MainActivity.kt#L88 to enable the RFID plugin and also modify https://github.com/ZebraDevs/DataWedge-Flutter-Demo/blob/master/datawedge_flutter/android/app/src/main/kotlin/com/darryncampbell/datawedgeflutter/MainActivity.kt#L74 to reflect the format of the received Intent |
It works. Only need to enable the RFID plugin. Thank you so much. |
@datttran @darryncampbell |
Hi, I am using this on MC3300. Is there a way for me to switch between the RFID mode and barcode mode?
The text was updated successfully, but these errors were encountered: