SmartWAV2-SerialMode_R1

SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 36
7.2 Play/Pause - 50hex - ‘P’ ascii
Commands (host)
byte(s)
1.- 0x50 (hex), P (ascii).
2.- Channel 0x00 to 0x0D or 0xFF (hex) for All.
3.- 0x00 (hex) for Pause or
0x01 (hex) for Play.
Responses (device)
byte(s)
1.- 0x4F (hex), O (ascii) - Success ACK or
0x46 (hex), F (ascii) - Fail NAK.
Description
Pause or Play the received channel (0 to 13).
A track must be already mounted in the
selected channel for this command to work.
*For each single channel, once the playing
track reaches the point B, it is automatically
rewinded to the point A and set in pause
state (if loop points is active the playing
continues).
Examples (sent and
received commands)
Example 1:
Sent data:
-50,02,01,- Play track in channel 2.
Received data:
-4F- OK.
Example 2:
Sent data:
-50,FF,00,- Pause all channels.
Received data:
-4F- OK.
*All data is in hex.