Open sharad643 opened 2 years ago
Hi , I was able to replicate your code back in the summer but now when I try to do the same again I cannot find the packages serial and enum needed to run the code. Do you have a solution to this?
The serial module is not included in the Python distribution, the easy way to install it is:
pip install pyserial
See more at:
Hi , I was able to replicate your code back in the summer but now when I try to do the same again I cannot find the packages serial and enum needed to run the code. Do you have a solution to this?