I need to establish a Raw IR comm connection with an external device.  Has
anyone ever done it?  Using the Serial Manager Commands in the usual way
doesn't seem to work...

// Open the port for 'raw' IR.
portID = SrmOpen(serPortIrPort, 9600, &portID);
// Set the Ir enable bit.
SrmControl(portID, srmCtlIrDAEnable, NULL, 0);
// Send a test message.
SrmSend(portID, TestMsg, BytesToSend, Error);
// Close the port.
SrmClose(portID);

Nothing comes out of the ir port.  Has anyone else experianced this
problem???

Jeff




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

Reply via email to