Embedded,C Programming,C,Linux

Thursday, February 8, 2018

#include <stdio.h>
int main()
{
printf("hello world");
}

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