Search found 12 matches

by andymouse
Sat Apr 13, 2019 9:53 pm
Forum: General Discussion and Questions
Topic: Problem with cursor keys with VScode
Replies: 5
Views: 4308

Re: Problem with cursor keys with VScode

Hi all, Firstly, I have my install to the Lolin/Wemos D1 Mini complete, thanks to all for your help and patience regarding my questions, Rshell is fine and I am working with Visual studio code. My problems are down to coming from an Arduino environment and not knowing much about command line work, b...
by andymouse
Sat Apr 13, 2019 1:01 am
Forum: General Discussion and Questions
Topic: Problem with cursor keys with VScode
Replies: 5
Views: 4308

Re: Problem with cursor keys with VScode

Hi, All So how can I install and use Rshell if this is what I need ? Is it some thing that exists already? Please could you explain what is happening and perhaps walk me through a work around, your help has been invaluable, and would love to put this final issue to bed! Im sort of glad its real and ...
by andymouse
Fri Apr 12, 2019 10:20 am
Forum: General Discussion and Questions
Topic: ure.sub not available in v1.10?
Replies: 8
Views: 4248

Re: ure.sub not available in v1.10?

Hi,
I just typed this does it help as I'm just starting out ?

>>> import ure
>>> help(ure)
object <module 'ure'> is of type module
__name__ -- ure
compile -- <function>
match -- <function>
search -- <function>
sub -- <function>
DEBUG -- 4096
>>>
Andy
by andymouse
Fri Apr 12, 2019 8:55 am
Forum: General Discussion and Questions
Topic: Problem with cursor keys with VScode
Replies: 5
Views: 4308

Problem with cursor keys with VScode

Hi,All I have Micropython correctly installed on my LOLIN/ Wemos D1 Mini and am using Visual Studio Code to program it. When I open the terminal I am met with a command line and I type this and hit return :- C:\Users\andy>python -m serial.tools.miniterm COM3 115200 --- Miniterm on COM3 115200,8,N,1 ...
by andymouse
Wed Apr 10, 2019 6:36 pm
Forum: General Discussion and Questions
Topic: Basic VS Code use and setup
Replies: 5
Views: 6497

Re: Basic VS Code use and setup

Hi Your a rock star! that does indeed get me to the Repl and I have switched an LED off, so very close, however (you where waiting for that!) I have some problems. the "back space" key doesn't work, I just get a strange graphic, for instance if I type "import" wrong, and press the backspace key I ge...
by andymouse
Wed Apr 10, 2019 2:19 pm
Forum: General Discussion and Questions
Topic: Basic VS Code use and setup
Replies: 5
Views: 6497

Re: Basic VS Code use and setup

hi Thanks, but I no which port I need its much simpler than that, I just dont no what to type in power shell to use the terminal and have the Repl command line, I realy am this new! I am in VScode and I have:- PS C:\Users\andy> I dont no where to go from here, and why I am doing it, I believe I have...
by andymouse
Wed Apr 10, 2019 1:59 pm
Forum: General Discussion and Questions
Topic: Installation of esptool
Replies: 9
Views: 8941

Re: Installation of esptool

Hi "pip" did not work because I used a version of Python that did not contain the correct files. I then installed the latest Python and my troubles went away. If you install the latest Python follow the instructions carefully because you will be asked to check (Tick) a box that sets the proper "path...
by andymouse
Wed Apr 10, 2019 11:01 am
Forum: General Discussion and Questions
Topic: Basic VS Code use and setup
Replies: 5
Views: 6497

Basic VS Code use and setup

Hi, In order to follow a tutorial I want to use Visual Studio Code, and when I open a Terminal, Windows 10, Power Shell is running and I will need to get used to its commands, but I would like to be able to tell it which serial port I am using just to get me moving with Micropython and have basic op...
by andymouse
Mon Apr 08, 2019 9:16 am
Forum: General Discussion and Questions
Topic: Installation of esptool
Replies: 9
Views: 8941

Re: Installation of esptool

thanks, but all is well just getting used to It, the problem I had was a dodgy breadboard so my journey has begun thanks to all!

Andy
by andymouse
Sun Apr 07, 2019 10:31 pm
Forum: General Discussion and Questions
Topic: Installation of esptool
Replies: 9
Views: 8941

Re: Installation of esptool

Hi Thanks !! that cleared that up and all does indeed appear to be fine, now I'm gonna have to hit the books! I now need to get into a Python mind set. I have one last request, I've just had a quick play and attempted to switch an Led on and off and I thought I had it correct but nothing on my Lolin...