Hello, I'm trying to send "data" from Arduino to my pc using C# Windows Forms, by using a textBox. My idea is that I use a physical button (PULL-UP) that when I press it, it sends a text on the textBox, such as "You've pressed the button". I'm quite a newbie to C# and I don't really understand much on how to use it. Can someone help me out?