Home > Net >  Secondary development using c # the bartender, how to acquire the high frequency RFID tag just finis
Secondary development using c # the bartender, how to acquire the high frequency RFID tag just finis

Time:11-20

Secondary development using c # the bartender, just print out how to get high frequency RFID tag
the UID?

CodePudding user response:

Say your logic first, and then in the said code,

RFID UID and you print a cover outside have what connection, read and write CARDS, that depends on your printer.

Normal logic is is to write CARDS, card reader, determine the correct printing, printing - or printed card read -- -- -- -- -- comparison and correct - go to the next

CodePudding user response:

Logic is such, printers print label to be read by the RFID module is uid, now I need to get the one I just print label uid

CodePudding user response:

Printer is not load the RFID module, should be a handheld or other device to read the label information via bluetooth, wifi to the printer to print, if really is printer which you can find the SDK from the website of the product development documents,

CodePudding user response:

refer to the second floor of the @ ForCoding reply:
logic is such, printers print label to be read by the RFID module is uid, now I need to get the one I just print label uid

If so, now is the normal way

String uid=printer for uid;
Await the print (uid)
//here you can continue to use the uid

That is, get the uid, print, is actually a set of operations, don't separate

I don't have to use bartende, of course, but he will give you events in theory, you can use the asynchronous completion, looking for the website, he didn't have the installation of the SDK and documentation, I'm too lazy to install,
Here if you don't do the estimate also does not have the document, you'd better put the documents, we look at the document gives you some what things, it is good for you to continue to give you advice

CodePudding user response:

With the man asked the bartender manufacturer, bartender don't have the function, to read the label uid, or have to rely on printer instructions for operation
  •  Tags:  
  • C#
  • Related