C# SerialPort Sending data from thread is delayed

  • Thread starter Thread starter GiridharPragada
  • Start date Start date
G

GiridharPragada

Guest
Hi,

I have an application having 3 serialports. I have implemented the solution using Io.Ports.SerialPort class. The problem is I have to send data to the serial device in a thread. While i do the the send is delayed a lot, but the same doesn't happen when i send it on an event say I click a button and send the data.


Any help would be highly appreciated.


thanks

giridhar

Continue reading...
 
Back
Top