顯示具有 python 標籤的文章。 顯示所有文章
顯示具有 python 標籤的文章。 顯示所有文章

[Arduino] serial communication using PySerial (Mac)

1.安裝Pyserial

首先到https://pypi.python.org/pypi/pyserial 下載tar.gz檔

tar -xzf pyserial-3.1.1.tar.gz

cd pyserial-3.1.1

sudo python setup.py install


蔡松霖
Related Posts with Thumbnails