Justin-roy / Zebra-Rfid-Sdk-Plugin

Flutter Native SDK Plugin
Other
10 stars 6 forks source link

New Feature Request #2

Open john-smith-rk opened 1 year ago

john-smith-rk commented 1 year ago

First , your plugin is so perfect . May I request Configuration. i.e

Justin-roy commented 1 year ago

For battery level and distance It will set default(same) as u change in inbuild rfid apk.

john-smith-rk commented 1 year ago

In your testing , image I found scanned values. what format is it? Do I need to change/convert String? i.e ASCII to normal string.

Thanks for your answer. I am just adding RFID scanning using your plugin.

john-smith-rk commented 1 year ago

what is inbuild rfid apk?

Justin-roy commented 1 year ago

In your testing , image I found scanned values. what format is it? Do I need to change/convert String? i.e ASCII to normal string.

Thanks for your answer. I am just adding RFID scanning using your plugin.

This is EPC Number. Why u need to convert what exactly value u want.

Justin-roy commented 1 year ago

what is inbuild rfid apk?

Pre-Install App

john-smith-rk commented 1 year ago

i need Data that wrote into RFID. But, I get getMemoryBankData = null . So, i am trying to get Data from TagId.

Justin-roy commented 1 year ago

sorry i don't have device right now. I'm unable to test.

john-smith-rk commented 1 year ago

aww , okay , btw, could we change RFID range also?

Justin-roy commented 1 year ago

ok will update this soon.

john-smith-rk commented 1 year ago

BRO, can this EPC number be changed? because when I printed using ZPL printer using ZPL code. ^XA^FO40,40^BY3^BCN,100,Y,N,N^FDP1234P23429^FS^RFW^FD804950515280505152505700^FS^XZ

It was changed in EPC tag E2801191A50300061A148A908 as 804950515280505152505700.

According to your experience , do you think it is correct. or could I get any advice from you ?

Justin-roy commented 1 year ago

Thanks for pointing this out. The converted value '804950515280505152505700' is giving from sdk i don't know what logic is used to convert this.

meanwhile u can refer this link:- https://www.atlasrfidstore.com/rfid-insider/uhf-rfid-epc-memory-bank-what-is-the-crc16/

if u find the answer please let me know.

claudiodriussi commented 10 months ago

For battery level and distance It will set default(same) as u change in inbuild rfid apk.

I tried to get distance, but I always get 0, can you give us an working example to get relative distance?

Thanks in advance.