Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 6 made on Thursday July 22, 2010 at 08:54
BluPhenix
Long Time Member
Joined:
Posts:
December 2008
371
As Sogliphy pointed out the match() function I provided gets the response data from the projector until it encounters a "\r" or it reaches the 2s (2000) timeout, which comes first. Your projector replays for each command it gets with a string that ends with "\r".

So the function above does this. Sends the projector the command and then:
a) waits for the projector to respond to the given command
b) waits for a response from the projector until the given time has passed.

So the answer to your question is:
match(":POWR1\r", "\r", 2000) ... sends the :POWR1\r" command and waits for the "\r" from the projector.


Hosting Services by ipHouse