Using the .net framework with the arduino

You can not directly program an Arduino in C# or VB.NET, but you can link a .NET program with an Arduino throw the serial port.
To make it easy, you can use a dedicated library such as

1 Like