Raw IR and the Zire 72

2004-07-15 Thread jhillman1
I have several applications that open the serial port in the IR mode that run great on the M500 series but fail on the new Zire 72. Any thoughts? Jesse -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Native Arm Applications

2004-08-09 Thread jhillman1
I see that NSBasic has a Native ARM runtime. What do they know that we don't know? I thought there was no way to write a completely native application on OS-5? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Native Arm Applications

2004-08-10 Thread jhillman1
The Callback through the 68K PACE is to slow. I have to send 1 char, turn the port around, then receive the data. The code works fine on the M500 family. How big is the IR receive buffer? Can the hardware receive data before the port is turned around? My problem centers around the ability to s

Re: Native Arm Applications

2004-08-10 Thread jhillman1
I am testing on a pair of ZIRE 72's. The reason I assumed a speed issue is that the target device responds with an ACK very fast. I set up another target device with a delay before it sends the ACK and I was able to get the ACK and continue to the point where a six byte command is sent to the targ

serReceiveWindowOpen

2004-08-13 Thread jhillman1
Richard Rhode of Palm support suggested I look at sample code using the serReceiveWindowOpen. Below is a fragment of his message asking me to try the code and where is it located. I cannot find any sample code at the Plugged In web site. Does anyone know about sample code using serReceiveWindo