Simple aplication

Simple aplication

Postby josevalle » Mon Oct 17, 2005 1: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
User avatar
josevalle
 
Posts: 65
Joined: Fri Oct 14, 2005 6:20 pm
Location: Bilbao

Postby Antonio Linares » Mon Oct 17, 2005 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41307
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby josevalle » 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
User avatar
josevalle
 
Posts: 65
Joined: Fri Oct 14, 2005 6:20 pm
Location: Bilbao

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41307
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Antonio Linares » Mon Oct 17, 2005 1: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41307
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Richard Chidiak » Tue Oct 18, 2005 3: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.
:D

Antonio,

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

Tia

Richard
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Antonio Linares » Tue Oct 18, 2005 5: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41307
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby PAUL SIMM » Tue Oct 18, 2005 6: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
User avatar
PAUL SIMM
 
Posts: 79
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain

Postby Enrico Maria Giordano » Tue Oct 18, 2005 6: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
User avatar
Enrico Maria Giordano
 
Posts: 8310
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby Antonio Linares » Tue Oct 18, 2005 6: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41307
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby josevalle » Thu Oct 20, 2005 2: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
User avatar
josevalle
 
Posts: 65
Joined: Fri Oct 14, 2005 6:20 pm
Location: Bilbao

Postby Antonio Linares » Thu Oct 20, 2005 3: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41307
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Printing

Postby Otto » Thu Oct 20, 2005 7: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.
User avatar
Otto
 
Posts: 6003
Joined: Fri Oct 07, 2005 7:07 pm

Postby josevalle » Thu Oct 20, 2005 7: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
User avatar
josevalle
 
Posts: 65
Joined: Fri Oct 14, 2005 6:20 pm
Location: Bilbao

Re: Printing

Postby Richard Chidiak » Thu Oct 20, 2005 7: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
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Next

Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 2 guests