SmartWAV2-SerialMode_R1

SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 53
7.14 Get Panning - 0x4F, 0x41hex - ‘O, ‘A’ ascii
Commands (host)
byte(s)
1.- 0x4F (hex), O (ascii).
2.- Channel 0x00 to 0x0D (hex), 0-13 (ascii).
3.- 0x41 (hex), A (ascii).
Responses (device)
byte(s)
1.- Panning -100 to 100 (0x9C to 0x64 hex).
*Panning parameter is sent as a signed char value.
2.- 0x4F (hex), O (ascii) - Success ACK or
0x46 (hex), F (ascii) - Fail NAK.
Description
This command asks for the current panning
parameter of the received channel (0-13).
Panning is returned from -100% to 100%.
Examples (sent and
received commands)
Example 1:
Sent data:
-4F,02,41- Ask for panning of channel 2.
Received data:
-64,4F- Channel panning is 100%(Right), OK.
Example 2:
Sent data:
-4F,05,41- Ask for panning of channel 5.
Received data:
-9C,4F- Channel panning is -100%(Left), OK.
*All data is in hex.