I'm glad you're back :-)
I would like to control my LS12000 with an unfoldet Remote 3, and I have a configuration file in txt format for this purpose.
It says, for example:
Epson_LS12000:
Features:
Simple Commands:
POWER_ON:
Type: tcp-text
Parameter:
address: 192.168.178.129:3629
text: ESC/VP.net\x10\x03\x00\x00\x00\x00PWR ON\x0D
wait_response: true
POWER_OFF:
Type: tcp-text
Parameter:
address: 192.168.178.129:3629
text: ESC/VP.net\x10\x03\x00\x00\x00\x00PWR OFF\x0D
wait_response: true
INPUT_HDMI1:
Type: tcp-text
Parameter:
address: 192.168.178.129:3629
text: ESC/VP.net\x10\x03\x00\x00\x00\x00SOURCE 30\x0D
wait_response: true
INPUT_HDMI2:
Type: tcp-text
Parameter:
address: 192.168.178.129:3629
text: ESC/VP.net\x10\x03\x00\x00\x00\x00SOURCE A0\x0D
wait_response: true
KEY_MENU:
Type: tcp-text
Parameter:
address: 192.168.178.129:3629
text: ESC/VP.net\x10\x03\x00\x00\x00\x00KEY 03\x0D
wait_response: true
I also found the file “ESCVP21_command_guide(E)RevC.pdf” at Epson. Unfortunately, I don't understand how to create individual commands.
If possible, I would like to be able to call up two image memories (for HDR and SDR) and two different page formats when using an ISCO. These are “Anamorphic Wide” and “Horiz. Squeeze.”
Can anyone help me with this?