Serial.print a character array

try typecasting it to a char

 Serial.print((char)C);

z

1 Like