diff options
author | cbdev <cb@cbcdn.com> | 2020-09-19 00:20:11 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-09-19 00:20:11 +0200 |
commit | e96ca85d8febf559817b43066ba16c8441ba391b (patch) | |
tree | 1bf06d48bba1bd580492912ffa64bc8b0e2d05bf | |
parent | d45ca2422fd5bedf48d68a3a537bae924b0cbae7 (diff) | |
download | midimonster-e96ca85d8febf559817b43066ba16c8441ba391b.tar.gz midimonster-e96ca85d8febf559817b43066ba16c8441ba391b.tar.bz2 midimonster-e96ca85d8febf559817b43066ba16c8441ba391b.zip |
Add local serial note for VISCA
-rw-r--r-- | backends/visca.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/visca.md b/backends/visca.md index d4fc432..1dd516e 100644 --- a/backends/visca.md +++ b/backends/visca.md @@ -5,7 +5,8 @@ via the network. The VISCA protocol has, with some variations, been implemented in their camera equipment. There may be some specific limits on the command set depending on the make and model of your equipment. -This backend can connect to both UDP and TCP based camera control interfaces. +This backend can connect to both UDP and TCP based camera control interfaces. On Linux, it can also control +devices attached to a serial/RS485 adapter. #### Global configuration |