Brad, thanx for the answer. Got a followup question... > > My question is: Does anyone know if the SysNotifyBroadcastFromInterrupt() is > > supported in OS 5.2? > It is not supported in any 5.x release. > > > > > Also can someone confirm that the interrupt-driven wakeup handler is fully > > functional in OS 5.2 as claimed in the FAQ. > It works on the device, but you cannot test it in the simulator. The > simulator is not interrupt safe. >
So this looks like I'm not going to be able to do what I want, which is trying to port a real-time serial port service routine that runs in the background (ie, while other programs are running) to OS5.x. I'm assuming of course that I can't use SysNotifyBroadcast() from the wakeup handler or that there is another way to run my serial buffer servicing routine in near real time. Anyone have any ideas about how I could possibly do this ? (besides setting an alarm and polling the serial buffer every second - too slow!) Steve -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
