>From what I understand, in OS 3.3 there is a bug in the emulation of the
old serial library.  For OS 3.3 only, you should NOT close the serial
library if you got an error opening it (in older versions of the OS, you
actually should close the library if there was an error opening).

Does that solve your problem?

---

--On Wed, Oct 20, 1999 10:59 AM -0400 Jeremy Radlow <[EMAIL PROTECTED]>
wrote:

> I have a bit of code which works under PalmOS versions earlier than 3.3,
> but doesn't under 3.3:
> 
>     if (ref_num) {
>        SerClearErr(ref_num);
>        SerClose(ref_num);
>     }
> 
> What's changed?
> 
> - Jeremy
> 




Reply via email to