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:
Here is my pymkr problem:
But i can connect pyboards with putty successfully and it works well, it means it's not my board or port problems.
What were you expecting to happen?
I want to know how to fix it and what's the possible problem of pymkr?
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:
Here is my pymkr problem:
But i can connect pyboards with putty successfully and it works well, it means it's not my board or port problems.
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!