Oppo IO Driver Issue

  • PhoenixF15E
  • Topic Author
  • Online
  • User
  • User
More
2 years 4 months ago #1885 by PhoenixF15E
Oppo IO Driver Issue was created by PhoenixF15E
I had a chance to test drive the new Oppo driver and try out a few commands.  Unfortunately none of the commands worked.  The verbose MyServer log showed the proper command being sent.

I fired up Wireshark on MyServer and it saw MyServer was sending a message to the Oppo with the proper command but it was missing the proper formatting.  Here is the syntax for passing commands according to Oppo:

<Command> = <Start of Command><Command Code>[<sp><Parameters>]<End of Command>
<Start of Command> = #, ASCII 0x23
<Command Code> = <byte><byte><byte>
<sp> = space, ASCII 0x20
<Parameters> = command-specific
<End of Command> = CR, ASCII 0x0d LF, ASCII 0x0a 

Moving the cursor right should be "#NRT<SP><CR><LF>" but all I see on several attempts is "NRT/r/n" which doesn't work.  The query for power state right after the NRT command has the same incorrect format.

It looks like there are a few commands that support parameters, but hopefully more can be added later to give direct access to things like subtitle shift, Zoom (SZM), etc.  

I didn't test all of the commands, but Zoom doesn't seem to transmit after correctly parsing the command.  

I sent the command "#NRT<SP><CR><LF>" to Port 23 on the Oppo and it worked as expected.

Kyle

Please Log in to join the conversation.

  • PhoenixF15E
  • Topic Author
  • Online
  • User
  • User
More
2 years 4 months ago #1886 by PhoenixF15E
Replied by PhoenixF15E on topic Oppo IO Driver Issue
I've attached the Oppo protocol below.  For some reason I couldn't add an attachment to the first post in a new topic.

Kyle

Please Log in to join the conversation.

More
2 years 4 months ago #1904 by David Li
Replied by David Li on topic Oppo IO Driver Issue

I've attached the Oppo protocol below.  For some reason I couldn't add an attachment to the first post in a new topic.

Kyle
The oppo was supported in prior myServer versions so must have been an issue on the port to myServer6.  Your logs will likely help resolve.

Please Log in to join the conversation.

  • PhoenixF15E
  • Topic Author
  • Online
  • User
  • User
More
2 years 4 months ago #1923 by PhoenixF15E
Replied by PhoenixF15E on topic Oppo IO Driver Issue
I've attached a Zip file with a MyServer log and an associated WireShark capture with traffic going/coming from my Oppo 203 during the same period as the MyServer log.

I tried sending the Zoom command twice from the dashboard but it isn't sent.  The other commands I tried from my SmartRemote also work from the dashboard; for some reason Zoom is different.

Kyle

Please Log in to join the conversation.

More
2 years 4 months ago #1961 by Mark Guebert
Replied by Mark Guebert on topic Oppo IO Driver Issue
I am also having problems with my Oppo 203, none of the commands work, however the logs indicate the commands are being sent successfully.

Please Log in to join the conversation.

More
2 years 4 months ago #1984 by davep
Replied by davep on topic Oppo IO Driver Issue
Oppo driver has been updated. Thanks for finding and reporting that.

Please Log in to join the conversation.

Time to create page: 0.190 seconds