Arduino Forum
unexpected itoa() behavior
Projects
Programming
el_supremo
October 29, 2012, 11:28pm
2
Try replacing this:
Serial.write(mystr);
with this:
Serial.write(x);
Pete
show post in topic
Related topics
Topic
Replies
Views
Activity
int = char
Development
13
4066
May 6, 2021
itoa()
Programming
8
41245
May 5, 2021
Cannot convert serial input from int to ASCII using atoi function
Programming
14
9292
May 5, 2021
Problem whit itoa - conversion integer to string
Programming
3
2916
May 5, 2021
weird issue with itoa
Programming
8
3154
May 5, 2021