-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get an error when running #3
Comments
You need to install PySerial
https://pythonhosted.org/pyserial/pyserial.html#installation
Probably should have added this requirement to the documentation (sorry)
On Monday, 28 March 2022, 14:18:48 BST, disco1111 ***@***.***> wrote:
Hi
looks like a great little app, on windows 10 enterprise 2019 ltsc x64
I get this error..
Probably something I'm doing wrong
Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
============= RESTART: C:\Users\Dean Workshop 2\Desktop\xdm1041.py =============
Traceback (most recent call last):
File "C:\Users\Dean Workshop 2\Desktop\xdm1041.py", line 24, in
import serial
ModuleNotFoundError: No module named 'serial'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
This worked a treat! I know it's not an issue per se, but a few things would make it even more awesome.. Again thanks for your work on this it works great
|
Hi
looks like a great little app, on windows 10 enterprise 2019 ltsc x64
I get this error..
Probably something I'm doing wrong
Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
============= RESTART: C:\Users\Dean Workshop 2\Desktop\xdm1041.py =============
Traceback (most recent call last):
File "C:\Users\Dean Workshop 2\Desktop\xdm1041.py", line 24, in
import serial
ModuleNotFoundError: No module named 'serial'
The text was updated successfully, but these errors were encountered: