python:pyserial

no way to compare when less than two revisions

差分

このページの2つのバージョン間の差分を表示します。


前のリビジョン
python:pyserial [2020/09/11 20:35] (現在) ともやん
行 1: 行 1:
 +====== pySerial - シリアルポート アクセス ======
 +本家: [[https://pythonhosted.org/pyserial/|Welcome to pySerial’s documentation — pySerial 3.0 documentation]]\\
 +ソースコード: [[https://github.com/pyserial/pyserial|pyserial/pyserial: Python serial port access library]]\\
 +
 +===== インストール =====
 +<WRAP prewrap 100%>
 +<code>
 +$ pip install pyserial
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +Collecting pyserial
 +  Downloading pyserial-3.4-py2.py3-none-any.whl (193 kB)
 +     |████████████████████████████████| 193 kB 598 kB/s
 +Installing collected packages: pyserial
 +Successfully installed pyserial-3.4
 +</code>
 +</WRAP>
 +
  
  • python/pyserial.txt
  • 最終更新: 2020/09/11 20:35
  • by ともやん