Devkit not in the list? On Linux you need dialout group access.
Serial devices such as /dev/ttyUSB0 are owned by root:dialout, so the browser cannot see them until your user is in that group — even when the adapter is detected by the kernel. Run this once:
sudo usermod -aG dialout $USER
Then log out and back in (or reboot) — the group change does not apply to your current session. Verify with groups | grep dialout, then try connecting again.
Press + New Connection to connect a device