Click to See Complete Forum and Search --> : Need help to build a basic program, Will pay for the help.


arcintl
12-09-2007, 12:45 PM
I am after developing a mini stocktake program. i have the hardware i need it developing for. it is a Metrologics Scanpal2. it has its own very basic program which works but i need the program to be a little bit more sophisticated.

this is the info for the Handheld unit:

http://www.europe.metrologic.com/europe/engl/products/retail/overview/Portable-Data-Terminal/06_Scanpal2-PDT/moreinfo/index.html

Program: 1-MB Flash-ROM, flash memory used for saving the
program, character sets, constants, etc.
Data: 1 MB SRAM, static random access memory

if you can help me with this please get in touch, again i will pay if you can help with the development of this. i unfortunately don't know any C C++ and only kno VBA (useless i know)

Thank you,

Michael

Danny
12-09-2007, 07:18 PM
Do you already have a running program? So what exactly is needed from it? Which added functionality is required?

arcintl
12-10-2007, 07:49 AM
i would like to upload a product file (.csv) and a bin file (.csv) to the Handheld and then all that is needed is a program on the handheld to scan a product (and check if its in the file) then if its ok scan the bin (again check if its in the file) and then enter the qty and confirm all. and then move on to the next count.

Danny
12-10-2007, 02:13 PM
Since you're using C, you will have to stick to the <stdio.h> services exclusively. It's not that difficult and I believe that a quick search on this forum will show some solutions for very similar programming tasks. Anyway, if any of our distinguished members has the time to post a sample program here which uses FILE*, fopen(), fseek() etc., they're welcome.