You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/retired/06.getting-started-guides/ArduinoWirelessShieldS2/ArduinoWirelessShieldS2.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,9 @@ These instructions show you how to get two Arduino boards talking to each other
20
20
21
21

22
22
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/).
25
25
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`
33
26
34
27
To configure the modules from the computer, put the serial switch to the USB position and upload an empty sketch, like this:
0 commit comments