Hi,
Its been almost 6 years since my last application and it is my first time creating something for a mobile device
so sorry in advance if my question is dumb.. :-s
I would like to create an application on a MC9090 scanner.
this applications needs to read and interpred a barcode.
up til here i have no issue.
but the data scanned should now be compared to data in a file on a server.
this file shal be updated via a app on a pc
and all scanners should be using the up to date file.
My idea was to have the scanner
1) at start up of the app check date /time of the server and set date/time on the device to the same
2) compare date/time of file on scanner to date/time of file on server (in order to find out if download is required)
3) if file on server is newer ==> download the file to the scanner to replace the older version.
But i am completely lost as to how to get started on this.
i tried looking for examples or so on the net and in the EMDK but could not find any.
using :
visual studio 8
EMDK for .Net 2.5
Language : C#
Loading
Ricardo BadiaPosted Jan 29, 2013, 6:04 PM
StevenPosted Feb 8, 2012, 8:23 AM
Only i had already gotten this far.
the part i am having trouble with is
the scanners need to check and use an up to date file
i would like to implement it as followed but have no idea how to get this done :
My idea was to have the scanner
1) at start up of the app check date /time of the server and set date/time on the device to the same
2) compare date/time of file on scanner to date/time of file on server (in order to find out if download is required)
3) if file on server is newer ==> download the file to the scanner to replace the older version.
Can anyone get me started?
Mileta MiletaPosted Feb 7, 2012, 7:46 AM