Epson 9300 IP Command

Forum to ask for any help
Post Reply
flinke flasche
Posts: 60
Joined: Tue Apr 02, 2013 2:21 pm

Epson 9300 IP Command

Post by flinke flasche » Tue Jun 12, 2018 2:04 pm

I control my Epson over RS232 and consider to change to IP so that i don't need the GC-100-12 and can control the Epson directly.
I thought this were easier. Only changing the IP adress and the Port (3629) and everthing works fine. Control4 must be turn on in the network menu.
Unfortunately the codes are different.

With RS232 i send "PWR ON" like in the manual to start the Epson. This doesn't work with IP.

Over IP i must send the "ESC/VP.net" command: 45 53 43 2F 56 50 2E 6E 65 74 10 03 00 00 00 00
followed by the "PWR ON" as HEX "50 57 52 3f" and a closing "0D" so that the code looks like
45 53 43 2F 56 50 2E 6E 65 74 10 03 00 00 00 00 50 57 52 3f 0D for Power ON

Knows someone a better solution for Ip command with the Epson, so that i don't need to change the Codes in HEX?
I tried also 45 53 43 2F 56 50 2E 6E 65 74 10 03 00 00 00 00 PWR ON 0D but nothing happened.

The feedback Codes are the same.

User avatar
DemoPad
Site Admin
Posts: 769
Joined: Thu Jun 14, 2012 10:46 am
Contact:

Re: Epson 9300 IP Command

Post by DemoPad » Tue Jun 12, 2018 2:24 pm

In DemoPad, you need to enter HEX characters in \x format, using uppercase letters

PWR ON in hex is therefore:

\x50\x57\x52\x20\x4F\x4E

(don't forget the space \x20)

Post Reply