Hello.
I'm using this code to open the serial library and after with the SrmControl send for th IrDA in palm Vx works fine but with the Zire 21 doesnt work. why ?
v_error = SysLibFind("Serial Library", &refSerial);
if (v_error){
ErrDisplay("Error al intentar abrir la libreria de comunicaciones");
return v_error;
}
SrmOpen (0x8000, baudrate,&refSerial);
SrmControl(refSerial,srmCtlIrDAEnable,0,0);
thanks......
_________________________________________________________________ MSN Latino: el sitio MSN para los hispanos en EE.UU. http://latino.msn.com/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
