I want to use web serial api in chromium to be able to communicate with Arduino, however I get the message no compatible devices found. When I use Arduino IDE or python I can find it, but with chromium no.
UBUNTU DISTRIB_RELEASE=22.04 Chromium 111.0.5563.64 snap
let port = await navigator.serial.requestPort({});
Is it possible to fix the issue to get all serial ports
I tried to reinstall chromium but no success