sg-wireless / pymakr-vsc

GNU General Public License v3.0
97 stars 25 forks source link

[BUG] VSCode 1.78.2 + Pymark 2.22.5 + USB-SERIAL CH341 Linux Compatibility ? #299

Closed nastiliano closed 1 year ago

nastiliano commented 1 year ago

Describe the bug I've installed the driver for USB-SERIAL CH341 device on Linux (as is explained over Internet) and it works good with all other apps in my Ubuntu distro (23.04), but it doesn't appear in VSCode Pymakr extension.

Is only appearing my default serial ports like "ttyS0, S1"... but there's no way to show: /dev/ttyCH341USB0

When I force to add a device I can put manually the path "/dev/ttyCH341USB0" but constantly appears a pop-up showing me an error "Cannot convert undefined or null to object" and if I close VSCode and restart it again the device has disappeared.

nastiliano commented 1 year ago

SOLVED:

Ubuntu 23.10 kernel and newest libraries (from ubuntu 23.10 repo) + New VSCode version solves the Pymark problem for me.