mpy-snippets
mpy-snippets copied to clipboard
no devices listed
Running Ubuntu 22, latest vscode and rt-thread micropython. No devices are found. dmesg shows device (esp32) is at ttyUSB0 and this can be connected to with picocom, so it is not a permissions issues. Suggestions to try?
I have confirmed that 1.0.8 does work, but not 1.0.9 or 1.0.10.
可能插件在发布的时候没有在最新版本的 ubuntu 上进行完整的测试
WSL1 Ubuntu20.04 不管RTT Micropython插件用什么版本都看不到串口出来,不如直接提供一个手动输入/dev/ttySx呢。因为直接cat /dev/ttySx是可以看到串口数据的 @BernardXiong