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.

 

Displaying SQLite table data on a WinForm 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. In the previous tutorial we learned how to connect to SQLite database from command line using C# and perform database operations like read, write ,update etc.