"SerCtlIrDaEnable" is not supported on devices with the
DragonBall-VZ processor, which include the m500 series handhelds.
You need to use the new Serial manager to communicate with the IR port.
Here is a code snippet that should work:
SrmOpen(serPortIrPort, INITIAL_BAUD_RATE, &portID);
SrmControl( portID, srmCtlIrDAEnable, NULL, 0 );
// Continue using Srm.... calls to send and receive data
See Knowledge base article 2589 for a detailed explanation.
serCtlIrDAEnable no longer supported??
* From: Stephen Bentley (view other messages by this author
<index.html?by=Author&a=Stephen%20Bentley>)
* Date: Wed, 11 Jul 2001 12:49:19
Does anyone know why Palm OS 4.0 no longer
supports doing the following:
SerControl(serLibNum, serCtlIrDAEnable, 0, 0);
Instead of my app working as it has from 3.1-3.5,
now I get a serErrNotSupported error.
Any help is most appreciated.
Stephen Bentley
[EMAIL PROTECTED]
--
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/