Terminal in VSCode for Windows
-
I saw a video Micropython Development for M5Stack in VSCode. But it is for Mac. How can I get Terminal in Windows?
-
@tehnolog Should be there at the top of the screen or in the main menu called Terminal and then you click new terminal and it will appear at the bottom of the screen.
-
No, I see the Terminal panel, but how to work with it? It seems it doesn't work like Mac Terminal
-
I haven't figured it out either but you could make a connection using PuTTY :
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
With PuTTY, click on “Session” in the left-hand panel, then click the “Serial” radio button on the right, then enter you COM port (eg COM4) in the “Serial Line” box. Finally, click the “Open” button. With baud rate 115200 I get a terminal. It's either the connection with VS or with the terminal though, less ideal.
-
In order to type commands into the console you need to hit ctrl + c to kill any running processes on the device