Searched refs:Serial (Results 1 - 20 of 20) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
H A Dprotocol_rfc2217.py3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
11 from serial.rfc2217 import Serial namespace
H A Dprotocol_hwgrep.py3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
17 class Serial(serial.Serial): class in inherits:serial.Serial
18 """Just inherit the native Serial port implementation and patch the open function."""
23 serial.Serial.setPort(self, self.fromURL(value))
25 serial.Serial.setPort(self, value)
37 port = property(serial.Serial.getPort, setPort, doc="Port setting")
41 #~ s = Serial('hwgrep://ttyS0')
42 s = Serial(None)
H A Dprotocol_loop.py3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
33 """Serial port implementation that simulates a loop back connection in plain software."""
239 # assemble Serial class with the platform specific implementation and the base
246 class Serial(LoopbackSerial, FileLike): class in inherits:LoopbackSerial, FileLike
250 class Serial(LoopbackSerial, io.RawIOBase): class in inherits:LoopbackSerial, io.RawIOBase
257 s = Serial('loop://')
H A Dprotocol_socket.py3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
36 """Serial port implementation for plain sockets."""
248 # assemble Serial class with the platform specific implementation and the base
255 class Serial(SocketSerial, FileLike): class in inherits:SocketSerial, FileLike
259 class Serial(SocketSerial, io.RawIOBase): class in inherits:SocketSerial, io.RawIOBase
266 s = Serial('socket://localhost:7000')
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A D__init__.py34 Get an instance of the Serial class, depending on port/url. The port is not
47 # check remove extra parameter to not confuse the Serial class
51 klass = Serial # 'native' implementation
68 klass = sys.modules[module_name].Serial
73 klass = Serial # 'native' implementation
H A Dserialcli.py2 # Python Serial Port Extension for Win32, Linux, BSD, Jython and .NET/Mono
27 """Serial port implementation for .NET/Mono."""
241 # assemble Serial class with the platform specific implementation and the base
248 class Serial(IronSerial, FileLike): class in inherits:IronSerial, FileLike
252 class Serial(IronSerial, io.RawIOBase): class in inherits:IronSerial, io.RawIOBase
260 s = Serial(0)
263 s = Serial()
H A Dsermsdos.py66 class Serial(serialutil.FileLike): class in inherits:serialutil.FileLike
194 return string.join(( "<Serial>: ", self.portstr
199 s = Serial(0)
H A Dserialjava.py3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
53 """Serial port class, implemented with Java Communications API and
228 # assemble Serial class with the platform specific implementation and the base
235 class Serial(JavaSerial, FileLike): class in inherits:JavaSerial, FileLike
239 class Serial(JavaSerial, io.RawIOBase): class in inherits:JavaSerial, io.RawIOBase
244 s = Serial(0,
H A Dserialwin32.py2 # Python Serial Port Extension for Win32, Linux, BSD, Jython
23 """Serial port implementation for Win32 based on ctypes."""
432 # assemble Serial class with the platform specific implementation and the base
439 class Serial(Win32Serial, FileLike): class in inherits:Win32Serial, FileLike
443 class Serial(Win32Serial, io.RawIOBase): class in inherits:Win32Serial, io.RawIOBase
449 s = Serial(0)
452 s = Serial()
H A Dserialposix.py3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
275 """Serial port class POSIX implementation. Serial port configuration is
641 # assemble Serial class with the platform specifc implementation and the base
648 class Serial(PosixSerial, FileLike): class in inherits:PosixSerial, FileLike
652 class Serial(PosixSerial, io.RawIOBase): class in inherits:PosixSerial, io.RawIOBase
655 class PosixPollSerial(Serial):
686 s = Serial(0,
H A Drfc2217.py3 # Python Serial Port Extension for Win32, Linux, BSD, Jython
363 """Serial port implementation for RFC 2217 remote serial ports."""
884 # assemble Serial class with the platform specific implementation and the base
891 class Serial(RFC2217Serial, FileLike): class in class:RFC2217Serial
895 class Serial(RFC2217Serial, io.RawIOBase): class in inherits:RFC2217Serial, io.RawIOBase
1311 s = Serial('rfc2217://localhost:7000', 115200)
/external/devlib/devlib/utils/
H A Dserial_port.py48 conn = serial.Serial(*args, **kwargs)
95 All arguments are passed into the __init__ of serial.Serial. See
98 http://pyserial.sourceforge.net/pyserial_api.html#serial.Serial
/external/walt/arduino/walt/
H A Dwalt.ino144 Serial.write(send_buffer.c_str(), send_buffer.length());
145 Serial.send_now();
217 Serial.begin(115200);
451 if (Serial.available()) {
452 char cmd = Serial.read();
/external/autotest/client/common_lib/
H A Dpowerplay_util.py64 self.ser = serial.Serial(device_link, 115200)
/external/autotest/client/cros/i2c/
H A Dusb_to_i2c.py111 self.serial = serial.Serial(port=self.device_path,
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
H A Dminiterm.py174 # Serial class directly then.
175 self.serial = serial.Serial(port, baudrate, parity=parity, rtscts=rtscts, xonxoff=xonxoff, timeout=1)
376 # Serial class directly then.
377 new_serial = serial.Serial()
/external/curl/tests/
H A Dstunnel.pem62 Serial Number:
/external/walt/pywalt/pywalt/
H A Dwalt.py23 Serial device : /dev/ttyACM1
101 self.ser = serial.Serial(serial_dev, baudrate=115200, timeout=timeout)
340 print('Serial device : ' + args.serial)
414 print('Serial device : ' + args.serial)
/external/libmtp/logs/
H A Dmtp-detect-asus-memo-pad7.txt120 Serial number: Exxxxxxxxxxx
H A Dmtp-detect-asus-memo-pad7_2.txt55 Serial number: E7O<>SNIPPED<>

Completed in 468 milliseconds