&L(0,"*",1);
Help
These settings adjust the device behavior for startup, inputs and outputs (attached buttons, the serial CTS signal and the relay pulse duration).
Command Broadcasting
This option is for backward compatibility with firmware versions prior to 1.16. If you want "r=c=" commands to be broadcast (UDP broadcast), set to compatibility mode. Otherwise choose secure mode, then "r=c=" commands will be sent only if stream to origin source is set and the origin source is known (command will be sent to the last partner).
Init Sequence
This command sequence is always executed immediately after startup (see further below for commands).
Default: ""
I0 pushed command
Configure which command should be issued when the I0 button is pushed (see further below for commands).
Default: "c=83"
I0 released command
Configure which command should be issued when the I0 button is released (see further below for commands).
Default: "c=84"
&LState(1,"%s",6,B,41,"
&LState(1,"%s",6,B,42,"
Commands
Multiple commands can be added using the & character. They will be executed sequentially in the order that they appear in the configuration field.
TALKING MODE
c=83 : Activate the talking mode
c=84 : Deactivate the talking mode
c=91 : Activate the forced talking mode
STREAMING
c=77 : Set destination
Syntax : c=77&entry=x&ip=a.b.c.d&port=p&type=t
For x use 1 to 8 (Streaming destination 1 to 8)
a.b.c.d is the IP address to stream to
p stands for the port number to be used
For t use 0 (not used), 1 (Raw UDP) or 2 (Raw TCP)
Example:
c=77&entry=2&ip=192.168.0.100&port=3030&type=1 sets the destination 2 to Raw UDP to IP 192.168.0.100 on port 3030
I/O
&LState(1,"%s",6,B,41,"
c=85 : Simulate the I0 button being pressed
c=86 : Simulate the I0 button being released
&LState(1,"%s",6,B,41,"
&LState(1,"%s",6,B,42,"
REMOTE COMMANDS
r=x : send the command x to the last calling station remotely
r=a.b.c.d:p/x : send the command x, using UDP, to the remote IP a.b.c.d on the optional port p. Default if no port is defined is the configured UDP command port.
Example:
r=192.168.0.99:12301/c=83 (sets the remote station to talking mode)
For further commands refer to the technical documentation available on www.barix.com.