Hello,
I am using an instance of the SerialPort class in .Net 2.0.
I have noticed that on opening the SerialPort, a new Thread is created in priority Normal. I thought that maybe if I change its priority to highest, it might solve my problem, but I do not know how to do it.
Regards,
David