Dear All,

The code below is the one I used to use to control the
RTS signal of the serial port, and worked fine on Palm
OS 4.0, 4,1.

#define setRTS ( srmSettingsFlagBitsPerChar8 |  \
                srmSettingsFlagStopBits1     |  \
                srmSettingsFlagRTSAutoM )
        
#define clearRTS ( srmSettingsFlagBitsPerChar8  | \
                   srmSettingsFlagStopBits1     | \
                   srmSettingsFlagRTSInactive)  
.
.
.
setflags = clearRTS;

err =   SrmControl(refNum, srmCtlSetFlags, &setflags,
&sizeF);
.
.
But on the Tungsten device this is not working, I can
not get control over the RTS signal. On Palm OS 3.3
and 3.5 I worked directly with the registers of the
Dragonball. 
Conclusion: Do anyone know of a workaround to control
the RTS signal on Palm with ARM processor? Or, Do
anyone know how to access directly the registers of
the ARM processor?  

Thank you,

Marcelo





__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

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

Reply via email to