Hi
I am trying to control my JVC projector over the rs232 from a global cache. I tryied the follow script, made in javascript,
I tried in several ways, like \x21\x89.... But dont work for me. I can control my AV7005 wit this script, sending ascii, i just dont know how to send in hexa.
Can someone help me?
Thanks
I am trying to control my JVC projector over the rs232 from a global cache. I tryied the follow script, made in javascript,
Code:
function Main(params) { var pObj = hs.Plugin("Global Cache") pObj.SendSerialData (1,2,"chr(&H21) & chr(&H89) & chr(&H01) & chr(&H50) & chr(&H57) & chr(&H31) & chr(&H0A)") hs.WriteLog ("send","test") }
Can someone help me?
Thanks
Comment