Does it make any difference if you change the C# open command like this? Just in case C# / PC default values are different from Arduino.
SerialPort serial = new SerialPort("COM4", 9600, Parity.None, 8, StopBits.One);
Does it make any difference if you change the C# open command like this? Just in case C# / PC default values are different from Arduino.
SerialPort serial = new SerialPort("COM4", 9600, Parity.None, 8, StopBits.One);