Hi Kapil,
Your error "Application has written into Low Memory" , occurs in
case of mismanaged pointers(trying to write more than allocated space
or unallocated space).
One probable reason might be desired number of bytes(resbytes)
must be less than the current receive queue size(default 512k) when
you are calling the function
SerReceiveWait (UInt refNum, ULong resbytes, Long timeout)
Your code segment is needed to find the actual reason.
Thanks,
Manikumar K
--------------------------------------------------------------------
Developers' Nation
You've got the questions; we've got the answers.
Visit Us At :http://www.devnation.net for Palm Developer Support
--------------------------------------------------------------------
--- In [EMAIL PROTECTED], "Kapil Konde" <[EMAIL PROTECTED]> wrote:
> Hi All,
> I am creating an application for PalmOs3.5 in C++. I am
opening the serial
> port and then calling the SerReceiveWait function to wait for bytes
arrive
> on serial port. When I debug the application the port is
successfully opened
> but for SerReceiveWait function it gives me error Application has
written
> into Low Memory. Is this problem because I am using serial manager
function
> calls and not the new serial library functions. Or I have to do
anything
> else for it to work.
>
> Thanks in advance,
> Kapil.
>
>
> --
> 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/