Lines Matching +full:localhost +full:- +full:test +full:- +full:linux
13 - ``rfc2217://<host>:<port>[?<option>[&<option>...]]``
14 - ``socket://<host>:<port>[?logging={debug|info|warning|error}]``
15 - ``loop://[?logging={debug|info|warning|error}]``
16 - ``hwgrep://<regexp>[&skip_busy][&n=N]``
17 - ``spy://port[?option[=value][&option[=value]]]``
18 - ``alt://port?class=<classname>``
19 - ``cp2110://<bus>:<dev>:<if>``
25 - ``/dev/ttyUSB0`` (Linux)
26 - ``COM3`` (Windows)
40 - ``ign_set_control`` does not wait for acknowledges to SET_CONTROL. This
44 - ``poll_modem``: The client issues NOTIFY_MODEMSTATE requests when status
50 - ``timeout=<value>``: Change network timeout (default 3 seconds). This is
55 - ``logging={debug|info|warning|error}``: Prints diagnostic messages (not
75 - ``logging={debug|info|warning|error}``: Prints diagnostic messages (not
88 (``RX<->TX`` ``RTS<->CTS`` ``DTR<->DSR``). It could be used to test
93 - ``logging={debug|info|warning|error}``: Prints diagnostic messages (not
115 names with no additional information. Currently, on Windows and Linux and
120 - ``n=N``: pick the N'th entry instead of the first
121 - ``skip_busy``: skip ports that can not be opened, e.g. because they are
137 - ``file=FILENAME`` output to given file or device instead of stderr
138 - ``color`` enable ANSI escape sequences to colorize output
139 - ``raw`` output the read and written data directly (default is to create a
141 - ``all`` also show ``in_waiting`` and empty ``read()`` calls (hidden by
143 - ``log`` or ``log=LOGGERNAME`` output to stdlib ``logging`` module. Default
145 - ``rawlog`` or ``rawlog=LOGGERNAME`` output to stdlib ``logging`` module. Default
155 with serial.serial_for_url('spy:///dev/ttyUSB0?file=test.txt', timeout=1) as s:
164 with open('test.txt') as f:
169 000000.002 Q-RX reset_input_buffer
176 000001.015 TX 0020 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F !"#$%&'()*+,-./
192 000002.284 RX 0020 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F !"#$%&'()*+,-./
213 python -m serial.tools.miniterm "spy:///dev/ttyUSB0?file=/dev/pts/2&color" 115200
231 disconnecting while it's in use (e.g. USB-serial unplugged).
237 inter-character timeout is used. The error handling is degraded.
250 This backend implements support for HID-to-UART devices manufactured by Silicon
252 OS-independent and in userland. It relies on `cython-hidapi`_.
254 .. _cython-hidapi: https://github.com/trezor/cython-hidapi
266 - ``rfc2217://localhost:7000``
267 - ``rfc2217://localhost:7000?poll_modem``
268 - ``rfc2217://localhost:7000?ign_set_control&timeout=5.5``
269 - ``socket://localhost:7777``
270 - ``loop://?logging=debug``
271 - ``hwgrep://0451:f432`` (USB VID:PID)
272 - ``spy://COM54?file=log.txt``
273 - ``alt:///dev/ttyUSB0?class=PosixPollSerial``
274 - ``cp2110://0001:004a:00``