Help to understand the report!
Leha
Posts: 37
In the report on a device commands pass all, except for play!!! How correctly to make a command pley? Below that that is written in the report!
Play
Issues a play command with a track number as the data. If track number 0 is
specified, then a normal play command is issued. If a non-zero track number
is specified, then a play track command with the given track number is
issued.
Data[0]: MSB of the track number
Data[1]: LSB of the track number
** Note: The data associated with this command is not currently used.
SYNC COUNT ID OPCODE DATA CK_SUM
0xFE 4 0x02 0x04 Data Varies
Play
Issues a play command with a track number as the data. If track number 0 is
specified, then a normal play command is issued. If a non-zero track number
is specified, then a play track command with the given track number is
issued.
Data[0]: MSB of the track number
Data[1]: LSB of the track number
** Note: The data associated with this command is not currently used.
SYNC COUNT ID OPCODE DATA CK_SUM
0xFE 4 0x02 0x04 Data Varies
0
Comments
Device Rotel_DVD_RDV_1092, other commands from this report work, I cannot generate a command "Play". I try to send a command:
SEND_COMMAND dvRotel,"$FE, $04, $02, $04, $00, $0A"
The mistake in a command which I seems to me send, as I wrote above SEND_COMMAND dvRotel, " $FE, $04, $02, $04, $00, $0A ", here in value cout is specified 4, and at me cout ($02, $04, $00, $0A ",)... It turns out 4 without the control sum. Possibly it turns out SEND_COMMAND dvRotel, " $FE, $04, $02, $04, $08 ", I am fast it I shall check up.