For linux users, place the file 99-platformio-udev.rules
in the folder /etc/udev/rules.d
. This will give Platformio the right permissions to open a connection to the Basestation (specifically, USB devices with vendorId 0483).
Linux users have to add themselves to the dialout group : sudo usermod -a -G dialout $USER