Hello, do yourself a favour and please read How to get the best out of this forum and modify your post accordingly (including code tags and necessary documentation of your ask).
are you receiving binary data? the cString won't be really nice to print when yo do
Serial.print(receivedChars);
--> print the chars 1 by 1 (but you should remember the length as 0 might be a valid input)