Serial Input Basics

strtok returns a pointer to a character array, not an index.

char *s = strtok(receivedBytes,",");
Serial.println(s);

Regards,
Ray L.