Sony 42PV1 232 Protocol
lpt
Junior Member
Hi all...I am a new user of AMX and I have a problem on control Sony LCD with 232 now..
see anyone can help me...
and the following is my problem...I dnt know why i doest work,,,
I have no problem on controling other 232 devide ...except this one..
Thx
// Sony TV Control
DATA_EVENT[dvTV]
{
ONLINE:{
SEND_COMMAND dvTV,"'SET BAUD 9600,N,8,1,1,485 DISABLE'"
}
}
// Power On
BUTTON_EVENT[dv8400,701]//Projector Power On
{
PUSH:{
SEND_STRING dvTV, "$8C,$00,$00,$02,$01,$06"
}
}
see anyone can help me...
and the following is my problem...I dnt know why i doest work,,,
I have no problem on controling other 232 devide ...except this one..
Thx
// Sony TV Control
DATA_EVENT[dvTV]
{
ONLINE:{
SEND_COMMAND dvTV,"'SET BAUD 9600,N,8,1,1,485 DISABLE'"
}
}
// Power On
BUTTON_EVENT[dv8400,701]//Projector Power On
{
PUSH:{
SEND_STRING dvTV, "$8C,$00,$00,$02,$01,$06"
}
}
Comments
-
It looks like everything is correct except for the last byte, the checksum. I believe it should be $8F ($8C+$00+$00+$02+$01) I haven?t used this protocol before but I interpret the Power On command as:lpt wrote:// Power On
BUTTON_EVENT[dv8400,701]//Projector Power On
{
PUSH:{
SEND_STRING dvTV, "$8C,$00,$00,$02,$01,$06"
}
}
//Power On
SEND_STRING dvTV, "$8C,$00,$00,$02,$01,$8F" -
Joe Hebert wrote:It looks like everything is correct except for the last byte, the checksum. I believe it should be $8F ($8C+$00+$00+$02+$01) I haven?t used this protocol before but I interpret the Power On command as:
//Power On
SEND_STRING dvTV, "$8C,$00,$00,$02,$01,$8F"
Thx...I work now...I have the misunderstand of the last bit...thx so much....
Leave a Comment
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums