diff service/theaterArduino/theaterArduino.py @ 823:0aafd40e4afc

move more ports to use /dev/serial/by-id/ Ignore-this: 4d9bc18902dfe08897c3e03579c87b23 darcs-hash:20111204030320-312f9-da93888bb0e3b2bc898eb34f3126706d0ac3aefa.gz
author drewp <drewp@bigasterisk.com>
date Sat, 03 Dec 2011 19:03:20 -0800
parents bebb8f7c5a3e
children
line wrap: on
line diff
--- a/service/theaterArduino/theaterArduino.py	Sat Dec 03 19:03:07 2011 -0800
+++ b/service/theaterArduino/theaterArduino.py	Sat Dec 03 19:03:20 2011 -0800
@@ -129,7 +129,7 @@
 if __name__ == '__main__':
 
     config = { # to be read from a file
-        'arduinoPort': '/dev/ttyUSB0',
+        'arduinoPort': '/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900cepU-if00-port0',
         'servePort' : 9056,
         'pollFrequency' : 20,
         'post' : 'http://bang:9069/pinChange',