Search found 1 match

by rob.frohne
Thu Dec 29, 2016 5:22 am
Forum: Programs, Libraries and Tools
Topic: mu editor for micropython
Replies: 46
Views: 66827

Re: mu editor for micropython

Hi Peter, et. al., I found for my setup I had to select the fourth element in the serial available_ports array in logic.py, instead of 0, because my esp8266 is at /dev/ttyUSB3. See below: def find_upython_device(): """ TODO - allow option to select which serial port to use. For now, this just return...