Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
my_ip[4]={192,168,4,1};
int x;
for ( x=0; x<sizeof(my_ip); x++ ) {
UART1_Write(my_ip[x]);
}
i have mentioned that "i'm using at89s52 microcontroller " otherwise you gave me soultion for mikroC?