Skip to content

PlatformIO

akaJes edited this page May 28, 2017 · 1 revision

Windows

you can get an error during compilation AttributeError: function 'CancelIoEx' not found: it need degrade pyserial version

pip uninstall pyserial
pip install pyserial==2.7.0
Clone this wiki locally