Posts by Renato Ianhez • 31 points
2 posts
-
2
votes1
answer34
viewsA: Why does Arduino stop sending data?
I think I was able to solve the problem, maybe not in an elegant way, but it worked out well. Look what I did: I put a while (serialPort1.BytesToRead > 0) to force the application to read the…
-
-1
votes1
answer34
viewsQ: Why does Arduino stop sending data?
The application (C# .Net Framework 4.7.2 in Visual Studio 2019) I’m doing sends a command to Arduino via serial and Arduino sends 'n' sensor data. However, the first time I run the program, nothing…