Process.Start() only works when line is misread
问题 I have an Arduino sending a character 'c' through COM port 3. I have a VS2013 C# console application listening on COM3 for character 'c' . The if statement when 'c' is read launches a .ahk file. The problem is that when I build and install my application on another computer the file will only be opened if the line is written incorrectly on the console. I noticed this after several attempts. So as to say, when data is received console prints a new line "data received" , and a second line with