HI
I need a simple bit of code that will read data at the serial port SerialPort1
and store it in a variable then show it in a RichTextBox in real time.
It will be called as a function "read_data", so I will use a button send data to the com port
(that is working) then read the com port incoming data, save as a string variable and show it in a richtextbox in realtime.
I have tried a lot of code examples but nothing seems to work and its very frustrating
Does anyone have a bit of code that works, I cant belive that there is not a way to do this but I cant seem to find it.
Help Help
Thanks
Gord
I need a simple bit of code that will read data at the serial port SerialPort1
and store it in a variable then show it in a RichTextBox in real time.
It will be called as a function "read_data", so I will use a button send data to the com port
(that is working) then read the com port incoming data, save as a string variable and show it in a richtextbox in realtime.
I have tried a lot of code examples but nothing seems to work and its very frustrating
Does anyone have a bit of code that works, I cant belive that there is not a way to do this but I cant seem to find it.
Help Help
Thanks
Gord