To get X-CTU to communicate with your XBee devices, you'll need to do three things:
-
create symlinks to your USB serial COM devices, following the instructions on the wiki:
> cd ~/Library/Application Support/CrossOver/Bottles/<BOTTLE>/dosdevices > ln -s /dev/tty.usbserial-AXXXXXX COM1 > ln -s /dev/tty.usbserial-AYXXXXX COM2
-
In X-CTU, add "User Com Ports" matching symlinks created in step 1 and invoke the "Test/Query" button.
-
Get back to your project!