Skip to main content

Native Serial Port Programming on Linux (Unix) system using C and terminos API

 Submitted by Rahul.Sreedharan on 7 June 2015 - 11:17am

tutorial on programming the serial port on linux distros like ubuntu,fedora ,mint linux,debian

Hello Folks,

This is a tutorial on how to program the Serial Ports on your Linux box.Serial Ports are nice little interfaces on the PC which helps you to interface your embedded system projects using a minimum number of wires.In this tutorial we will write a small program that will send and receive ASCII characters to a microcontroller development board.

Cross platform Serial Programming using C# and Arduino on Linux and Windows

Submitted by Rahul.Sreedharan on 29 December 2020 - 5:30am
serial programming tutorial on windows /linux using CSharp (C#) and dot net framework and net core

In this tutorial we are going to learn How to program the serial port on a Windows/Linux PC using C# .

The main goals of the tutorial are

Serial Port Programming using Visual Basic.Net and Arduino for Beginners

serial port programming using Visual basic and dot net framework tutorial 
 

Hello folks,

Visual Basic.net is an easy to learn language from Microsoft for the windows platform. One of the cool features of Visual Basic.net is the ability to whip up good looking GUI components with a few lines of code.