Another comm-dev-forum question... > 1. Do I need to call EvtGetEvent regularly to make IR communications > reliable?
As John Schettino wrote, yes! > 2. Is there a function other than EvtGetEvent that I can use to give time to > the IR media? If you can get away with it, put up a progress dialog. That'll simplify your life considerably. Otherwise, you've got to let your main event loop keep running while you're doing IR. This is harder, but certainly possible. > 3. For debugging purposes, I print messages to a form. It seems that the > Kyocera communication is slightly more reliable if I disable the print > statements. I don't have any specifics, but IrDA is definitely timing sensitive. - Danny -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
