Serial Port Timeout exception

saba

Member
Joined
Jun 5, 2021
Messages
6
Programming Experience
1-3
Im using serial port data read , whenever i send data from C# api c# api ,i havent received any error , if i send a data from temperature controller or Realterm ,i getting the timeout error .

I use Readline

textBoxReceive.Text += serialPort.ReadLine();

textBoxReceive.Text += string.Format("{0}\r\n", dateTimeNow);


And error Is "the function evaluates all threads to run "
 
Last edited:
Back
Top Bottom