It would seem so!  :)

I think I learned about serial comm from the serial section of Palm
Programming:  The Developer's Guide,
http://www.palmos.com/dev/tech/docs/devguide/ch09.htm#P32_1204

Basically, give a timeout to EvtWaitEvent() and when handling nilEvent call
SerReceiveCheck() to see if any bytes are waiting.  If they are, read 'em.
Otherwise, do nothing.  Adapt & vary for two-way protocols and such.

email me if you need more help.

Jeff

> -----Original Message-----
> From: Patrick Ouellet [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 30, 2000 8:19 AM
> To:   Palm Developer Forum
> Subject:      Re: Serial management
> 
> I don't even have a nilEvent handler ....
> 
> Is there something I missed when I made my apps ??
> 
> "Fitzsimons, Jeff" wrote:
> 
> > Are you doing all of your serial processing in your nilEvent handler?
> >
> > Jeff
> >
> > > -----Original Message-----
> > > From: Patrick Ouellet [SMTP:[EMAIL PROTECTED]]
> > > Sent: Tuesday, October 24, 2000 10:31 AM
> > > To:   Palm Developer Forum
> > > Subject:      Serial management
> > >
> > > Ok... I made myself an apps that communicate via modem with a computer
> > > but I would like to add a cancel button so that I can cancel
> > > a connection....
> > >
> > > ( I mean if someone click connect then the modem dial the number...
> > > but I would like to stop it how can I do )
> > >
> > > Just like you can do with the modem sync.
> > >
> > > --
> > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > > Patrick Ouellet - Programmeur
> > > [EMAIL PROTECTED]
> > > Recherche & Devloppement
> > > Les Entreprise Microtec inc.
> > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > >
> > >
> > >
> > > --
> > > For information on using the Palm Developer Forums, or to unsubscribe,
> > > please see http://www.palmos.com/dev/tech/support/forums/
> 
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Patrick Ouellet - Programmeur
> [EMAIL PROTECTED]
> Recherche & Devloppement
> Les Entreprise Microtec inc.
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe,
> please see http://www.palmos.com/dev/tech/support/forums/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to