Embedded,C Programming,C,Linux

Sunday, May 27, 2018

Hello World

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

No comments:

Post a Comment

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...