| Harry_Mitkov FabulaTech Forum Full Member
 
    
 
   
 
     Gender:
  Posts: 136 
 | 
              
                |  | Re: Connection of Virtual Serial Port with VB.NET Reply #1 on: Nov 23rd, 2010, 4:44am
 |  Quote  Modify |  The port is supposed to close after you close the application that had created this port.
 The Port can remain after closing the application that had created it in case when another application had opened this port.
 In this case the port will exist until the application that opened it closes this port.
 In order to keep port after closing the application that had created it you can change the .net property “permanent”  from "false" to “true”
 |