Arduino Forum
Literal conversion from short or byte to char
Projects
Programming
KeithRB
April 7, 2014, 8:12pm
5
Try:
char randomVals[8];
randomVal[0] = var1;
randomVal[1] = var2;
randomVal[2] = var3;
//...
show post in topic
Related topics
Topic
Replies
Views
Activity
Char to String?!
Deutsch
5
19260
May 6, 2021
[Ask] Converting chars into byte
Syntax & Programs
3
1662
May 6, 2021
Concatenate to a char array / converting integers?
Syntax & Programs
7
7233
May 6, 2021
Test first character in serially sent string
Syntax & Programs
6
6490
May 6, 2021
Convert int to char
Programming
4
131257
May 5, 2021