Re: Ir Printing

2008-05-28 Thread David Rutgos
Thanks! I'll check it out right away!
Richard.Johnstone [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]

 Bachmann Software has a print manager tool with it's own api for drawing
 text and lines etc. It can be found at http://www.bachmannsoftware.com/
 In there you can get a demo version and this has loads of sample code.
 Also I don't know if you are using Palm or not but the Symbol devices have
 there owm printing API as well.

 -Original Message-
 From: David Rutgos [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 28, 2000 3:47 PM
 To: Palm Developer Forum
 Subject: Ir Printing


 Can anyone lead me to some information (sample code) on Ir printing from
the
 palm to a printer? Thanks!



 --
 For information on using the Palm Developer Forums, or to unsubscribe,
 please see http://www.palmos.com/dev/tech/support/forums/







-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: Ir Printing

2008-05-28 Thread Glenn Bachmann
Bachmann Software provides a complete printing engine and developers SDK
for Palm OS. We also offer PrintBoy! 2.0, as well as software development
services for Palm and wireless applications. 

Visit us on the web at http://www.bachmannsoftware.com.

Best regards,
Glenn Bachmann
President 
Bachmann Software
(973) 729 9427


At 02:46 PM 8/28/00 -0500, you wrote:
Can anyone lead me to some information (sample code) on Ir printing from the
palm to a printer? Thanks!



-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
 
Glenn Bachmann
Bachmann Software and Services, LLC
http://www.bachmannsoftware.com
Software for Handheld  Wireless Computing, Windows and the Internet
Authors of Palm Programming, published by Macmillan/Sams, and home of
Bachmann Print Manager, the only graphical printing solution for the Palm
Computing Platform


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: IR Printing OS 3.5 vs. 4.0

2002-10-02 Thread Steve Branin

So I have still not solved my problem of printing to an IR printer using the
low level IR library.  My next thought is to use the serial manager to open
the connection over the IR port and print to the printer.  Any ideas as to
why the original developer of this software wouldn't have chosen to do it
that way?  Should it work?

Steve Branin
Nexiq Technologies

Steve Branin [EMAIL PROTECTED] wrote in message
news:95687@palm-dev-forum...

 I have an application that prints to an O'Neil IR printer.  It works fine
on
 a handheld running OS 3.5 but not on a handheld running OS 4.0.  Anyone
know
 of anything that has changed in regards to IR communication from version
3.5
 to 4.0?

 Thanks,
 Steve







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/



Re: IR Printing

2002-03-12 Thread Harry Yeh

Hey Guys

I found that the symbol sdk Supports printing, and I was playing around with
the Postscript and it seems to work without any sort of printer driver.
Fortunately I am only printing text right now, don't know what is going to
happy with Graphics though :o

Harry
Harry Yeh [EMAIL PROTECTED] wrote in message
news:79378@palm-dev-forum...

 I am interested in adding printing to my application but I notice there is
 not much out there regarding how to write an app to add IR printing. Could
 anybody point me to some resources? I know about all the 3rd party addons
to
 develop for but for me this is more of a personal interest.

 I know i probably have to write a driver (using canon bjc50). Thanks!

 Harry







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/



Re: IR Printing

2002-03-10 Thread Philip Sheard

If he only wants to use a Canon printer he can use IrComm.

Adrian Pfisterer [EMAIL PROTECTED] wrote in message
news:79382@palm-dev-forum...


 You'll be using the IrLib calls (not Exchange Manager) and
 connecting to the IrLPT service.  Try to find some sample code
 that shows how to get a LMP connection up.  I think a lot of
 people reference an IrPing application with source out there
 somewhere.

 Adrian.

 Harry Yeh wrote:
 
  I am interested in adding printing to my application but I notice there
is
  not much out there regarding how to write an app to add IR printing.
Could
  anybody point me to some resources? I know about all the 3rd party
addons to
  develop for but for me this is more of a personal interest.
 
  I know i probably have to write a driver (using canon bjc50). Thanks!
 
  Harry





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/



RE: IR Printing

2002-03-10 Thread Dave Mottorn

The SDK from Symbol Technologies has some printing applications.

regards,

Dave Mottorn


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Adrian
Pfisterer
Sent: Saturday, March 09, 2002 11:59 PM
To: Palm Developer Forum
Subject: Re: IR Printing



You'll be using the IrLib calls (not Exchange Manager) and
connecting to the IrLPT service.  Try to find some sample code
that shows how to get a LMP connection up.  I think a lot of
people reference an IrPing application with source out there
somewhere.

Adrian.

Harry Yeh wrote:

 I am interested in adding printing to my application but I notice there is
 not much out there regarding how to write an app to add IR printing. Could
 anybody point me to some resources? I know about all the 3rd party addons
to
 develop for but for me this is more of a personal interest.

 I know i probably have to write a driver (using canon bjc50). Thanks!

 Harry

--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/



Re: IR Printing

2002-03-10 Thread Harry Yeh

You guys are awesome, thanks for all the quick responses.

Harry
Harry Yeh [EMAIL PROTECTED] wrote in message
news:79378@palm-dev-forum...

 I am interested in adding printing to my application but I notice there is
 not much out there regarding how to write an app to add IR printing. Could
 anybody point me to some resources? I know about all the 3rd party addons
to
 develop for but for me this is more of a personal interest.

 I know i probably have to write a driver (using canon bjc50). Thanks!

 Harry







-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/



Re: IR Printing

2002-03-09 Thread Adrian Pfisterer


You'll be using the IrLib calls (not Exchange Manager) and
connecting to the IrLPT service.  Try to find some sample code
that shows how to get a LMP connection up.  I think a lot of
people reference an IrPing application with source out there
somewhere.

Adrian.

Harry Yeh wrote:
 
 I am interested in adding printing to my application but I notice there is
 not much out there regarding how to write an app to add IR printing. Could
 anybody point me to some resources? I know about all the 3rd party addons to
 develop for but for me this is more of a personal interest.
 
 I know i probably have to write a driver (using canon bjc50). Thanks!
 
 Harry

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/



RE: Ir Printing and Symbol...

2001-08-17 Thread Avilla, Dane

Fill out the form at:

http://www.symbol.com/services/downloads/download_mobile_spt1500_form.html

and then get the sdk200.zip file.  That has the Symbol Print SDK w/ sample
apps, docs, and linkable libraries.

Cheers,

-DGA
 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/



Re: Ir Printing...

2001-08-15 Thread Philip Sheard

 Am I correct in assuming that if I wanted to print via infrared, I could
 just open IrCOMM connection and squirt data thru?

Yes, providing your printer supports IrCOMM. But most of them only support
IrPRT.

If your printer *does* support IrCOMM, its xid will have a second hint byte
to that effect. The only printers I know of that support IrCOMM are the
Canon BJC-50 and BJC-80.

You will also need the new serial library (PalmOS 3.3 and above).



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/



RE: IR printing

2000-10-27 Thread Richard.Johnstone

I have printed to a number of different printers using a number of sources.
I have managed to get text output on HP 350C and BJC-80 printers
I have got text and graphics from the Oneil printers
You can either use 3rd party software (bachmanns is pretty good) or if you
are using symbols they have there own API for printing.
The print job is set up using the API calls to draw lines/text/etc and it is
then sent to the printer. All the tricky stuff like openning the IR port and
transmitting the data is handled with simple API calls.

-Original Message-
From: Charles Rezsonya [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 27, 2000 3:37 PM
To: Palm Developer Forum
Subject: IR printing


hello,

i'd like to know if anyone has worked with beaming a print job from a
handheld to a printer via ir port.  if so, what printers have been used, how
is a print job setup on the handheld before printing?

tia


-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/



Re: IR printing

2000-10-27 Thread Steve

SCS PrintServer is something that developers can license (or let their 
users purchase) to enable printing from a wide variety of printers, both 
IR and serial (and parallel with appropriate cabling). Developers 
information can be found at:

http://www.stevenscreek.com/palm/palmprintdev.html

Steve Patt
President, Stevens Creek Software
  http://www.stevenscreek.com/palm
  Best PQA ("ePQA"), PalmSource 99
  Best Application ("PizzaScan"), Palm Developer's Conference 1998
  First printing software for the Palm - September, 1997


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/



RE: Ir Printing

2000-08-28 Thread Richard.Johnstone

Bachmann Software has a print manager tool with it's own api for drawing
text and lines etc. It can be found at http://www.bachmannsoftware.com/
In there you can get a demo version and this has loads of sample code.
Also I don't know if you are using Palm or not but the Symbol devices have
there owm printing API as well.

-Original Message-
From: David Rutgos [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 28, 2000 3:47 PM
To: Palm Developer Forum
Subject: Ir Printing


Can anyone lead me to some information (sample code) on Ir printing from the
palm to a printer? Thanks!



-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/



Re: Ir Printing

2000-08-28 Thread Glenn Bachmann

Bachmann Software provides a complete printing engine and developers SDK
for Palm OS. We also offer PrintBoy! 2.0, as well as software development
services for Palm and wireless applications. 

Visit us on the web at http://www.bachmannsoftware.com.

Best regards,
Glenn Bachmann
President 
Bachmann Software
(973) 729 9427


At 02:46 PM 8/28/00 -0500, you wrote:
Can anyone lead me to some information (sample code) on Ir printing from the
palm to a printer? Thanks!



-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
 
Glenn Bachmann
Bachmann Software and Services, LLC
http://www.bachmannsoftware.com
Software for Handheld  Wireless Computing, Windows and the Internet
Authors of "Palm Programming", published by Macmillan/Sams, and home of
Bachmann Print Manager, the only graphical printing solution for the Palm
Computing Platform

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/



Re: Ir Printing

2000-08-28 Thread David Rutgos

Thanks! I'll check it out right away!
Richard.Johnstone [EMAIL PROTECTED] wrote in message
news:22484@palm-dev-forum...

 Bachmann Software has a print manager tool with it's own api for drawing
 text and lines etc. It can be found at http://www.bachmannsoftware.com/
 In there you can get a demo version and this has loads of sample code.
 Also I don't know if you are using Palm or not but the Symbol devices have
 there owm printing API as well.

 -Original Message-
 From: David Rutgos [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 28, 2000 3:47 PM
 To: Palm Developer Forum
 Subject: Ir Printing


 Can anyone lead me to some information (sample code) on Ir printing from
the
 palm to a printer? Thanks!



 --
 For information on using the Palm Developer Forums, or to unsubscribe,
 please see http://www.palmos.com/dev/tech/support/forums/





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/



Re: Ir Printing

2000-08-28 Thread Steve

Can anyone lead me to some information (sample code) on Ir printing from the
palm to a printer? Thanks!

Stevens Creek Software licenses PalmPrint and its "lite" relative SCS 
Print Server to developers for supporting printing (via IR and serial) 
from third party applications; complete details on the programming can be 
found at http://www.stevenscreek.com/palm/palmprintdev.html

Steve Patt
President, Stevens Creek Software
  http://www.stevenscreek.com/palm
  Best PQA ("ePQA"), PalmSource 99
  Best Application ("PizzaScan"), Palm Developer's Conference 1998
  First printing software for the Palm - September, 1997

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/