hello.
I have written an app (codewarrior 9.0) that communicates perfectly via IR
Raw on an Z22 but does not on a TUNGSTEN E2 (with Intel XScale ).
-----open the port---------------------------------
SrmOpen (serPortIrPort, baudrate,&refSerial);
SrmControl(refSerial,srmCtlIrDAEnable,0,0);
------To send data----------------------------------
SrmControl(refSerial,srmCtlRxDisable,NULL,NULL);
SrmSend(refSerial, buffer, tamano,&v_error);
----------------------------------------------------------------
-----To receive data-------------------------------------
SrmControl(refSerial,srmCtlRxEnable,NULL,NULL);
SrmReceive(refSerial, rcvDataP, maxRcvBlkSize, waitTime, &error);
----------------------------------------------------------------
Does anyone know anything about this?
thanks
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/