I'm still having a few problems though.
The output to "buff" is:
<error>,xxxxxx,xxxxxx,xxxxxx,xxxxxx,xxxxxx,xxxxxx<cr><lf>
Now, what I'm trying to do is the store each of the "chunks" of data between the commas into separate chars. However, using the code above,
buff[i+2];
does not seem to...