joe_pool_is
Well-known member
I have a program that is monitoring remote systems via the COM Port using Microsofts Rs232.vb class.
Currently, my program feels like it is moving through thick tar: It is very slow. The system seems to freeze between timer tick events.
Does anyone know what might be causing the program to run so slow? Is there a way to make the timer and serial port "do their thing" in the background while the rest of the program is running?
Currently, my program feels like it is moving through thick tar: It is very slow. The system seems to freeze between timer tick events.
Does anyone know what might be causing the program to run so slow? Is there a way to make the timer and serial port "do their thing" in the background while the rest of the program is running?