How to get your UE9 CloudDot-ready
Windows
- Install the UD Driver.
- Download and extract LJSelfUpgrade (version 1.24 or higher).
- Go to the UE9 CloudDot Firmware page.
- Download the Control firmware version 2.14 (or higher) and Comm firmware version 1.50 from 5/3/2010 (or higher).
- Run LJSelfUpgrade with the UE9 connected. Click the “Browse” button to select the Control then click “Program”. Repeat for the Comm firmware.
- Connect UE9 to the Internet by setting its IP address in LJControlPanel and power cycle.
- With the CloudDot firmware and a proper IP address, the UE9 will automatically connect to CloudDot.
Mac OS X/Linux
-
Install the Exodriver.
- Check your Python version:
- If you have Python 2.5, make sure you have simplejson:
- Check that you have httplib2
- Download and unzip the Python firmware upgrader for your version of Python:
- Connect your UE9 to your computer over USB.
- Upgrade the Control firmware to version 2.14 and the Comm firmware to version to 1.50.
- Connect UE9 to the Internet and power cycle.
- With the CloudDot firmware and a proper IP address, the UE9 will automatically connect to CloudDot.
$ python -V
Python 2.6.4
$ python -c 'import simplejson; print "simplejson Installed"'
simplejson Installed
-- Or, if simplejson is not installed --
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named simplejson
$ python -c 'import httplib2; print "httplib2 Installed"'
httplib2 Installed
-- Or, if httplib2 is not installed --
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named httplib2
# Get link from Firmware page
$ curl -O http://labjack.com/...path to.../python-firmware-upgrader-2.6.zip
$ unzip python-firmware-upgrader-2.6.zip
$ cd python-firmware-upgrader-2.6
$ python selfUpgrader.py -c 2.14 -m 1.50 9
Search
Shopping Cart
Testimonials
-
Thank you for doing this in such a timely manner ...You guys are the ultimate support ninjas.—John, USA

Comments
No comments yet. Speak up. We're listening.