Forum Discussion
jlyons1983
Nov 06, 2023Copper Contributor
Batch Script to turn on/off via serial com port epson projector EB982W
Hi Everyone! I have been working on a script to turn on or off a epson projector EB982W, with no luck. They say in there documentation that they support esc/VP21 commands and the command to powe...
SeanWheeler
Microsoft
Nov 12, 2023The documentation you linked to says you need to use the following port settings:
Select RS-232C at Advanced Setting of the Menu.
- Baud rate : 9600bps
- Data length : 8 bits
- Parity : No
- Stop bit : 1 bit
- Flow control : No
- Connector : D-Sub 9pin
- Projector input : Control(RS-232C)
And make sure you serial cable is a cross-over cable (2->3, 3->2) not straight through.
- jlyons1983Nov 13, 2023Copper Contributorthanks for your reply.
you are absolutely correct, unfortunately even when changing those settings it still doesnt work
since we are able to send commands using mobaxterm surely that proves that the hardware is correct