Skip to main content

Simple Serial - C#, WinForms based Serial Port Communication Program

Simple Serial is a WinForms based GUI Serial Port  Program for embedded Developers written in C# for interacting with external devices like Arduino or Microcontroller boards like Raspberry Pi.

Simple Serial program uses WinForms for creating its GUI elements and run on Windows 10 or Windows 11 using the .NET Platform.

 

Controlling AC Electrical devices from PC using USB Port and Python

Controlling AC electrical devices from a PC using the USB port and Python involves interfacing with external hardware capable of switching AC power, such as relays, and using Python to send commands to the hardware over USB. Here's a general overview of how you can accomplish this:

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.