using System; using System.IO.Ports; using System.Windows.Forms; namespace ArduinoControl { public partial class Form1 : Form { SerialPort serialPort = new SerialPort ...
This library allows for a "shared-memory-like" communication between Arduino and unity using Serial communication. The main idea is that we have 128 float and 128 channels that communicate values ...