I'm currently testing with NUnit v2.5.10 a communication class on serial port. Each test that uses the "Write" method fails in running mode but pass in debugging. The test fails because the method write on ComPort only a portion of buffer.
How can I fix this behaviour? Any help will be welcome. Thank you in advance.
Alex