Hello,
i have written a simple code and built a corresponding GUI for serial communication between the PC COM port and my sensor.
The program is in C#, i'm using VS 2008.
In my form window, only when i click the read button( a button which corresponds to reading data at the port) the data is displayed.
I would like to eliminate the use of this button and obtain real time data.
please suggest some logic or codes that would help me accomplish this.
Thanks!
i have written a simple code and built a corresponding GUI for serial communication between the PC COM port and my sensor.
The program is in C#, i'm using VS 2008.
In my form window, only when i click the read button( a button which corresponds to reading data at the port) the data is displayed.
I would like to eliminate the use of this button and obtain real time data.
please suggest some logic or codes that would help me accomplish this.
Thanks!