sg-wireless / pymakr-atom

Adds a REPL console to Atom that connects to your Pycom board. It can run code on the board or synchronize your project files.
Other
35 stars 11 forks source link

can't connect pyboard in vscode with pymkr #243

Closed Irvingao closed 3 years ago

Irvingao commented 3 years ago

What happens?

I used pymkr running well for long time. But A few days before, i found i can't connect with any pyboards in vscode and i didn't change anything in global setting. I had already connected pyboard sucessfully: image

Here is my pymkr problem:

image

But i can connect pyboards with putty successfully and it works well, it means it's not my board or port problems.

image

What were you expecting to happen?

I want to know how to fix it and what's the possible problem of pymkr?

Any logs, error output, etc?

(If it’s long, please paste to https://gist.github.com and insert the link here)

Any other comments?

this is my Global setting as same as before when it works well: { "address": "COM1", "username": "micro", "password": "python", "sync_folder": "pyb-controller_robot", "open_on_start": true, "sync_file_types": "py,txt,log,json,xml,html,js,css,mpy", "ctrl_c_on_connect": false, "safe_boot_on_upload": false, "py_ignore": [ "pymakr.conf", ".vscode", ".gitignore", ".git", "project.pymakr", "env", "venv" ], "fast_upload": false, "sync_all_file_types": false, "auto_connect": false, "autoconnect_comport_manufacturers": [ "Pycom", "Pycom Ltd.", "FTDI", "Microsoft", "Microchip Technology, Inc." ] }

What versions of software are you using?

Operating system: Windows Atom version: vscode Pymakr version: lastest

I'm so appreciate if u can help to slove the problems. Thank you!

elmasria commented 3 years ago

@Irvingao , Can you please update us with your Windows version, Pymakr Version (is it 2.1.12?), and Atom version.