Arduino Forum
Char substring, not String substring
Projects
Programming
UKHeliBob
March 14, 2024, 11:23am
3
If you just want to print part of a string consider this
Serial.write(myChar + 4, 2);
show post in topic
Related topics
Topic
Replies
Views
Activity
[SOLVED]Printing a portion of a char string.
Programming
10
22561
May 5, 2021
Prendere una substring da un char array
Software
6
3176
May 7, 2021
[programmazione] substring
Italiano
6
3785
May 6, 2021
copy a substring ?
Frequently-Asked Questions
2
3983
May 6, 2021
How to make a function to return part of a char array [SOLVED]
Programming
15
18397
May 5, 2021