您好,登錄后才能下訂單哦!
這篇文章給大家介紹如何在Python中使用pip安裝pySerial串口通訊模塊,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。
特性
在支持的平臺上有統一的接口。
通過python屬性訪問串口設置。
支持不同的字節大小、停止位、校驗位和流控設置。
可以有或者沒有接收超時。
類似文件的API,例如read和write,也支持readline等。
支持二進制傳輸,沒有null消除,沒有cr-lf轉換。
有關Python的環境配置請參考: 《Python入門》Windows 7下Python Web開發環境搭建筆記
而 pip 是隨 Python 一同安裝的,如下圖:
pip 幫助信息,在命令行中輸入 pip 就能看到以下的幫助信息
G:\>pip Usage: pip <command> [options] Commands: install Install packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. list List installed packages. show Show information about installed packages. search Search PyPI for packages. wheel Build wheels from your requirements. help Show help for commands. General Options: -h, --help Show help. --isolated Run pip in an isolated mode, ignoring environment variables and user configuration. -v, --verbose Give more output. Option is additive, and can be used up to 3 times. -V, --version Show version and exit. -q, --quiet Give less output. --log <path> Path to a verbose appending log. --proxy <proxy> Specify a proxy in the form [user:passwd@]proxy.server:port. --retries <retries> Maximum number of retries each connection should attempt (default 5 times). --timeout <sec> Set the socket timeout (default 15 seconds). --exists-action <action> Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup. --trusted-host <hostname> Mark this host as trusted, even though it does not have valid or any HTTPS. --cert <path> Path to alternate CA bundle. --client-cert <path> Path to SSL client certificate, a single file containing the private key and the certificate in PEM format. --cache-dir <dir> Store the cache data in <dir>. --no-cache-dir Disable the cache. --disable-pip-version-check Don't periodically check PyPI to determine whether a new version of pip is available for download. Implied with --no-index.
安裝 pySerial 串口通訊模塊
使用 pip 來安裝非常簡單,只需使用以下命令:pip install pyserial。
安裝時可能會出現以下提示:
可以按照提示執行升級 pip:pip install --upgrade pip
也可以不升級 pip,我上面的圖是已經安裝過了。沒有安裝的話會如下圖顯示:
有時候會出現類似下圖的網絡錯誤:
重新執行一遍就可以了
卸載可使用命令:pip uninstall pyserial
關于如何在Python中使用pip安裝pySerial串口通訊模塊就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。