On Big Sur the device address was not as indicated in the docs. I needed to use the Pio CLI tool
pio devices list
to find the correct device. In my case:
% pio device list
/dev/cu.Bluetooth-Incoming-Port
-------------------------------
Hardware ID: n/a
Description: n/a
/dev/cu.usbserial-0202E71A
--------------------------
Hardware ID: USB VID:PID=10C4:EA60 SER=0202E71A LOCATION=20-3
Description: CP2104 USB to UART Bridge Controller - CP2104 USB to UART Bridge Controller
Interesting. Thank you for posting @guysqr. I'm going to close this since it's not an issue but I will be updating our documentation in the near future to incorporate this step.
On Big Sur the device address was not as indicated in the docs. I needed to use the Pio CLI tool
pio devices list
to find the correct device. In my case: