PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Mobile OS for barcode - Windows Handheld 6.5 or Android 4.0
Mobile OS for barcode - Windows Handheld 6.5 or Android 4.0
Débuté par DW, 09 oct. 2017 21:05 - 1 réponse
Posté le 09 octobre 2017 - 21:05
Hello All,

I doing research for a barcode scanning app to scan boxes in and out no inventory.

I am looking at Honeywell hand held computer Dolphin series 60s or 70E.

Which OS would you prefer Windows Embedded 6.5 or Android 4.0


Any tips would be greatly appreciated.

Dennis W
Posté le 10 octobre 2017 - 14:16
Hi Dennis

as often, it depends...

It depends mostly of what you need in your application on the handheld.
If it is always waiting for a barcode and therefore the barcode reader can be used in wedge mode (ie, as if the data was entered via keyboard), then go for the android version, where you'll have all the new android functions. Of course, check first that your handheld DOES support the wedge mode :-)

However, if you need the barcode scanning to be able to INTERRUPT another process when there is a scan, then you need the equivalent of the serial port method used in windev, and it's more complicated (these function do not exist in the android framework, and I'm not sure if they do in CE). In that case, you need to first have a look at the sdk offered on both side and see how/if you can use it in android code/windows CE code. That case may not be trivial.

Best regards