Re: Ir Printing
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/
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 ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
Re: Ir Printing
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 OS 3.5 vs. 4.0
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 OS 3.5 vs. 4.0
Steve, Just as an FYI, our PrintBoy SDK works fine on all Palm OS versions 3.0 and better (including 5.0) over IR, bluetooth, TCP/IP and serial. You may want to take a look (http://www.bachmannsoftware.com, click on the PrintBoy SDK link), we have an Oneil driver that many customers are using. Glenn > x-precedence:bulk > > Steve Branin wrote: >> 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? > > > Yep, there's a bug in the 4.0 port code whereby the IR enable flag is > dropped. Your only option is to look up the Dragonball chipset docs and > program the UART yourself (which I've tried, without success). > > Annoying. I finally just told my customer that I was not having any > success, and that 4.0 would not be supported for the time being. > > This bug only affects raw IR access. Higher level protocols work; it's > a user API bug. > > -John -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
Re: IR Printing
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
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
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
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
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/
IR Printing
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/
Ir Printing and Symbol...
>Subject: Ir Printing and Symbol... >From: Igor Mozolevsky <[EMAIL PROTECTED]> >Date: Thu, 16 Aug 2001 23:37:09 +0100 > >Apparently Symbol SDK has an example of ir printing, and I am really >struggling to find it. Can anyone point me into the right direction??? For >starters, which SDK is it, they seem to have so many!.. Load down the Symbol SDK for 1500/1700 and look through their documentation. You'll need to install two PDB files and link a fairly large LIB file to your application. It is all explained in the documentation. I find that it works very well, but I haven't figured out how to do IR printing from a shared library without access to all this stuff! Roger Stringer Marietta Systems, Inc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
RE: Ir Printing and Symbol...
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/
Ir Printing and Symbol...
Apparently Symbol SDK has an example of ir printing, and I am really struggling to find it. Can anyone point me into the right direction??? For starters, which SDK is it, they seem to have so many!.. Ta, IM :-) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
Ir Printing...
>Subject: Ir Printing... >From: Igor Mozolevsky <[EMAIL PROTECTED]> >Date: Wed, 15 Aug 2001 17:37:22 +0100 > >Hi, >Am I correct in assuming that if I wanted to print via infrared, I could >just open IrCOMM connection and squirt data thru? > Its more complex than that.If possible use an existing printer library. Actually, I'd be interested in seeing answers to this question since I need to be able to print from a shared library though the IR port without using the (excellent) printer libraries that are available. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
Re: Ir Printing...
> 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/
Ir Printing...
Hi, Am I correct in assuming that if I wanted to print via infrared, I could just open IrCOMM connection and squirt data thru? IM -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
Re: IR Printing - to Hewlett Packard IR Calculator printer.
I don't have alot of information about this particular calculator but here are a few of sites to get started: http://www.hpcalc.org/ http://bodotill.suburbia.com.au/ir_ping/ir_ping.html http://www.irda.org http://www.palmos.com/dev/tech/docs/palmos/Beaming.html#924904 > >I have an application that I want to be able to print to an HP >Calulator printer (like the 82240A). This is the small IR printer >use for HP calculators like the 48G and GX or the HP 41 series. > >Anyone have an idea where I can get info on using the IR port to >print to IR printers? I sure need help with this problem. > >Thanks > >Mike > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
IR Printing - to Hewlett Packard IR Calculator printer.
I have an application that I want to be able to print to an HP Calulator printer (like the 82240A). This is the small IR printer use for HP calculators like the 48G and GX or the HP 41 series. Anyone have an idea where I can get info on using the IR port to print to IR printers? I sure need help with this problem. Thanks Mike -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
Re: IR printing
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
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/
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/
Re: Ir Printing
>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/
Re: Ir Printing
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
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
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/
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/