Arduino Forum
Convert int to char
Projects
Programming
RayLivingston
February 3, 2015, 3:27pm
2
int x = 97;
char y = x;
It's just numbers. There is no "conversion" needed.
Regards,
Ray L.
show post in topic
Related topics
Topic
Replies
Views
Activity
how to convert a int to a char ?
Programming
6
803
May 6, 2021
Convert an int to it's chars w/o using String object?
Programming
6
136
June 9, 2025
Help appending ascii value to char string
Programming
7
106
January 12, 2026
toInt() how do i convert char to int
Programming
6
30444
October 12, 2021
convert char into int
Programming
8
5870
May 6, 2021