FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Simple aplication
Posts: 65
Joined: Fri Oct 14, 2005 06:20 PM
Simple aplication
Posted: Mon Oct 17, 2005 01:44 AM

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

Jose Valle

Bilbao

Spain
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Simple aplication
Posted: Mon Oct 17, 2005 09:20 AM

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 ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 65
Joined: Fri Oct 14, 2005 06:20 PM
Simple aplication
Posted: Mon Oct 17, 2005 10:30 AM

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

Jose Valle

Bilbao

Spain
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Simple aplication
Posted: Mon Oct 17, 2005 10:42 AM
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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Simple aplication
Posted: Mon Oct 17, 2005 01:42 PM

Jose,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Simple aplication
Posted: Tue Oct 18, 2005 03:48 PM
Antonio Linares wrote:Jose,

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

Antonio,

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

Tia

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Simple aplication
Posted: Tue Oct 18, 2005 05:01 PM

Richard,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 86
Joined: Fri Oct 07, 2005 07:59 AM
Simple aplication
Posted: Tue Oct 18, 2005 06:18 PM

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.

Regards/Saludos
Paul

paul@pes-systems.net
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Simple aplication
Posted: Tue Oct 18, 2005 06:30 PM
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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Simple aplication
Posted: Tue Oct 18, 2005 06:59 PM

I have asked permission to the author of the msg to post it here so everybody can read it.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 65
Joined: Fri Oct 14, 2005 06:20 PM
Simple aplication
Posted: Thu Oct 20, 2005 02:38 PM

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

Jose Valle

Bilbao

Spain
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Simple aplication
Posted: Thu Oct 20, 2005 03:19 PM
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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Printing
Posted: Thu Oct 20, 2005 07:29 PM

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.

Posts: 65
Joined: Fri Oct 14, 2005 06:20 PM
Simple aplication
Posted: Thu Oct 20, 2005 07:49 PM

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.

Jose Valle

Bilbao

Spain
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: Printing
Posted: Thu Oct 20, 2005 07:49 PM
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
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013