Trying to get this setup on my Windows 10 machine following the steps outlined in the readme. Instruictions say to install serial, but I needed to install pyserial to get things to work.
Without pyserial I get the error message that AttributeError: 'module' object has no attribute 'Serial'.
Trying to get this setup on my Windows 10 machine following the steps outlined in the readme. Instruictions say to install
serial
, but I needed to installpyserial
to get things to work.Without
pyserial
I get the error message thatAttributeError: 'module' object has no attribute 'Serial'
.