bitfocus/companion-module-generic-pjlink

Hitachi Projector PJLink not working

Closed this issue · 3 comments

Hi,
I have a Hitachi Projector that does not respond with this module, I have tested using the PJlink tester from the PJlink website and all works correctly. I have noticed in the logs that the test software shows "RECV:%1POWR 0" and the companion module shows "RECV:%1powr 0". Does the message all need to be in Capitals to function ?

Many Thanks

Jonathan

istnv commented

The PJLINK specifications state that the command 'word' is case-insensitive so it shouldn't matter. The module sends lower case for all commands, and works fine with my NEC projector.
There have been other comments about the module not working on some models.
So I think there may be certain (incomplete) manufacturer implementations that don't respond to lower-case.
Maybe the module should send upper case commands.

I have modified the module running on my system to now send commands using capital letters and the projector is responding perfectly. A shame manufacturers can't stick to the specifications!

Closing as issue seems to be resolved with last comment