Optoma HD72
JohnMichnr
Posts: 279
Hey has any body out there mode this projector work over 232. I hook it up to a NI3000 and no matter what command I send it, I get back a *001 which is the INVALID COMMAND indication from the projector. Optoma tech support, after a 2 day wait for a call back, was unable to help me. I'm talking to the pig, or I wouldn't be getting back the invalid command responce. I just can't make it work. Of course teh system had to be done on Monday so I went with IR, but no discrete power...
ANybody got any ideas?
ANybody got any ideas?
0
Comments
* 0 IR 002 that is power off string. Tech support suggested that I try an underscore inplace of the space, *_0_IR_002 and try an O (oh) in place of the 0 (zero). Neither of which worked, nor gives me a warm fuzzy on tech support - I mean there is a big difference between a space and an underscore. Which is it?
Anyways - I've attached the protocol.
SEND_STRING dvPig, '*0IR002' //zeros not ooohs
"'*0IR002',10,13"
"'*',0,'IR',0,0,2"
"'*',0,'IR',0,0,2,10,13"
I am wondering if by FIXED number, they might mean integer values instead of ascii values.
Jeff
SEND_STRING dvPROJ, "'OKOKOKOKOK', $0D"; //power on
SEND_STRING dvPROJ, "'* 0 IR 002', $0D"; //power off
Spaces are the key in the string