
EVP380
RS-232 & TCP/IP communication protocol
Oct 2021
Version : 2.1 (for firmware 1.11 or higher)
61
Frame sent to the player to request player status: 0x81 0x04 0x01
Byte 1 : 0x81 : Byte of status, player number 001
Byte 2 : 0x04 : command to request information
Byte 3 : 0x01 : ask player status
Frame sent to the player to request player the remaining time of the file: 0x82 0x04 0x09
Byte 1 : 0x82 : Byte of status, player number 002
Byte 2 : 0x04 : command to request information
Byte 3 : 0x09 : ask remaining time
Player answers : 00:03:12 + CR/LF (in ASCII format) = 30 30 3A 30 33 3A 31 32 0D 0A (in Hex)
16.2. Update the clock
16.2.1. Update the local time
This command sets the hour in the local time zone of the player.
Byte
Role
Value (represented in
hexa)
Description
0
Synchro
0x80 | id
Sync byte and player ID
1
Command
0x0C
Update local hour
2
Hours
[0x00-0x17]
Number of hours since
midnight between 0 and 23
3
Minutes
[0x00-0x3B]
Number of minutes since
the start of the hour
between 0 and 59
4
Seconds
[0x00-0x3B]
Number of seconds since
the start of the minute
between 0 and 59
16.2.2. Update the local date
This command sets the date in the current time zone of the player.
Be careful, by setting a new date you can affect the hour (winter time and summer time).