user57274
1
Q:

arduino ip to string

//IP addresses are stored as an array, you can just say

IPAddress my_IPAddress(162.198.2.3);
Serial.println(my_IPAddress[1]);

//Output
--------------------------------------------------------
 > 198
1

Tags

New to Communities?

Join the community