Go to content Go to navigation

Sony Control-S

30 August 2008, 07:04 by Chad Reynoldson

The Sony Control S port uses a mono 1/8” plug using AMX cable 10-006. You configure the AMX IR port as IR mode with no carrier like this:

DATA_EVENT[dvSONY]
{
  ONLINE :
  {
  // Sony Control-S
    SEND_COMMAND DATA.DEVICE,'SET MODE IR'
    SEND_COMMAND DATA.DEVICE,'CAROFF'
  }
}

Comments

Comments are turned off for this article.