Char substring, not String substring

If you just want to print part of a string consider this

    Serial.write(myChar + 4, 2);