Sanyo protocol help
richardherman
Posts: 401
Hi,
looking for some help / ideas on trying to get reliable feedback from a Sanyo projector. Sanyo is using one of those 'not-so-great' protocols where, after a status request, you get back just a number so you'll have to write your code that it remembers what it send to figure out what's the meaning of the data that just came back. Or, in other words: by just looking at the respons from the projector, there's no telling what it means, you'll have to know the question.
I know the steps I'll have to take, but because Sanyo is using the same basic protocol since world war II (give or take a few years), there must be other people who had the same problem. Someone willing to share some code, so I don't have to re-invent the wheel again........
Just looking for 'basic' feedback: power states, input and lamptimer.
Richard
looking for some help / ideas on trying to get reliable feedback from a Sanyo projector. Sanyo is using one of those 'not-so-great' protocols where, after a status request, you get back just a number so you'll have to write your code that it remembers what it send to figure out what's the meaning of the data that just came back. Or, in other words: by just looking at the respons from the projector, there's no telling what it means, you'll have to know the question.
I know the steps I'll have to take, but because Sanyo is using the same basic protocol since world war II (give or take a few years), there must be other people who had the same problem. Someone willing to share some code, so I don't have to re-invent the wheel again........
Just looking for 'basic' feedback: power states, input and lamptimer.
Richard
0
Comments
Agree, works well for me.
this is my status request command:
good luck!
Thanks for the reply, Yuri. Unfortunately it gets more complicated when you also want things like input state, lamptimer etc. then you have to track each request.
due to time constraints (it's already delivered) I decided to 'swallow my pride' and use the AMX Duet module. It's overkill for the setup I use it in, and i really don't like those huge (duet) modules, but hey, if something doesn't work, at least I can blame AMX...
I started on a more basic module, tuned to the functions i want/use. I'll finish that when i find the time for it.
Thanks to all who replied,
Richard
Now as for Hitachi and others, you definitely need to set flags.
Greg