Hello Team
i need to TID value from RFID tag using Datawedge to browser (using javascript for my DNN web)
I am using TC53E-RFID device.
can you please suggest how to configure Datawedge profile for this.
i need to use like same
https://developer.zebra.com/blog/listening-keypress-events-datawedge
Thank you
getting TID from Datawedge to browser// Expert user has replied. |
2 Replies
Any update?
Hi - refer to the documentation here for the RFID input plugin https://techdocs.zebra.com/datawedge/11-0/guide/input/rfid/ and here for the Keystroke output plugin, since you prefer to receive data as key events https://techdocs.zebra.com/datawedge/11-0/guide/output/keystroke/ , then follow the blog you mentioned to get keyevents instead of characters in your js code.
Also note from the documentation: "If receiving data via Keystroke output, it requires Inter character delay to be set to 50 ms.".
Also, be sure to understand how DW profiles work: https://techdocs.zebra.com/datawedge/11-0/guide/profiles/
Finally, do a Datawedge / 3dots menu / Settings / Restore to get a fresh DW start.