TV One C2-7000 Series Scaler
toddt
Posts: 28
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.
0
Comments
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.
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
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??