We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355abd8 commit a1ae61bCopy full SHA for a1ae61b
libraries/SerialBT/examples/BTSerialUppercase/BTSerialUppercase.ino
@@ -13,7 +13,10 @@
13
// 3. Open up COMX: in your favorite terminal application and type away
14
15
// Under Mac to connect to the PicoW
16
-// 1. Sorry, you're on your own. If you have a Mac and can update this demo with a Pull Request it would be appreciated!
+// 1. Open System Preferences and go in the bluetooth section. You should find a bluetooth device called
17
+// PicoW Serial XX:XX:... Click Connect button.
18
+// 2. A /dev/tty.PicoWSerialXXXX becomes available.
19
+// 3. Connect to this device with your favorite terminal application.
20
21
22
#include <SerialBT.h>
0 commit comments