Biamp Tesira Forte integration
I am trying to control a Biamp Tesira Forte device.
Biamp has an API that supports connection through telnet and ssh.
If you make a telnet connection no username/password is needed.
You just paste the command press enter and the command is executed.
The command that I send is Level3 increment level 1 5. It increases the volume on the first audio output channel.
I use a Basic device to build my connection but the command fails.
Using a Basic device the telnet connection is established when I send the command?
I am asking because it takes some time for the Biamp to print its telnet banner and let you input a command so maybe that's why my command fails.
Is there a way to add a delay before sending the command?
Also the returned data is scrambled characters and I don't understand what is says.
What kind of basic connection did you select ? Make sure you select TCP, port 23. The encoder should be ASCII and parser should be text.
For the command and feedback format, you should refer to the TESIRA doc Tesira Text Protocol .
Regards,