Arduino Forum
Serial.print a character array
Projects
Programming
zhomeslice
May 20, 2018, 9:39pm
14
try typecasting it to a char
Serial.print((char)C);
z
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Printing an uint8_t Using lcd.print
Programming
5
3410
May 5, 2021
Printing: How should data types print?
Programming
13
6360
May 5, 2021
Does compiler, Serial.print() treat char and int8_t types differently?
Programming
6
1344
May 5, 2021
Writing from Serial to Char array and then Serial.print(array) not working
Programming
9
30318
May 5, 2021
char[] is initialized as long[]
Programming
13
3140
May 5, 2021