Home AMX User Forum AMX General Discussion

TV One C2-7000 Series Scaler

Has only one out there used this unit and written RS232 Code for this device. I would have to rank this right up there with Sony strings.

Comments

  • gregrgregr Posts: 54
    Independent Programmer

    Just came across your message-yea, I did a C2-5100 last year. Not the most friendly control strings for sure. I just dropped the checksum byte-did'nt see the need in my application.

    By far the easiest brand of install-grade video equipment to control in my short experience is Extron.
  • sethollesetholle Posts: 66
    Tv C2-5200

    I have worked with them a lot. I finally made headway when I had them send me a block of amx code. There text support is very good. Once I had that figuring out the checksum was no problem. Here for example are the strings for source control.

    non_volatile char SOURCECOMMAND[][25] = //source strings
    { 'F00008200000082',//RGB1
    'F00008200000183',//RGB2
    'F00008200000284',//RGB3
    'F00008200000385',//CV1
    'F00008200000486',//CV2
    'F00008200000587',//CV3
    'F00008200000688',//YC1
    'F00008200000789',//YC2
    'F0000820000088A',//YC3
    'F0000820000098A'//SDI1
    }


    Seth C. 0lle
    ACE PROGRAMMER
  • toddttoddt Posts: 28
    setholle wrote:
    I have worked with them a lot. I finally made headway when I had them send me a block of amx code. There text support is very good. Once I had that figuring out the checksum was no problem. Here for example are the strings for source control.

    non_volatile char SOURCECOMMAND[][25] = //source strings
    { 'F00008200000082',//RGB1
    'F00008200000183',//RGB2
    'F00008200000284',//RGB3
    'F00008200000385',//CV1
    'F00008200000486',//CV2
    'F00008200000587',//CV3
    'F00008200000688',//YC1
    'F00008200000789',//YC2
    'F0000820000088A',//YC3
    'F0000820000098A'//SDI1
    }


    Seth C. 0lle
    ACE PROGRAMMER

    Who sent you the AMX block? TV One or AMX
  • sethollesetholle Posts: 66
    TV ONCE REsponse

    I finally got a hold of TV ONE in england. They sent me one. I figured out the rest.
  • toddttoddt Posts: 28
    setholle wrote:
    I finally got a hold of TV ONE in england. They sent me one. I figured out the rest.

    Anyway possible that I could get the TV ONE block from you??
Sign In or Register to comment.