Search found 1 match

by ekawahyu
Sun Oct 11, 2015 9:57 pm
Forum: Programs, Libraries and Tools
Topic: micropython-serial - pySerial-like module (unix port)
Replies: 2
Views: 8212

Re: micropython-serial - pySerial-like module (unix port)

I have installed micropython-os and micropython-fcntl using pip2.7 (macports) on OSX. I put serial.py at the same directory of my micropython build. But it keeps getting me this error: >>> import serial Traceback (most recent call last): File "<stdin>", line 1, in <module> File "serial.py", line 8, ...