please help try to receive data from arduino with visual C# communication

filk:
use Serial.write writeln print, and println functions depending on the data your outputting on the arduino

to catch it with .net you will need to create a on serial recieved event to trigger your code to use serialobject.ReadLine() function to capture the sent data..

how i can trigger ? sorry i'm newbie.