using System; using System.IO.Ports; using System.Windows.Forms; namespace ArduinoControl { public partial class Form1 : Form { SerialPort serialPort = new SerialPort ...
This is a console app written in C# to connect your own Arduino to a MySQL database (local). With this console app, you can get the readings from the Arduino to the DB by using the serial port, so ...