SyntaxFix
Write A Post
Hire A Developer
Questions
May you should try creating a temp string object and then add to existing item string. Something like this.
for(int k=0; k<bufferPos; k++){ item += String(buffer[k]); }