Oppo IO Driver Issue

PhoenixF15E's Avatar Topic Author
User User
  • Posts: 91
  • Thanks: 3

Oppo IO Driver Issue

2 years 5 months ago
#1885
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 or Create an account to join the conversation.

PhoenixF15E's Avatar Topic Author
User User
  • Posts: 91
  • Thanks: 3

Re: Oppo IO Driver Issue

2 years 5 months ago
#1886
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 or Create an account to join the conversation.

David Li's Avatar
Admin Admin
  • Posts: 1027
  • Thanks: 99

Re: Oppo IO Driver Issue

2 years 5 months ago
#1904
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 or Create an account to join the conversation.

PhoenixF15E's Avatar Topic Author
User User
  • Posts: 91
  • Thanks: 3

Re: Oppo IO Driver Issue

2 years 5 months ago
#1923
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 or Create an account to join the conversation.

Mark Guebert's Avatar
User User
  • Posts: 34
  • Thanks: 0

Re: Oppo IO Driver Issue

2 years 5 months ago
#1961
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 or Create an account to join the conversation.

davep's Avatar
Admin Admin
  • Posts: 371
  • Thanks: 98

Re: Oppo IO Driver Issue

2 years 5 months ago
#1984
Oppo driver has been updated. Thanks for finding and reporting that.

Please Log in or Create an account to join the conversation.

Time to create page: 0.305 seconds