Re: receiving data proble,



You need to put sniffers on both side to check if all data went from server
( device ) and if data come to PC ( client ).
On PC side you can use netmon/ethereal/winpcap.... sniffers. Due to the OS,
your device use, check which sniffer you can install there
Arkady

"Muhammad Azeem Azam" <MuhammadAzeemAzam@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:EEB7E1ED-85AB-408D-9E6D-DBE876295412@xxxxxxxxxxxxxxxx
Hello


But i have to receive 131072 Bytes of data (ie i am using 2Dimensional
array
at micrcontroller side , 128KB Data ,
char array[1024][128] accessing memory )
My client succeed to receive 512 byte but not 513.
is that problem of my client or microcotroller, that is my server

Thanks
Bye


"Arkady Frenkel" wrote:

Do you mean that your device succeed to send 512 byte but not 513 ...
just
a hint
Arkady

"Muhammad Azeem Azam" <MuhammadAzeemAzam@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
in
message news:4AA24198-197D-40D0-9A7D-3108392F12EA@xxxxxxxxxxxxxxxx
I have to receive 2D array from microcontroller.
char mvar[1024][128]; { i.e 1024*128 BYTES}
But in the above case my application hangs.

I am able to receive char mvar[4][128];
but also not
char mvar[5][128];

does any one has some idea

Thanks in Advance
Bye





.