Okay, I have a serial port that I am using in a thread to send / receive / display data automatically. Now I am trying to send a different set of data on command but I am getting an exception access to port is denied.

I am sure the thread is using the port and that is not allowing me to access it when the user needs it. Does anyone know of anyways to get around this?