I have Ethernet W5100 with uSD-Card port. I want to create a file.txt inside SD, and I want his name have to be a char array. ¿Can I do this? I don't know what to do in this code line to change the word example for the array code[] and get in this case "11010114416886.txt"
I don't know what to do in this code line to change the word example for the array code[] and get in this case "11010114416886.txt"
You have an array of values. That the array type is char is not really relevant. You need to convert each value to a string, and append that value to a complete name.