Cellular Radio Module and Framework version 4.2

Hi Byron !
Thanks for your answer

and Happy new year to everybody !

I try with simple google request …

like this :


radioManager.Connect(@ "74.125.230.247");
//...
//...
radioManager.SendData("GET / HTTP/1.1\r\nHost: www.google.fr:80\r\nConnection: close\r\n\r\n");

and i have a lot of error like

[quote]
Failed allocation for 507 blocks, 6084 bytes

Failed allocation for 508 blocks, 6096 bytes

Failed allocation for 510 blocks, 6120 bytes

Failed allocation for 511 blocks, 6132 bytes

Failed allocation for 513 blocks, 6156 bytes

Failed allocation for 514 blocks, 6168 bytes[/quote]

is it means a lack of memory ?

Thanks