Home AMX User Forum NetLinx Modules & Duet Modules

Tandberg c60 codec

Dear All

if anybody has experience of tandberg c60 codec
what is the Xcommand to toggle between characters and numbers: abc/123 ?

like when we press # in the remote control for Tandberg ,I have done all the function by xcommand Except the Toggle between characters and numbers

did anybody do it before ?

Comments

  • HedbergHedberg Posts: 671
    Does the protocol have a command which emulates the hand-held remote? Is there a parameter to that command for the #?

    added

    try:

    'xCommand Key Click Key:Square Duration:1'
  • AntAnt Posts: 54
    xCommand Key Click

    Emulates a remote control key press, followed by a key release.
    Requires user role: ADMIN

    Parameters:

    Key(r): <0/1/2/3/4/5/6/7/8/9/C/Call/Disconnect/Down/F1/F2/F3/F4/F5/Grab/Home/Layout/
    Left/Mute/MuteMic/Ok/PhoneBook/Presentation/Right/Selfview/Square/SrcAux/SrcCamera/
    SrcDocCam/SrcPc/SrcVcr/Star/Up/VolumeDown/VolumeUp/ZoomIn/ZoomOut>

    Example:

    xCommand Key Click Key:Square

    *r KeyClickResult (status=OK):

    ** end
  • Hedberg wrote: »
    Does the protocol have a command which emulates the hand-held remote? Is there a parameter to that command for the #?

    added

    try:

    'xCommand Key Click Key:Square Duration:1'



    I will try this tomorrow morning ,many thanks for you
Sign In or Register to comment.