Controlling the RTS and DTR pins of Serial Port in Linux using C/C++
Welcome to the second part of the tutorial on how to configure the Serial Port on Linux. In this section we will learn to control the RTS and DTR pins of the Serial Port using ioctl() system call.
Tags
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 .
Building a Analog Meter Gauge GUI using Tkinter and ttkbootstrap library
Creating GUI Tables in tkinter using Tableview Class from ttkbootstrap Library

In this Python tutorial, We will learn how to create a table widget for displaying tabular data using Tkinter and ttkbootstrap GUI Library.
Tags
Displaying SQLite table data on a WinForms GUI Application using C#
In this tutorial we will learn how to integrate the SQLite database into a WinForms application using C# language on the .NET platform.
The Winforms application shown below can open a connection to a SQLite database and display the contents of the database table on a Form using DataGridView control.
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.
Learn to use C# to connect with SQLite database for Beginners on .NET Platform

In this tutorial, We will learn to connect with a Sqlite (sqlite3) database using C# on the .NET platform across multiple platforms like Windows, Linux and macOS.
Simple Introduction on Creating ,Reading and Writing data in CSV format file using C#

In this tutorial,
Beginning .NET Platform software development using .NET SDK CLI tools
In this tutorial,
We will learn how to create a console, WinForm or WPF project ,compile ,run and publish the project as a single standalone executable for various platforms like Linux, Windows or macOS using the command line tools provided by the .NET SDK.
