Results 1 to 7 of 7

Thread: programming mobile barcode reader

  1. #1

    programming mobile barcode reader

    Hello,

    I Need information how to programming mobile barcode scanners, for setting up a inventory stockroom.

    I have no experience in it.

    Have to compare barcodes from an picklijst and the stock, also collect barcodes for flushing data.

    So what I need is programming a menu, some functions, and a small database in the barcode scanner.
    Also upload and download this data.

    Can I use Lianja for this, and if so, can I write it in VFP or must it be Java ?

    Are there minimal resources nessecary in the scanner, memory ?. The most of the mobile scanners work under Window CE with 256 MB
    Thanks for information in advance.

  2. #2
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135
    Last edited by josipradnik; 2017-02-27 at 07:27.

  3. #3
    Lianja MVP
    Join Date
    Feb 2012
    Location
    Berea, KY, USA
    Posts
    2,185
    There are a number of plug-ins for PhoneGap/Cordova that will integrate a barcode reader into a mobile app. A google search will get you to them.

    Hank

  4. #4
    Hello, thanks for the info, it's not exactly what I ment with my question.
    What I really want to know, if I create a small project in Lianja can I compile it and place it on a mobile barcode reader together with it's database.
    Will It run on the mobile scanner on Windows CE, 256 MB or is Windows CE to small for the exe and librarys and small database.
    Or will it work with when the memory is upgraded ?

  5. #5
    Lianja MVP
    Join Date
    Feb 2012
    Location
    Berea, KY, USA
    Posts
    2,185
    Hi,

    if Lianja runs on Windows CE I would be amazed: WinCE is not Windows (different Kernel, etc.).

    I would think in the opposite direction: get an ruggedized Android table, add a first-class scanner, and write an app to work with it. If there is any volume at all involved, make sure you get a scanner that can work in low light. That typically means a laser barcode. Using the built-in camera, even with a flash (can you imagine that going off all over the place during inventory?) -- because even with a flash there's the "settling in" time these cameras require for focusing.

    Hank

  6. #6
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,165
    Blog Entries
    22
    Hello snelsoft,

    Lianja does not run on CE. Does it still exist?

    For mobile devices you should be building a PhoneGap app use a PhoneGap plugin to read the bar codes.

    You use JavaScript (not Java) with the Lianja Web Framework which includes most of the VFP built-in functions. You call VFP code that runs on the server from the device.

    There are several other alternatives to this also:

    1. Use LianjaCloudDataServices.js with a third party framework to handle all CRUD operations and call Lianja/VFP code on the server.

    2. Build a native app and make OData calls to interact with the Lianja Cloud Server.
    Last edited by barrymavin; 2017-02-27 at 20:15.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  7. #7
    Senior Member
    Join Date
    Mar 2014
    Posts
    124
    Quote Originally Posted by barrymavin View Post
    1. Use LianjaCloudDataServices.js with a third party framework to handle all CRUD operations and call Lianja/VFP code on the server.
    Just in case I missed this somewhere are there any links or examples of 3rd party frameworks OR recommended?
    Thanks Paul

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us