May 24th, 2012, 1:58am
   FabulaTech Forum
   Serial Port Solutions
   Virtual Serial Port Control
(Moderators: Alex_Webster, Serge Frost, Harry_Mitkov, Mike, Andrew, George_White)
   Connection of Virtual Serial Port with VB.NET
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Print Print
   Author  Topic: Connection of Virtual Serial Port with VB.NET  (Read 1200 times)
sweta
FabulaTech Forum Newbie
*





   
View Profile

Posts: 4
Connection of Virtual Serial Port with VB.NET
« on: Nov 23rd, 2010, 2:12am »
Quote Quote Modify Modify

I have to make an application using vb.net for creating several virtual serial port and transmitting data from one virtual serial port to other.
Currently I am able to create a new virtual serial port but once when I close the application the virtual port is deleted.
IP Logged
Harry_Mitkov
FabulaTech Forum Moderator
FabulaTech Forum Full Member
*****






   
View Profile WWW

Gender: male
Posts: 136
Re: Connection of Virtual Serial Port with VB.NET
« Reply #1 on: Nov 23rd, 2010, 4:44am »
Quote Quote Modify 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”
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Print Print

« Previous topic | Next topic »