Video Conferencing Systems
This module will control the Cisco SX80, MX200 G2, MX300 G2, MX700 and MX800 video codecs via RS-232.
Posted by Alec Gorecki on 6th Aug 2015
Every time I poll the phone book I get a different result. Specifically the contents of a parent folder change each time I "Get Phone Book". This behavior is directly off the demo.
Additionally Phone_Book_Selected_Item_Is_Contact does not always clear with the press of Cancel_Phonebook_Dial which means a persistent "contacts selected" pop-up which can only be cleared by forcing the Digital down in debugger or by rebooting the processor - which exacerbates the first problem.
Posted by John Pavlik on 10th Jun 2015
Check the release notes - many improvements
Posted by Unknown on 2nd Feb 2015
This module works for a few of the basic functions after I modified it, but it has serious problems. First, it waits for a login before it allows you to do anything. There is a large buffer in the module that everything passes through. The enable on the buffer is a "login success" value that is set when both the username and password are successfully asked for and sent. The problem is the SX-80 doesn't always ask for the username and password. So it sits there for a few seconds and then closes the terminal session. I was able to get it to work for a few functions after I forced the enable high for the buffer by waiting a few seconds and if a login query was never received I set the login signal high anyway. Some of the commands started working after this buffer was bypassed, but none of the polling that was written in the S+ module worked.