The software im currently working on sometimes hangs when I close the serial port. Its intermittent and works fine 90% of the time but I clearly have an issue. When I ctl+Alt+Break it shows that its waiting on serial.Close().
I have lots a data coming in and out on the serial port which is being invoked to a number of forms so is this a threading issue?