On 05-Jul-99 Nick Palozzi wrote:
> Is any body aware of a good, IrCOMM reference document, manual, tech note,
> what ever. I would like to send a canned ASCII (STX, PAD, {MESSAGE}, PAD,
> ETX) string cross the IrDA port of the palm. I have successfully done this
> using a PC, I am currently attempting to port the app to the palm. However
> I am at a road block because I am unable to find any info on the IrDA
> libraries for the palm. Where can I go for info?
AFAIK the Palm uses IrCOMM whenever the Serial/IR panel is set to Infrared.
I think there is also a way to specify to use Infrared without the user
having to trek to the Serial/IR panel as well. I am assuming that you have
the 3Com IrDA libraries loaded, or that you have a newer device that I think
already has these built-in.
http://www.palm.com/custsupp/downloads/irenhanc.html
Here is some info that came across the list a few weeks ago:
Eric Siu <[EMAIL PROTECTED]> writes:
SerControl(SerialRef, serCtlIrDADisable, 0, 0);
this is the reverse of
SerControl( serRef, serCtlIrDAEnable, 0, 0 ).
Ade Barkah <[EMAIL PROTECTED]> writes:
Try using the SrmOpen() function from the 'New Serial Manager' if present.
Port 'ircm' is the IrCOMM virtual port. SrmOpen() returns a pointer you
pass to all the other Srm*() functions (SrmSend(), SrmReceive(), etc.)
And PPTDG has a communications section:
http://www.palm.com/devzone/docs/pptdg/ch09.htm#P32_1204
/* Chris Faherty <[EMAIL PROTECTED]>, finger for PGP */