RE: IR and serial ports

2004-08-06 Thread Martin Bruner
Shouldn't there be a SrmOpen(serPortIrPort,1200,&PortID) somewhere? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Danielle O'Hallisey Sent: Friday, August 06, 2004 7:12 PM To: Palm Developer Forum Subject: IR and serial ports I have written some code to t

RE: IR and serial ports

2004-08-07 Thread Danielle O'Hallisey
>"Martin Bruner" wrote: >Shouldn't there be a SrmOpen(serPortIrPort,1200,&PortID) somewhere? You got me thinking and I realized that I had used POL to initialize the object, but standard C to close it. So I did the following test to check (once again) programmatically whether or not this approach

Re: IR and serial ports

2004-08-07 Thread Frank Ableson
- Original Message - From: "Danielle O'Hallisey" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, August 07, 2004 6:21 PM Subject: RE: IR and serial ports > >"Martin Bruner" wrote: > >Shouldn'

RE: IR and serial ports

2004-08-07 Thread Danielle O'Hallisey
It looks as if the right approach to using the IR port as a lower-level serial port is going to need to implement the IR library, which lists the functions riding beneath the Exchange Manager. Does anyone have any sample code that might show a straightforward process of sending and listening for r