Oppo IO Driver Issue

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

Re: Oppo IO Driver Issue

2 years 5 months ago - 2 years 5 months ago
#1989
We're close!  The preceding "#" and trailing space are now in the command. 

The command needs to be terminated by ASCII 0D (CR) followed by ASCII 0A (LF).  What's actually being sent is the ASCII of the shorthand characters "/r/n" (2F 72 2F 6E), not 0D 0A.

I attached the MyServer log and WireShark capture below

Kyle
Last edit: 2 years 5 months ago by PhoenixF15E. Reason: Added text to mention the logs are attached.

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 - 2 years 5 months ago
#2000
I'm forever typing /r/n when I know it is supposed to be \r\n.  Usually I catch it. Driver is updated.
Last edit: 2 years 5 months ago by davep.

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
#2037
Thanks!  My limited testing shows everything working as it should.

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

retate's Avatar
User User
  • Posts: 64
  • Thanks: 1

Re: Oppo IO Driver Issue

2 years 5 months ago
#2167
Based on limited testing control of the Oppo UDP-20x players is working. However, the Oppo BDP-103 is not working. I was able to get connected to the BDP-103 (based on log messages) by changing the control port from 23 to 48360, but test commands do not seem to do anything. I have not had time to analyze why control of the 9x/10x players is not working. I have attached the Oppo control protocol document for the 9x/10x players if someone has time to dig into this further.

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
#2187
Yes completely different protocol. retate - What IP address is your Oppo at? I'd like to remote in and test some commands.

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

retate's Avatar
User User
  • Posts: 64
  • Thanks: 1

Re: Oppo IO Driver Issue

2 years 5 months ago
#2193
What IP address is your Oppo at? I'd like to remote in and test some commands.
Oppo BDP-103 - 172.16.1.64
Oppo BDP-203 - 172.16.1.74
Oppo UDP-205 - 172.16.1.54

Teamviewer ID sent via email.
 

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

Time to create page: 0.316 seconds