Buffer Problem

23 Dec 2010 . Edited: 23 Dec 2010

Hi,

I am communicating with an external device and am trying to read in a packet approx. 70 bytes in length. The problem is that I can't read in more than 17 bytes.

I think this is documented already on the forum but I couldn't find a solution. The code i'm using is published here BufferTest

Is there a way to increasee the buffer size for the mbed?

Cheers,

Martin

23 Dec 2010

Try looking at MODSERIAL

23 Dec 2010

Thanks Andy, it worked a treat.