Skip to content

Commit a1ae61b

Browse files
authored
BT Serial connection docs for Mac (#1459)
1 parent 355abd8 commit a1ae61b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libraries/SerialBT/examples/BTSerialUppercase/BTSerialUppercase.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
// 3. Open up COMX: in your favorite terminal application and type away
1414

1515
// 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!
16+
// 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.
1720

1821

1922
#include <SerialBT.h>

0 commit comments

Comments
 (0)