Is there a way to print spaces, CR, or LF's to the serial monitor? I think this may be the issue but I can't figure out how to print the output of str so I can see what's going on.
Serial.print("Some String: [");
Serial.print(someString);
Serial.println("]");