PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Bar Code Reading in iNomads  (Read 759 times)

HendersonS

  • Gold Member
  • ****
  • Posts: 58
    • View Profile
Bar Code Reading in iNomads
« on: July 14, 2022, 05:41:06 PM »
hello everyone,

we are trying to use the "*plus/inomads/scanner" tool to read barcodes on mobile devices (iPhone/iPad) and it always generates an 11 error on the line that calls this routine.
on android devices it opens the code reader application but it does not return the read value, has anyone used this tool that can give me some help?

This is a sample of how I am calling the routine:
For Android:
Code: [Select]
CALL "*plus/inomads/scanner",x_dat$,"CODABAR,CODE_39,CODE_93,CODE_128,QR_CODE"
For iPad/iPhone:
Code: [Select]
CALL "*plus/inomads/scanner",x_dat$,"QR_CODE"