Somebody?

I'm open the port as below:

*With SerialPort1
            If .IsOpen = True Then .Close()
            .PortName = ComboBox1.SelectedItem
            .DtrEnable = True
            .RtsEnable = True
            .Open()
End With*


If need more information, just ask me!


Thks



--
View this message in context: 
http://mono.1490590.n4.nabble.com/Serial-port-PinChanged-handle-tp4663010p4663164.html
Sent from the Mono - VB mailing list archive at Nabble.com.
_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb

Reply via email to