Dynon Radios LLC 310001-000 User Manual

Page of 11
SV-COM-425 User Manual  
11 
 
 
Set TX Gate Status   (2 bytes) 
 
Frame 
Name 
Description 
C code name 
Comments 
Byte 1 
Type 
0x68 
TYPE_SET_TXGATE 
  
Byte 2 
ON/OFF 
Rest of bits 
Reserved 
BIT0 
status_txgate 
  
 
Set TX Audio   (2 bytes) 
 
Frame 
Name 
Description 
C code name 
Comments 
Byte 1 
Type 
0x69 
TYPE_SET_TXAUDIO 
  
Byte 2 
Volume 
UINT8 
TX_Audio_vol 
0 <  TX_Audio_vol < 255 
 
Set Security Unlock   (6 bytes) 
 
Frame 
Name 
Description 
C code name 
Comments 
Byte 1 
Type 
0xF0 
TYPE_SECURITY_KEY 
set to: 
Byte 2 
Val1 
UINT8 
securityKey[0] 
0x3B 
Byte 3 
Val2 
UINT8 
securityKey[1] 
0xED 
Byte 4 
Val3 
UINT8 
securityKey[2] 
0x58 
Byte 5 
Val4 
UINT8 
securityKey[3] 
0xC2 
Byte 6 
Val5 
UINT8 
securityKey[4] 
0x7F 
 
Get Unlock Status (2 bytes) 
 
Frame 
Name 
Description 
C code name 
Comments 
Byte 1 
Type 
0x7F 
TYPE_UNLOCK 
  
Byte 2 
Unlock 
Rest of bits 
Reserved 
BIT0 
0x00 or 0x01 
if valid key, returns 1  
if wrong key, returns 0