Page 1 of 2

Simple aplication

PostPosted: Mon Oct 17, 2005 1:44 am
by josevalle
Hello:

I have to do a very simple aplication: a Pda reads barcodes, look for the code of the article and the weight, looks for the price and prints a ticket.

The problem, as usual, it has to be done in two weeks.

Do you thing that I can do with your product?

Thanks for your answer

Jose Valle

PostPosted: Mon Oct 17, 2005 9:20 am
by Antonio Linares
Jose,

I guess you plan to use the comm port for reading the barcodes. Is that ok ?

What communication system do you plan to use to print the tickets from the pda ? Infrared ? Bluetooth ? comm port ?

PostPosted: Mon Oct 17, 2005 10:30 am
by josevalle
Hello Antonio:

I plan to use a Symbol pda PPT-8846. The processor is Intel Xscale PXA250 and has the codebar scanner integrated.

The printer is Star, conected thru bluetooth.

I have no experience with pda and may client is waiting for buying the hardware, so I can still choose another pda

Thanks for your help

Jose Valle

PostPosted: Mon Oct 17, 2005 10:42 am
by Antonio Linares
josevalle wrote:I plan to use a Symbol pda PPT-8846. The processor is Intel Xscale PXA250


The one we use for our testings is a HP iPAQ with a Intel PXA255 processor, so we assume it may be compatible. Anyhow, to be 100% sure we do recommend you to download some of the samples we provide from http://www.fivetechsoft.com/english/fwppc.html , copy them on a SD memory card, and plug it into the pda and run them.

josevalle wrote: and has the codebar scanner integrated.
Then probably the scanned barcode will be transformed as keyboard input. If so, then you should not have any troubles with it.

josevalle wrote:The printer is Star, conected thru bluetooth.
We are in the process to provide bluetooth support though it is not currently available. It may be just a matter of a few days.

PostPosted: Mon Oct 17, 2005 1:42 pm
by Antonio Linares
Jose,

I have forwarded you a spanish email which describes quite well how to use a printer from the pocket pc.

PostPosted: Tue Oct 18, 2005 3:48 pm
by Richard Chidiak
Antonio Linares wrote:Jose,

I have forwarded you a spanish email which describes quite well how to use a printer from the pocket pc.
:D

Antonio,

If you have the same document (or maybe a link) in English (or French), i am candidate,

Tia

Richard

PostPosted: Tue Oct 18, 2005 5:01 pm
by Antonio Linares
Richard,

Its in spanish. Anyhow its quite technical so I guess its not difficult to understand it.

PostPosted: Tue Oct 18, 2005 6:18 pm
by PAUL SIMM
These guys sell plugin SD Digital Scan Cards.

http://www.socketcom.com/product/IS5300-464.asp

The Secure Digital Scan Card (SDSC) 3E is a Series 3 Entry Level scanner that adds affordable bar code scanning to your Pocket PC or Palm device. Based on miniature Linear CMOS Imaging technology from Symbol Technologies, the SDSC 3E scans all popular linear bar code symbologies and uses only 57mA of power during scanning to maximize battery life. SocketScan keyboard emulation software sends decoded data to any Windows or Palm application as virtual keystrokes.


I'll be trying one out next week.

PostPosted: Tue Oct 18, 2005 6:30 pm
by Enrico Maria Giordano
Antonio Linares wrote:Richard,

Its in spanish. Anyhow its quite technical so I guess its not difficult to understand it.


Can I have it too, please?

EMG

PostPosted: Tue Oct 18, 2005 6:59 pm
by Antonio Linares
I have asked permission to the author of the msg to post it here so everybody can read it.

PostPosted: Thu Oct 20, 2005 2:38 pm
by josevalle
Hello Antonio.

In the Symbol web I have seen several C programs to deal with the bluetooth printer and the scanner.

I have read that your product (and harbourg) generates C code. Is possible to add code to your generated code.

Thanks

PostPosted: Thu Oct 20, 2005 3:19 pm
by Antonio Linares
josevalle wrote:In the Symbol web I have seen several C programs to deal with the bluetooth printer and the scanner.


could you please provide the url for them ? thanks,

josevalle wrote:I have read that your product (and harbourg) generates C code. Is possible to add code to your generated code.


Yes, of course. You can add as many C/C++ routines as needed, and also manage standard DLLs.

Printing

PostPosted: Thu Oct 20, 2005 7:29 pm
by Otto
I think printig is not the problem.
You can send a txt or dbf-file to your PC.
On the PC you have a "Software-PrintServer" runnig,
which checks controlled by a timer if a new file is there.
If yes the file will be printed.

PostPosted: Thu Oct 20, 2005 7:49 pm
by josevalle
Thanks Otto.

The sellers will be out of the office, and they will have a printer (I donĀ“t know if will be in the car, an star matrix model, or in the belt, a very small zebra printer)

So there is no Pc whith a printer available.

But your idea is good for other situations.

Re: Printing

PostPosted: Thu Oct 20, 2005 7:49 pm
by Richard Chidiak
Otto wrote:I think printig is not the problem.
You can send a txt or dbf-file to your PC.
On the PC you have a "Software-PrintServer" runnig,
which checks controlled by a timer if a new file is there.
If yes the file will be printed.

Otto,

There are many applications where the pocket pc is used far from the pc and we need a stand alone print possibility. This is mandatory for a pocket pc product.

Richard