SmartWAV2-SerialMode_R1
SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 50
7.11 Get Mount State - 0x4F, 0x4Dhex - ‘O, ‘M’ ascii
Commands (host)
byte(s)
1.- 0x4F (hex), O (ascii).
2.- Channel 0x00 to 0x0D (hex), 0-13 (ascii).
3.- 0x4D (hex), M (ascii).
Responses (device)
byte(s)
1.- 0x00 (hex) for No Mounted Track or
0x01 (hex) for Mounted Track.
2.- 0x4F (hex), O (ascii) - Success ACK or
0x46 (hex), F (ascii) - Fail NAK.
Description
This command asks for the current mounted
or not mounted track state in the received
channel (0-13).
If a track is mounted on the channel the
processor sends 0x01 as reply.
Examples (sent and
received commands)
Example 1:
Sent data:
-4F,02,4D- Ask for track mount state of
channel 2.
Received data:
-01,4F- Track is mounted, OK.
Example 1:
Sent data:
-4F,00,4D- Ask for track mount state of
channel 0.
Received data:
-00,4F- Track is not mounted, OK.
*All data is in hex.