This shows you the differences between two versions of the page.
|
ac:laboratoare:09 [2025/11/20 10:52] marios.choudary |
ac:laboratoare:09 [2025/11/20 11:37] (current) marios.choudary |
||
|---|---|---|---|
| Line 316: | Line 316: | ||
| sudo apt install libpcsclite-dev swig libpcsc-perl pcsc-tools python3-dev libudev-dev python3-pyscard python3-pyserial | sudo apt install libpcsclite-dev swig libpcsc-perl pcsc-tools python3-dev libudev-dev python3-pyscard python3-pyserial | ||
| </code> | </code> | ||
| + | |||
| + | Note: on some distributions the python3-pyserial package is python3-serial. | ||
| If this doesn't work, then get ''%%Pyserial%%'' from [[https://pypi.python.org/pypi/pyserial#downloads|here]] | If this doesn't work, then get ''%%Pyserial%%'' from [[https://pypi.python.org/pypi/pyserial#downloads|here]] | ||
| Line 325: | Line 327: | ||
| </code> | </code> | ||
| - | * You might also want to install these additional card tools from here: | + | * You might also want to install these additional card tools: |
| <code> | <code> | ||
| Line 349: | Line 351: | ||
| For Mac OS, things should work by just installing pcsc_tools through mac ports or brew: | For Mac OS, things should work by just installing pcsc_tools through mac ports or brew: | ||
| <code> | <code> | ||
| - | sudo port install pcsc-tools swig | + | sudo port install pcsc-tools swig py-pyscard py-serial |
| </code> | </code> | ||