Arduino Forum
More SPRINTF woes! [solved]
Projects
Programming
MarkT
October 19, 2012, 9:09pm
2
You need to tell sprintf if a variable is long.
const char *mask = "Value is 0x%08lX\r\n";
show post in topic
Related topics
Topic
Replies
Views
Activity
Formatted printing problem - again.......
Programming
7
1393
May 5, 2021
Sprintf convert fail to convert 4bytes into hex
Programming
3
1960
May 5, 2021
sprintf() zero padding with byte issue
Syntax & Programs
17
23239
May 6, 2021
Problem with sprinf
Programming
3
562
May 6, 2021
Problems with <stdio.h> and sprintf for floats
Syntax & Programs
13
21942
May 6, 2021