aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/visca.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-05-16 17:09:23 +0200
committercbdev <cb@cbcdn.com>2021-05-16 17:09:23 +0200
commitdb76143dfff9aa69318273010fe2922c1e60ea4c (patch)
treec3541fd7d66d3f29aaaf6247ed5e73a0e5d5746e /backends/visca.md
parent71d86ec46259ce1b5488989ec30152c7cf810a8e (diff)
downloadmidimonster-db76143dfff9aa69318273010fe2922c1e60ea4c.tar.gz
midimonster-db76143dfff9aa69318273010fe2922c1e60ea4c.tar.bz2
midimonster-db76143dfff9aa69318273010fe2922c1e60ea4c.zip
Fix VISCA serial output (Fixes #91)
Diffstat (limited to 'backends/visca.md')
-rw-r--r--backends/visca.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/visca.md b/backends/visca.md
index cf5906d..101aa20 100644
--- a/backends/visca.md
+++ b/backends/visca.md
@@ -18,7 +18,7 @@ The `visca` backend does not take any global configuration.
|---------------|-----------------------|-----------------------|---------------------------------------------------------------|
| `id` | `5` | `1` | VISCA Camera address (normally 1 for network communication |
| `connect` | `10.10.10.1 5678` | none | Camera network address and port. Default connection is TCP, when optionally suffixed with the `udp` keyword, connection will be UDP |
-| `device` | `/dev/ttyUSB0` | none | (Linux only) Device node for a serial port adapter connecting to the camera |
+| `device` | `/dev/ttyUSB0 115200` | none | (Linux only) Device node for a serial port adapter connecting to the camera, optionally followed by the baudrate |
| `deadzone` | `0.1` | `0.1` | Amount of event value variation to be ignored for relative movement commands |
#### Channel specification