C# can timer be used as multi-threading
Hi,
I am developing one app. which has the function of Modbus Master RTU. It needs to read the register values from slave.
So my problem is that can I use timer system.timer as the function of multi-threading?
Because I never use thread, and now I need to get my app done soon. Thanks so much !