1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/pyterm
Lucas Jenss 33002325d5 tools/pyterm: Notify user if wrong serial package is installed
When installing the `serial` package (in contrast to `pyserial`)
the pyterm script will print a cryptic error message and fail.
This is because both packages, though unrelated, expose a `serial`
package (whereas pyserial should expose `pyserial`).

This change catches the error and might save some precious lifetime
of unsuspecting RIOT users, such as myself.
2017-11-28 20:00:37 +01:00
..
pytermcontroller dist/tools/pyterm/pytermcontroller: whitespace fixes 2015-05-09 08:59:43 +02:00
testbeds dist/tools/pyterm/testbeds: whitespace fixes 2015-05-09 09:00:36 +02:00
pyterm tools/pyterm: Notify user if wrong serial package is installed 2017-11-28 20:00:37 +01:00
setup.py pyterm: renamed pyterm.py to pyterm 2014-08-01 17:09:45 +02:00