RS232 Serial Communication between 8051 MCU and PC
RS485 Communication between 8051 MCU and x86 (Windows/Linux ) PC
Here we will be using the 8051/8052 variant W78E052DDG from Nuvoton for our Experiments. We have an 8051 development board with ADC,7Segment Display, High Current Drivers here for you to try it out .
Configure & Program 8051 UART for Serial Communication in embedded C (Kiel &SDCC)
Tags
Serial Port Programming Tutorial using Win32 API on x86_64 Systems

This tutorial teaches you to program your Windows PC's Serial Port (aka COM Port) to communicate with an external peripheral like data acquisition boards, USB GPIO Boards, Relay boards, embedded computers like Arduino
Controlling DTR and RTS pins of Serial Port using Win32 API and C/C++
In the previous tutorial we learned about communicating with the serial port (reading and writing) using Win 32 API.
In this tutorial,
we will look into another function that will let us control two more pins, RTS and DTR.
Unlike RXD and TXD pins that are used for sending and receiving data,
Native Serial Port Programming on Linux (Unix) system using C and termios API

In this tutorial, You will learn How to program the Serial Ports of your Linux System using C Language and the native termios API .
SerialPort Communication Example between Arduino and Windows PC using C#

In this tutorial, you will learn to program the Serial Port (USB Virtual COM port) of a Windows PC using C# (Csharp) on the .NET platform.
Serial Port Communication between PC and Arduino using Visual Basic.Net for Beginners
Cross Platform serial communication using Python (PySerial) and Arduino

Tutorial on How to connect an Arduino or Microcontroller like AVR ATmega328P,MSP430 ,PIC with a Windows/Linux PC using serial port (ViCP) and talking with it using Python and pySerial library.


