I want to control my Onkyo TX-NR676 Receiver from my Music Program (Turn On, Set Volume, Set Listening mode, etc) so I created this little test program to figure out what I needed to do.
In case someone is trying to do the same thing I figured this test program would be a good start
NOTE: In module cOnkyo you need to change the mIPAddress variable to your devices IP Address
Enjoy
BobVal
In case someone is trying to do the same thing I figured this test program would be a good start
NOTE: In module cOnkyo you need to change the mIPAddress variable to your devices IP Address
B4X:
'------------------------------------------------------------------------------------------------
' IP Address below is the Address on router that Onkyo is using
'------------------------------------------------------------------------------------------------
Private mIPAddress As String = "192.168.1.12"
Enjoy
BobVal