diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2013-05-27 13:04:17 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2013-05-27 13:04:17 -0700 |
| commit | 9745948e82415be8840294df7b6f913271c24e02 (patch) | |
| tree | ab04dd1f8a533bff7a5999346548c51122c5d777 /RetoolingForOpenSprints/serproxy-0.1.3.src/serproxy.cfg | |
| parent | dc504335161da18e06b6baf43ca086de88b44b06 (diff) | |
Add serproxy source, bin directory and consolidate bikewedge into a single script.
Diffstat (limited to 'RetoolingForOpenSprints/serproxy-0.1.3.src/serproxy.cfg')
| -rw-r--r-- | RetoolingForOpenSprints/serproxy-0.1.3.src/serproxy.cfg | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/RetoolingForOpenSprints/serproxy-0.1.3.src/serproxy.cfg b/RetoolingForOpenSprints/serproxy-0.1.3.src/serproxy.cfg new file mode 100644 index 0000000..0827f7a --- /dev/null +++ b/RetoolingForOpenSprints/serproxy-0.1.3.src/serproxy.cfg @@ -0,0 +1,38 @@ +# Config file for serproxy +# See serproxy's README file for documentation + +# Transform newlines coming from the serial port into nils +# true (e.g. if using Flash) or false +newlines_to_nils=true +#newlines_to_nils=false + +# Comm ports used +comm_ports=1,2,3 +serial_device1=/dev/cu.usbserial-A700ew2y +serial_device2=/dev/cu.usbserial-A601EYSU +serial_device3=/dev/cu.usbserial-A601EYTR +#serial_device1=/dev/cu.usbserial-A601EYTR +#comm_baud=9600 +# Default settings +comm_baud=115200 +#comm_baud2=9600 +#comm_baud3=9600 +comm_databits=8 +comm_stopbits=1 +comm_parity=none + +# Idle time out in seconds +timeout=30000 + +# Port 1 settings (sensors) +net_port1=5330 + +# Port 2 settings (clock) +net_port2=5332 + +# Port 3 settings (race) +net_port3=5333 + +# Port 4 settings (ttyS3) +net_port4=5334 + |
