Home | History | Annotate | Download | only in urlhandler

Lines Matching refs:port

3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
6 # This module implements a special URL handler that uses the port listing to
18 """Just inherit the native Serial port implementation and patch the open function."""
21 """translate port name before storing it"""
28 """extract host and port from an URL string"""
31 for port, desc, hwid in serial.tools.list_ports.grep(url):
32 return port
37 port = property(serial.Serial.getPort, setPort, doc="Port setting")
43 s.port = 'hwgrep://ttyS0'