SmartWAV2-SerialMode_R1

SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 54
7.15 Get Loop - 0x4F, 0x4Chex - ‘O, ‘L’ ascii
Commands (host)
byte(s)
1.- 0x4F (hex), O (ascii).
2.- Channel 0x00 to 0x0D (hex), 0-13 (ascii).
3.- 0x4C (hex), L (ascii).
Responses (device)
byte(s)
1.- 0x00 (hex) for Loop Disabled or
0x01 (hex) for Loop Enabled.
2.- 0x4F (hex), O (ascii) - Success ACK or
0x46 (hex), F (ascii) - Fail NAK.
Description
This command asks for the current loop
points register state of the received channel
(0-13).
If loop points bit is enabled on the channel
the processor sends 0x01 as reply.
Examples (sent and
received commands)
Example 1:
Sent data:
-4F,02,4C- Ask for loop state of channel 2.
Received data:
-01,4F- Channel loop points is enabled, OK.
*All data is in hex.