Your Universal Remote Control Center
RemoteCentral.com
RS-232 & IP Control Forum - View Post
Previous section Next section Previous page Next page Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Page 1 of 2
Topic:
Sony UBP X1000es RS232 Commands
This thread has 16 replies. Displaying posts 1 through 15.
Post 1 made on Wednesday April 11, 2018 at 03:13
vanh
Long Time Member
Joined:
Posts:
March 2006
30
Hello Guys,

I hope you can help. I recently bought the UHD Player Sony UBP-X1000.
I control the device by RS232. The cable is a null modem cable, baud rate 57600, 8 bits, no parity and 1 stop bit. The player settings are set to accept External Control commands.

All my RS232 commands work, except the Power On Command, which is

\x02\x03\x80\x60\x01\x00

This command does NOT WORK.

The Power Off Command, which is \x02\x03\x80\x60\x00\x00 works like a charm.

All the other commands do work as well.

The manual says for RS232 Connection:

Operation in POWER-OFF state

Only "POWER_SET(ON)" can be accepted. Other commands end up no response. Please note that the transition from POWER-OFF state to POWER-ON state takes several minutes. Check the status repeatedly (see "Getting to know POWER-ON/OFF state") until the unit changes to POWER-ON state.



I hope you can help.

Cheers

Last edited by vanh on April 11, 2018 03:24.
OP | Post 2 made on Tuesday April 17, 2018 at 15:12
vanh
Long Time Member
Joined:
Posts:
March 2006
30
Quick update after fiddling around. I disconnected the Sony Blurry UHD Player from the power socket. After connecting it again after 20 seconds I tried to send the Power On Command \x02\x03\x80\x60\x01\x00 through RS232.

The command now works. But only one time. After turning the device off, and trying to fire it on with the same command the Player won't turn on???

Strange isn't it???
OP | Post 3 made on Monday April 23, 2018 at 08:28
vanh
Long Time Member
Joined:
Posts:
March 2006
30
No one any idea???
Post 4 made on Tuesday May 15, 2018 at 06:10
phildw
Lurking Member
Joined:
Posts:
May 2018
1
It seems to me that your problem comes from the ECO mode of the device.
I am currently looking for RS232 codes for this device. Is it possible to provide them?
To put in ECO mode, it seems to me that I read something of the style in the doc. It's often the same problem, once you're OFF, he listens to nothing. A unplug / replug make a reset and again (for only once) the device listens.
On Samsung, I found a +/- functional solution that consisted of hibernating.

Thank you for the documentation if you can share it.
Post 5 made on Wednesday June 13, 2018 at 09:40
thefunkystink
Lurking Member
Joined:
Posts:
May 2018
2
I was able to send power on, off, toggle as well as eject, open and close commands over and over again. I had read there was a firmware that may have taken care of the issue of it not turning back on again.

How are you parsing the responses back for feedback from the player? I'm using a crestron processor and am kinda of lost on the response side
OP | Post 6 made on Friday November 2, 2018 at 03:59
vanh
Long Time Member
Joined:
Posts:
March 2006
30
I am running the latest firmware but still no luck in order to power the device on, through the Rs232 command. The other commands all work perfectly. I searched for a eco mode in the doc but haven't found anything.
Post 7 made on Wednesday November 14, 2018 at 21:49
Bob Finch
Lurking Member
Joined:
Posts:
May 2011
7
When is this industry going to smarten up, don't let a product out to the market unless drivers,232 and ir is written or it doesn't get off the boat.
Bob Finch
Post 8 made on Thursday November 29, 2018 at 12:27
H.C.Service
Long Time Member
Joined:
Posts:
June 2012
52
Hi Guys
Could someone could give me the RS 232 list for the 1000 ES
with the list I have (doesnt work !!) the power on is 02 03 80 60 01 1C
close should be ? 02 03 80 50 01 2C (doesnt work to !)
Thank you !!
Terry
RTI PROGRAMMER
Post 9 made on Tuesday January 15, 2019 at 21:28
mslechta
Lurking Member
Joined:
Posts:
January 2019
1
H.C.Service,
The last two numbers are wrong (the checksum), they should be 14.
Here are the working RS-232 (hex) codes I have for the Sony UBP-x1000es.
Power On - 02 03 80 60 01 14
Power Off - 02 03 80 60 00 00
Play - 02 02 80 12 4C
Stop - 02 02 80 14 4A
Pause - 02 02 80 13 4B
Skip+ - 02 02 80 11 4D
Skip- - 02 02 80 10 4E
FF (?) - 02 02 80 21 3D
Rew (?) - 02 02 80 20 3E
Enter - 02 02 80 17 47
Up - 02 02 80 15 49
Down - 02 02 80 19 45
Left - 02 02 80 16 48
Right - 02 02 80 18 46
Return - 02 02 80 1C 42
Netflix - 02 02 80 3D 21
Top Menu - ???
Menu - ???

I could use some help with the Top Menu and Menu commands. Hopefully this helps you guys out.
Post 10 made on Tuesday January 29, 2019 at 11:19
H.C.Service
Long Time Member
Joined:
Posts:
June 2012
52
thank you for your help
to be short the commands of the 1000 ES are the same than 5000 ES
exception for the speed (57600)
Any way the problem of this player is that the power on works only once !
after an power off you cant fire it up again !
you need a wol .....
It seems that power ON works with an IP command
If you have any information......
RTI PROGRAMMER
Post 11 made on Thursday June 6, 2019 at 13:48
wafflez
Lurking Member
Joined:
Posts:
June 2019
1
For the Sony UBP-X1000ES, here are the RS232 commands I have that work (also helpful to know Baud rate is 57600 and check sum is always 00):

*all in hex
Power On: 02 03 80 60 01 00
Power Off: 02 03 80 60 00 00
Eject toggle: 02 03 80 50 02 00
Disc tray open: 02 03 80 50 01 00
Disc tray close: 02 03 80 50 00 00
Play: 02 02 80 12 00
Stop: 02 02 80 14 00
Pause toggle: 02 02 80 13 00
Pause: 02 03 80 57 01 00
Up: 02 02 80 15 00
Down: 02 02 80 19 00
Left: 02 02 80 16 00
Right: 02 02 80 18 00
Top Menu: 02 02 80 1A 00
Menu: 02 02 80 1B 00
Enter: 02 02 80 17 00
Return: 02 02 80 1C 00
FastForward: 02 02 80 21 00
Rewind: 02 02 80 20 00
Next: 02 02 80 11 00
Previous: 02 02 80 10 00
Post 12 made on Wednesday June 19, 2019 at 11:02
H.C.Service
Long Time Member
Joined:
Posts:
June 2012
52
be careful
Power ON works only Once on RS !!
You need WOL to power ON/OFF
RTI PROGRAMMER
Post 13 made on Tuesday August 13, 2019 at 03:51
bruno 1234
Lurking Member
Joined:
Posts:
August 2019
1
Hi,

I am trying to control the player over tcp/ip.

Port number 33336.

When i sent any string the device response whit an error code:\x6E\x75\x6C\x6C\x0A

I thought the TCP/ip codes and RS232 code are similar.

any ideas?

kind regards,
Bruno
Post 14 made on Wednesday December 25, 2019 at 19:52
bnold
Junior Member
Joined:
Posts:
December 2019
1
On August 13, 2019 at 03:51, bruno 1234 said...
Hi,

I am trying to control the player over tcp/ip.

Port number 33336.

When i sent any string the device response whit an error code:\x6E\x75\x6C\x6C\x0A

I thought the TCP/ip codes and RS232 code are similar.

any ideas?

kind regards,
Bruno

I'm moving this up to the top with hopes someone can shed some light on Bruno's problem as I'm running into the same...

Admittedly a complete novice at this, but have ZA2100ES and VPL-VW295ES talking via HEX commands over IP... I can't seen to get the X1100ES to play ball!

Appreciate any insight.
Post 15 made on Thursday January 28, 2021 at 16:10
pbarron
Lurking Member
Joined:
Posts:
April 2011
1
Has anyone written a module to control this via IP? Willing to purchase if it works to save me the time of writing one from scratch.
Page 1 of 2


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse