I figured out how to control the JVC RS45 (X30).
At first you've to send \x50\x4A\x52\x45\x51 (PJREQ). After this, you'll have 5 seconds to send code, before the JVC is closing the network connection. If I use this code before every code, whitch I want to send, the JVC recognizes the code only every 5 Seconds. Second method is to put the code in entrance an repeat it every 4-4.5 seconds. But I don't understand why this is better than the macro.
I don't know, why there is written that you need ASCII code. Take the Hex Code from JVC's Guide (Gordon B) and modify it from 50 4A 52 45 51 to \x50\x4A\x52\x45\x51 to example and it will work.
Maybe someone is searching for this sometimes...
At first you've to send \x50\x4A\x52\x45\x51 (PJREQ). After this, you'll have 5 seconds to send code, before the JVC is closing the network connection. If I use this code before every code, whitch I want to send, the JVC recognizes the code only every 5 Seconds. Second method is to put the code in entrance an repeat it every 4-4.5 seconds. But I don't understand why this is better than the macro.
I don't know, why there is written that you need ASCII code. Take the Hex Code from JVC's Guide (Gordon B) and modify it from 50 4A 52 45 51 to \x50\x4A\x52\x45\x51 to example and it will work.
Maybe someone is searching for this sometimes...
























