Skip to content

Commit 3a8ee01

Browse files
authored
x-ctu is now available for macOS and linux. (#530)
Update document to reflect new availability.
1 parent 616f4ca commit 3a8ee01

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

content/retired/06.getting-started-guides/ArduinoWirelessShieldS2/ArduinoWirelessShieldS2.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,9 @@ These instructions show you how to get two Arduino boards talking to each other
2020

2121
![](assets/ArduinoUno_XBeeS2.png)
2222

23-
To configure a ZB module as coordinator, router, or end device, you'll need to change the firmware. You need Digi's configuration software, X-CTU, to do this. Unfortunately it's only available for Windows.
24-
Download it from this [link](http://www.digi.com/support/kbase/kbaseresultdetl?id=2125).
23+
To configure a ZB module as coordinator, router, or end device, you'll need to change the firmware. You need Digi's configuration software, X-CTU, to do this.
24+
Download it from this [link](https://hub.digi.com/support/products/xctu/).
2525

26-
If you are running a Linux, you can install X-CTU through Wine. You'll need to create a link from the Arduino device on which the radio is mounted to the Wine dosdevice directory. To do so, open a terminal windows and type:
27-
28-
`ln -s /dev/ttyUSBx ~/.wine/dosdevices/com1`
29-
30-
or
31-
32-
`ln -s /dev/ttyACMx ~/.wine/dosdevices/com1`
3326

3427
To configure the modules from the computer, put the serial switch to the USB position and upload an empty sketch, like this:
3528

0 commit comments

Comments
 (0)