[SOLVED] NFC Reader

Answered Closed
0
0

Hi

I want to use an NFC reader (eg get data from a Tag), that is connected to the client device.

I would ideally like to be able to read and write to / from the Tag presented to the NFC reader.

The IO needs to be via a Wise J app.

What is the beast way of going about this?

Thanks

Ewan

 

  • You must to post comments
Good Answer
0
0

Depends on the reader. We have a large (very large) Wisej app that is also running on devices on forklifts with barcode scanners that need to scan boxes very fast. The barcode scanners act like a keyboard and they simply put the code into the keyboard buffer. The app gets the value in the TextBox (if focused) or we have javascript event handlers that get the keydown and fix the focus.

 

  • You must to post comments
Showing 1 result