luis901101 / honeywell_scanner

BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

Is there any plan to support newer models running Android 11? #18

Open conklin20 opened 1 year ago

conklin20 commented 1 year ago

Hi,

Two questions really.

  1. Is there any plan to keep building upon this package? I'd be happy to help if I can.
  2. Do you know if there is capability to capture the actual image taken from the barcode engine? All newer Honeywell scan engines are image-based, so it'd be cool if we could capture the image along with the decoded data.

Thank you!

luis901101 commented 1 year ago

Hi 0- For supporting newer models , you just have to update the DataCollection.aar deependency, check Issue 8 1- Yes, you're welcome 2- Not sure, you have to check the official honeywell sdk documentation and see if this is available somehow, then it could be included in the plugin...

General note... most of the features are available by setting the right properties, setting properties is already full supported as it is a simple Map you send to the PDA device, on the other hand, if something new is supported from the latest DataCollection.aar that allows you to retrieve something else or something different when scanning, then an update will be required to the plugin so it adds supports for retrieving whatever is new.