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 2 made on Saturday June 12, 2010 at 20:03
BluPhenix
Long Time Member
Joined:
Posts:
December 2008
371
with match() you basically wait for a response that is ends with "\x06\x0d". If the device you're communicating with, doesen't send this response (f.e. doesent send anything or sends something else, like in the case 0x15) then you will get an empty string in return, because the matched text will not be found and the timeout of match will expire.

Try sending with s.send("\x02",250). This way the extender will not wait for a specific string. Hope this helps (I havent used async communication yet).


Hosting Services by ipHouse