I think all Sanyo projectors use the same protocol, here is some proven code:
(*
Sanyo PLCXT10,10A,15,15A
User Manual says 2,3,5,7,8 on RS232 and suggests jumpering 7,8 at each end.
This model can be controlled with IP.
Manual says the projector should be left running for at least 5 minutes!
Got some code says send 'CHARD-200' to slow down characters. Works without.
*)
nCoolingSeconds = 90
nWarmingSeconds = 45
sRequiredPortSettings = 'SET BAUD 19200, N, 8, 1, 485 DISABLE'
SetCommand(nProjCmdPowerOn ,'Power On',"'C00',cCR" )
SetCommand(nProjCmdPowerOff,'Power Off',"'C01',cCR")
SetCommand(nProjCmdInput1,'Input 1 RGB 1',"'C05',cCR")
SetCommand(nProjCmdInput2,'Input 2 RGB 2 / MCI',"'C06',cCR")
SetCommand(nProjCmdInput3,'Input 3 Composite',"'CF INPUT3 VIDEO',cCR")
SetCommand(nProjCmdInput4,'Input 4 SVideo',"'CF INPUT3 S-VIDEO',cCR")
SetCommand(nProjCmdInput5,'Input 5 Component' ,"'CF INPUT3 YPBPR',cCR")
Here is a Sony protocol, I'm not sure whether this is proven:
Comments
Here is a Sony protocol, I'm not sure whether this is proven: