python:pyserial

no way to compare when less than two revisions

差分

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


最新のリビジョン
python:pyserial [2020/07/13 17:19] – 作成 ともやん
行 1: 行 1:
 +<html>
 +  <style>
 +    #result pre, #mincode pre {
 +      overflow: hidden;
 +      font-size: 10px;
 +    }
 +    #result_long pre, #mincode_long pre  {
 +      height: 250px;
 +      overflow: scroll;
 +      overflow-x: hidden;
 +      font-size: 10px;
 +    }
 +    #mintbl table {
 +      font-size: 12px;
 +    }
 +    .dokuwiki .plugin_wrap table {
 +      width: auto;
 +    }
 +    #logo {
 +      background-color: white;
 +      padding: 10px;
 +      width: fit-content;
 +    }
 +    #logo p {
 +      margin: 0;
 +    }
 +  </style>
 +</html>
 +====== 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 ともやん