pythonにてシリアル通信をしたいと思っています
anacondaにてpyserialをいれたのですが以下のエラーが出ました
Traceback (most recent call last):
File "C:\Users\b1017063\Documents\2019\project\sampling.py", line 1, in <module>
import serial
ModuleNotFoundError: No module named 'serial'
実際のコードがこちらです
import serial
ser = serial.Serial('COM3',9600,timeout=2)
ser.write("test")
ser.close()
pip showで確認したところ
Name: pyserial
Version: 3.4
Summary: Python Serial Port Extension
Home-page: https://github.com/pyserial/pyserial
Author: Chris Liechti
Author-email: cliechti@gmx.net
License: BSD
Location: c:\users\b1017063\anaconda3\envs\sample\lib\site-packages
Requires:
Required-by:
とのことでした
よろしくお願いします
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。