1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/pyterm
Benjamin Valentin dad593a5f5 dist/tools/pyterm: set exclusive access on port
A common source of error is that a user connects to a serial port that
has already been opened in another terminal.
This may lead to garbled output or no output at all.

To avoid this, claim exclusive access on the serial port so we get a
proper error instead of corrupted output.
2023-09-13 12:04:52 +02:00
..
pytermcontroller dist/tools/pyterm: fix flakes8 issues 2018-01-05 15:21:03 +01:00
testbeds dist/tools: Use /usr/bin/env to lookup Python. 2023-04-10 14:39:42 +02:00
pyterm dist/tools/pyterm: set exclusive access on port 2023-09-13 12:04:52 +02:00
setup.py pyterm: use Python3 in setup.py 2020-07-08 14:57:14 +02:00