Can't find Barco projector menu controls in RS-232 document
Bigsquatch
Posts: 216
Hey folks. I have written a module for IP control of Barco projectors based on their RS232_codes_manual.pdf but I don't find any commands at all for up, down, left right etc.
The only menu related command I see is menu exit.
Has anyone out there pogrammed one of these?
The only menu related command I see is menu exit.
Has anyone out there pogrammed one of these?
0
Comments
I've looked through the manual for the FLM and it comes with a remote that has cursor buttons.
Does your manual mention RCU commands (remote commands) ?
Prefix is $30 followed by
$50 - cursor up
$51 - cursor down
$55 - cursor left
$56 - cursor right
Will confess I never actually had to implement this though!
Let us know how you get on.
At least it looks simpler than the other protocol.
Thanks for the heads up.
The RLM-W8 however does have a IR connector that you might be able to connect directly with an IR port on the master that you should be able to use SP commands on to do the menu commands.
I've also had no end of trouble trying to communicate with the RLM over ethernet when trying to access the http control pages. It seems that with the current firmware even if the TCP/IP settings are correct (IP, SM & GW) this proj won't talk outside its subnet when the subnet is bigger than 255 hosts.
I havent yet tried to use IP control from a master, but don't like my chances considering what I've seen here.
It's a beast of projector, seemingly with a PC inside it. I spent the best part of 2 days trying to communicate with it over IP; with one of those days spent on the phone with Barco head office tech support.
In the end the tech guy said "know what? the networking isn't working properly - use RS232".
So in the end we had to buy a load of Geffen 232 extenders and use serial instead. And then I had to deal with their dumb CRC calculation and replacing of escape characters. Ugh.
No relevance here but a story to add into the mix!!
If it helps, then here is the code I use for connection minus my string manipulation.
The docs I have say
$FE,$00,$27,$3E,$65,$FF -On
$FE,$00,$26,$3E,$64,$FF -Off
but I'm getting a NACK when I send the command for video mute on.
FLM-HD14's
I am guessing that you don´t want to use the shutter! I use it for short mutes to get no spill from the projector. It might help you here if you are in trouble.