Embedded world

Embedded,C Programming,C,Linux

Sunday, May 27, 2018

te


Hello World

#includde <stdio.h>
int main()
{
printf("Hello World");
return 0;
}


#includde <stdio.h>
int main()
{
printf("Hello World");
return 0;
}

syntax test

#includde <stdio.h>
int main()
{
printf("Hello World");
return 0;
}

Loops in C Programming


Finding COM PORT in ubuntu

 Hello ,In this post we see how to find COM port/Serial port in Ubuntu. Items Required 1.Usb to TTL cable  Step 1: Finding COM Port in Compu...