Monday, February 24, 2020

Python3 กับ SmartCard Reader

  • อ้างอิงบน Ubuntu 18.04 64bit, Python3.6.9
  • ติดตั้งตัวจัดการโมดูล
sudo apt-get -y install python3-pip
  • ติดตั้งโมดุลที่จำเป็น ( smartcard , Python Imaging Library (PIL) )
sudo apt-get install pcsc-tools
sudo apt-get install python3-pyscard 
หรือ python3 -m pip install pyscard
sudo apt-get install python3-pil 
หรือ python3 -m pip install Pillow
  • อื่นๆ ที่จำเป็น
sudo apt-get install python-setuptools
sudo apt-get install swig
sudo apt-get install pcscd git
sudo apt-get install gcc libpcsclite-dev python-dev
Ref

1 comment:

Popular Posts