Personal tools
The Open Lighting Project has moved!

We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.

Difference between revisions of "OLA Device Specific Configuration"

From wiki.openlighting.org

Jump to: navigation, search
(Mac)
(Mac)
Line 17: Line 17:
 
   ls /dev/cu.usbserial-*
 
   ls /dev/cu.usbserial-*
  
And add the path to you ~/.ola/ola-usbpro.conf file:  
+
Make sure your ~/.ola/ola-usbpro.conf file matches the path above:  
  
   device = /dev/cu.usbserial-0000101D
+
   device_dir = /dev
 +
  device_prefix = ttyUSB
 +
  device_prefix = cu.usbserial-
 +
 
 +
i.e. Look for devices at /dev/ttyUSB*  , /dev/cu.usbserial-*
  
 
OLA also comes with a tool to update the firmware on a USB Pro:
 
OLA also comes with a tool to update the firmware on a USB Pro:
  
 
   ./tools/usbpro_firmware -d /dev/cu.usbserial-0000101D -f <firmware_file>
 
   ./tools/usbpro_firmware -d /dev/cu.usbserial-0000101D -f <firmware_file>

Revision as of 14:42, 15 December 2009

StageProfi

This comes in two flavors, a USB model and an Ethernet/IP model.

 device = /dev/ttyUSB0
 device = 192.168.1.250


USB Pro

Mac

Make sure you install the drives: http://www.ftdichip.com/Drivers/VCP.htm

After a restart run:

 ls /dev/cu.usbserial-*

Make sure your ~/.ola/ola-usbpro.conf file matches the path above:

 device_dir = /dev
 device_prefix = ttyUSB
 device_prefix = cu.usbserial-

i.e. Look for devices at /dev/ttyUSB* , /dev/cu.usbserial-*

OLA also comes with a tool to update the firmware on a USB Pro:

 ./tools/usbpro_firmware -d /dev/cu.usbserial-0000101D -f <firmware_file>