c# timers

Forum discussion tagged with c# timers.
  1. T

    c# multithreading problem

    I'm having a problem with a C# program built with Visual Studio 2015 running on Windows 10. The program sends a message (a poll) on a serial port at 38400 baud to a device that replies with its status within 15 milliseconds. I have a timer to check for no response timerAckTimeOut = new...