COM port
Visual Basic
4
Posts
3
Posters
0
Views
1
Watching
-
Can i ask what must i enter to check if my port is open? Cause port.open = true is not able to use in this case. thanks.
what about serialport.isopen = true sorry i see someone just beet me to it
modified on Monday, May 4, 2009 4:30 AM
-
Can i ask what must i enter to check if my port is open? Cause port.open = true is not able to use in this case. thanks.
in .net its SerialPort1.IsOpen Use the IsOpen property of the serialPort object Hope this helps
-Regards Bharat Jain bharat.jain.nagpur@gmail.com
-
in .net its SerialPort1.IsOpen Use the IsOpen property of the serialPort object Hope this helps
-Regards Bharat Jain bharat.jain.nagpur@gmail.com