Skip to content

Commit

Permalink
Remplacement serial par pyserial
Browse files Browse the repository at this point in the history
  • Loading branch information
ticed35 committed Apr 21, 2018
1 parent 9219988 commit 7739916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ressources/install_apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ echo 30 > ${PROGRESS_FILE}
#pip_install python-ftdi1
echo 40 > ${PROGRESS_FILE}
echo "Installation de la librairie serial"
pip_install serial
#pip_install serial
pip_install pypserial
echo 50 > ${PROGRESS_FILE}
echo "Mise à jour de cmdline ou inittab suivant système"
if [ -e /dev/ttyAMA0 ]; then
Expand Down

0 comments on commit 7739916

Please sign in to comment.