Thanks for you response.

I'd like to make my question more specific now....

I have a program which communicates with my SH888 using:

                    // Find serial library
                    result = SysLibFind( "Serial Library", &serialrefnum );

                    // Open serial port
                    result = SerOpen( serialrefnum, 0, 38400L );

                            // Flush receive buffer
                            SerReceiveFlush( serialrefnum, 0);

                            // Send command
                            sent = SerSend( serialrefnum, sendstring,
                                       StrLen( sendstring ), &err);

                            // Receive response
                            rcvd = SerReceive( serialrefnum, recvstring,
sizeof(recvstring), 30, &err );

                        // Close
                        SerClose( serialrefnum );


This works well on OS 3.1 with the Enhanced IR Update.  Should this not work
with
OS 3.3 ?

Thanks again.

Dindo

Ferdinand Verdadero Perlas
Jr. Engineering Supervisor
Data Communications Department
Tsukiden Software Technologies, Inc.
mailto:[EMAIL PROTECTED]
----- Original Message -----
From: Jim Schram <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: 2000"N2O�26"� 14:39
Subject: Re: OS 3.3 and Enhanced Infrared Update's Serial Library


> At 2:21 PM +0800 2000/02/26, Ferdinand Perlas wrote:
> >Is it still necessary to install the Enhanced Infrared Update on Palms
with
> >OS3.3 ?
>
> No. Those features are built into Palm OS 3.3 and later, though OS version
3.3 may contain bugs which have since been fixed in OS 3.5. Similarly,
communications applications written for Palm OS versions prior to 3.3 may or
may not function correctly under OS 3.3 and later, depending on how strictly
they adhered to the APIs. (YMMV.)
>
> Regards,
>
> Jim Schram
> Palm Incorporated
> Partner Engineering
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to