Sent from my iPhone
On 20/12/2009, at 8:09 PM, CG <cgtivo@gmail.com> wrote:
> OK guys.
>
> I can confirm that the message format Jarrod sent through is correct
> and I have tried it with a test CF project I'm working with.
>
> So the format of the message should be
> [eISCP Message][eISCP Data]
>
> where [eISCP] is
> Bytes 1 - 4 'ISCP'
> Bytes 5 - 8 Message Header Size (probably always \x00\x00\x00\x10
> (ie. x10 or 16 bytes for the eISCP message) for the moment)
> Bytes 9 - 12 Data Size
> Byte 13 Version (currently always \x01 )
> Bytes 14 - 16 Reserved
>
> and [eISCP Data] is the message as we were trying previously which is
> the RS-232 command.
>
> So the header ( ISCP\x00\x00\x00\x10\x00\x00\x00\x08\x01\x00\x00\x00 )
> will be the same for the bulk of the commands in the protocol, however
> you will need to change Data Size from \x08 to whatever the size of
> other commands is.
>
> Remember to drag the new commands back onto the buttons, and you might
> also need to switch the Receiver off and on as I seemed to get it into
> a mode where it wouldn't accept any TCP/IP commands for some reason.
>
> Hope that all makes sense.
>
> Not too sure why the web server built into the receiver accepts and
> works with the eISCP Data only without the eISCP Message
>
> Cheers.
>
>
> On Dec 20, 2:51 pm, Jarrod Bell <jar...@guilink.com> wrote:
>> According to a protocol document sent to me by CG, the correct format
>> should be something like this:
>>
>> ISCP\x00\x00\x00\x10\x00\x00\x00\x08\x01\x00\x00\x00!1PWR01\x0D
>> ISCP\x00\x00\x00\x10\x00\x00\x00\x08\x01\x00\x00\x00!1PWR00\x0D
>>
>> The commands listed by other people are to be used by RS232. The
>> command above is for Ethernet.
>> It seems their ethernet protocol requires various header bytes, which
>> the RS232 protocol does not.
>>
>> Jarrod
>>
>> On Dec 20, 2:33 pm, Fiasco <dgvoll...@gmail.com> wrote:
>>
>>
>>
>>> Did you try
>>
>>> !1PWR00\x0A\x0D
>>
>>> On Dec 19, 9:29 pm, CG <cgt...@gmail.com> wrote:
>>
>>>> I'm just in the process of building my first CF project so will let
>>>> you know once I have the Integra being controlled from the iPod
>>>> Touch,
>>>> or if anyone else gets it working first let us know.
>>
>>>> On Dec 20, 12:35 pm, Jarrod Bell <jar...@guilink.com> wrote:
>>
>>>>> No you should leave the 'Control System' details in the project
>>>>> properties blank (which you already have by the sounds).
>>
>>>>> !1PWR00\x0D looks like it should be the correct command, based
>>>>> on what
>>>>> others above have mentioned.
>>
>>>>> What version of iViewer are you running?
>>
>>>>> I can't find the protocol document, so if anyone can send it over,
>>>>> please do, just so I can check anything that might be causing it
>>>>> to
>>>>> not work.
>>
>>>>> Jarrod
>>
>>>>> On Dec 20, 1:15 pm, "Richard Cassin" <richard.cas...@gmail.com>
>>>>> wrote:
>>
>>>>>> Yes, I have done that, I usually add a new button or remove one
>>>>>> so I can
>>>>>> actually see that the changes have been made. I don't need a
>>>>>> control system
>>>>>> do I? ie a Crestion system? I should be able to just talk
>>>>>> directly to the
>>>>>> amp from my iphone?
>>
>>>>>> -----Original Message-----
>>>>>> From: commandfusion@googlegroups.com
>>>>>> [mailto:commandfusion@googlegroups.com]
>>
>>>>>> On Behalf Of Jarrod Bell
>>>>>> Sent: Sunday, 20 December 2009 3:12 p.m.
>>>>>> To: CommandFusion
>>>>>> Subject: Re: Need help trying to control Integra AV receiver
>>
>>>>>> You did assign the command to the button and save it all before
>>>>>> uploading to the iPhone correct?
>>>>>> Just making sure as you didn't mention these steps.
>>
>>>>>> Jarrod
>>
>>>>>> On Dec 20, 12:13 pm, wogboynz <richard.cas...@gmail.com> wrote:
>>>>>>> I am still having issues with control via Command fusion, I
>>>>>>> can send
>>>>>>> the commands via the integra web interface, but i still cannot
>>>>>>> control
>>>>>>> it via my iphone. All I have done is created a basic layout,
>>>>>>> and put a
>>>>>>> button on there. I then added a system called "Integra" set ip
>>>>>>> to
>>>>>>> 192.168.1.17, and both ports to 60128 as it is in the integra
>>>>>>> settings. Selected TCP and set to maintain constant connection.
>>>>>>> connection join is set to 0 and set startup command to none. I
>>>>>>> then
>>>>>>> create a command and call it off and set the command
>>>>>>> properties to !
>>>>>>> 1PWR00\x0D This should work shouldn't it? What am I doing wrong?
>>>>>>> Thanks for your help.
>>
>>>>>>> On Dec 20, 1:23 pm, Richard Cassin <richard.cas...@gmail.com>
>>>>>>> wrote:
>>
>>>>>>>> Sory for not getting back with any feedback havnt had a
>>>>>>>> chance, didnt
>>>>>>>> even think to see if it had a buit in web server, test a
>>>>>>>> command
>>>>>>>> with ! In front an all good, stupid mistake on my part,
>>>>>>>> thanks guys
>>>>>>>> for your help.
>>
>>>>>>>> Sent from my iPhone
>>
>>>>>>>> On 20/12/2009, at 1:04 PM, CG <cgt...@gmail.com> wrote:
>>
>>>>>>>>> By the way, with the Integra DTR-7.9 receiver I have at the
>>>>>>>>> moment has
>>>>>>>>> a basic web server built-in that allows you to send a test
>>>>>>>>> IP commands
>>>>>>>>> in the text box at the bottom of the screen.
>>
>>>>>>>>> Just access the server using the IP address of the Receiver
>>>>>>>>> (without
>>>>>>>>> port # 60128) and you should get in.
>>
>>>>>>>>> some test commands
>>
>>>>>>>>> !1PWR00 - standby
>>>>>>>>> !1PWR01 - on
>>>>>>>>> !1AMT01 - mute on
>>>>>>>>> !1AMT00 - mute off
>>
>>>>>>>>> Also if you use Microsoft Telnet from the windows 'start >>
>>>>>>>>> run'
>>>>>>>>> option, and use the command 'o 192.168.0.5 60128' if your
>>>>>>>>> receivers IP
>>>>>>>>> address is 192.168.0.5 and port is 60128, you can see the
>>>>>>>>> feedback
>>>>>>>>> received from the receiver if you manually change settings
>>>>>>>>> via the
>>>>>>>>> receivers remote, front panel or via the web server.
>>
>>>>>>>>> On Dec 20, 9:37 am, CG <cgt...@gmail.com> wrote:
>>>>>>>>>> You need to put a '!' before the command
>>
>>>>>>>>>> ie
>>
>>>>>>>>>> !1PWR00 - standby
>>>>>>>>>> !1PWR01 - on
>>
>>>>>>>>>> On Dec 19, 1:17 am, Fiasco <dgvoll...@gmail.com> wrote:
>>
>>>>>>>>>>> I have the Integra (Onkyo) RS232 specs if you need them.
>>
>>>>>>>>>>> The commands are straight ASC, no hex.
>>
>>>>>>>>>>> On Dec 17, 6:43 am, Jarrod Bell <jar...@guilink.com> wrote:
>>
>>>>>>>>>>>> Hi Richard,
>>
>>>>>>>>>>>> What PC software are you using to control?
>>
>>>>>>>>>>>> The correct command should be:
>>>>>>>>>>>> 1PWR00\x0D
>>
>>>>>>>>>>>> Also try:
>>>>>>>>>>>> 1PWR00\x0A\x0D
>>
>>>>>>>>>>>> The last one is what telnet would be sending.
>>
>>>>>>>>>>>> Also make sure you have "maintain constant connection"
>>>>>>>>>>>> ticked in
>>>>>>>>>>>> the
>>>>>>>>>>>> system properties.
>>
>>>>>>>>>>>> Jarrod
>>
>>>>>>>>>>>> On Dec 17, 8:08 pm, wogboynz <richard.cas...@gmail.com>
>>>>>>>>>>>> wrote:
>>
>>>>>>>>>>>>> I am trying to control an Integra 5.9 AV receiver via
>>>>>>>>>>>>> its TCP
>>>>>>>>>>>>> port. I
>>>>>>>>>>>>> have set it to the following settings, 1p 192.168.1.17
>>>>>>>>>>>>> and port
>>>>>>>>>>>>> 60128.
>>
>>>>>>>>>>>>> I have these same settings in the commandfusion
>>>>>>>>>>>>> software, I can
>>>>>>>>>>>>> ping
>>>>>>>>>>>>> the receiver from my PC. I think my problem is with the
>>>>>>>>>>>>> data I am
>>>>>>>>>>>>> sending it, I am not too sure whether it should be hex
>>>>>>>>>>>>> or not. The
>>>>>>>>>>>>> message to send it for zone 1 off is "1PWR00" with a
>>>>>>>>>>>>> Carriage
>>>>>>>>>>>>> Return
>>>>>>>>>>>>> on the end. I have tried converting it to hex and
>>>>>>>>>>>>> sending the
>>>>>>>>>>>>> following for the zone 1 off command I have tried
>>>>>>>>>>>>> "\x31x50x57x52x30x30x0D" "\x31\x50\x57\x52\x30\x30\x0D"
>>>>>>>>>>>>> ""1PWR00"/x0D"
>>>>>>>>>>>>> without the quotes except for the ones inside the last
>>>>>>>>>>>>> example.
>>>>>>>>>>>>> What
>>>>>>>>>>>>> am I doing wrong?
>>
>>>>>>>>>>>>> I can control the unit via my own pc software by sending
>>>>>>>>>>>>> "1PWR00"
>>>>>>>>>>>>> carriage return.
>>
>>>>>>>>>>>>> Any help would be much appreciated, I have control
>>>>>>>>>>>>> documentation
>>>>>>>>>>>>> for
>>>>>>>>>>>>> integra codes/protocol etc if anyone wants to take a
>>>>>>>>>>>>> look at that.
>>
>>>>>>>>>>>>> Cheers,
>>>>>>>>>>>>> Richard- Hide quoted text -
>>
>>>>>>>>>>>> - Show quoted text -- Hide quoted text -
>>
>>>>>>>>>>> - Show quoted text -- Hide quoted text -
>>
>>>>>>>>>> - Show quoted text -
>>
>>>>>>>>> --
>>
>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>> Google
>>>>>>>>> Groups "CommandFusion" group.
>>>>>>>>> To post to this group, send email to commandfusion@googlegroups.com
>>>>>>>>> .
>>>>>>>>> To unsubscribe from this group, send email to
>>>>>> commandfusion+unsubscribe@googlegroups.com
>>>>>>>>> .
>>>>>>>>> For more options, visit this group
>>>>>> athttp://groups.google.com/group/commandfusion?hl=en
>>>>>>>>> .
>>
>>>>>> --
>>
>>>>>> You received this message because you are subscribed to the
>>>>>> Google Groups
>>>>>> "CommandFusion" group.
>>>>>> To post to this group, send email to commandfusion@googlegroups.com
>>>>>> .
>>>>>> To unsubscribe from this group, send email to
>>>>>> commandfusion+unsubscribe@googlegroups.com.
>>>>>> For more options, visit this group athttp://groups.google.com/
>>>>>> group/commandfusion?hl=en.
>>
>>>>>> No virus found in this incoming message.
>>>>>> Checked by AVG -www.avg.com
>>>>>> Version: 8.5.427 / Virus Database: 270.14.115/2576 - Release
>>>>>> Date: 12/19/09
>>>>>> 19:40:00- Hide quoted text -
>>
>>>>> - Show quoted text -- Hide quoted text -
>>
>>>> - Show quoted text -- Hide quoted text -
>>
>> - Show quoted text -
>
> --
>
> You received this message because you are subscribed to the Google
> Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en
> .
>
>
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.


Comments
0 comments to "Re: Need help trying to control Integra AV receiver"
Post a Comment