Hello everyone, I'm working on a virtual driver for the palm, I just
have a few questions

        I am using the SysNotifyBroadcastDeferred function to notify myself
that I need to send some data to the modem.  I do this to avoid problems
with sending outgoing data from withing the hardware interrupt serial
receive function.  However, it appears that the broadcast does not get a
chance to run because the applications are not always sitting in an
event loop (the broadcast occurs in the EvtGetEvent function).  This
means that I believe I have to send the response from the hardware
interrupt function - I'm sure this must be the case because I know that
there are already devices which use the same protocol as our device.  Do
you know how I can send data from within the incoming data hardware
interrupt handler?

        The other point is having control of the timeout in the applications
that use the Net library or the INet library.  Most of the applications
that I have tried on the palm will timeout DNS queries too early for the
network we use.  It seems crazy if the virtual driver does not have
control of this timeout period.  Is there a way that the driver can try
to control the timeout?

--
Craig Jeffree                                   [EMAIL PROTECTED]
dotWAP.com Inc.                                   http://www.dotwap.com/
Melbourne, Australia

-- 
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