Receive and send data from arduino to c# and vice versa
问题 first of all I started using c# yesterday morning so I apologize for potential numb questions. So far I wrote the following code. I'm able to send data from c# to arduino which seems to be working fine. Now i would like to receive data from arduino, through serial.print, at the same time and display it in a box (ListBox?). How could add this to the code? I would be thankful for any input, tips and ideas. namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() {