.NET Serial Port Programming on Linux using C#
In this tutorial, We will learn to communicate with an Arduino board connected to a Linux PC (Ubuntu, Linux Mint, Fedora etc.) serial port using C# and .NET Platform.
With the release of the opensource .NET Platform by Microsoft, it becomes possible to run .NET programs on other operating systems like Linux and macOS. Earlier similar capability was provided by the Mono Platform.
- Read more about .NET Serial Port Programming on Linux using C#
- Log in to post comments
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.
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.
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.