# Wouxun KG-935G Driver # Updated to support the KG-935G Plus # Updated to support the KG-UV8H # melvin.terechenok@gmail.com # Copyright 2019 Pavel Milanes CO7WT # # Based on the work of Krystian Struzik # who figured out the crypt used and made possible the # Wuoxun KG-UV8D Plus driver, in which this work is based. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . """Wouxun KG-935G radio management module""" import struct import time import logging from chirp import util, chirp_common, bitwise, memmap, errors, directory from chirp.settings import RadioSetting, RadioSettingGroup, \ RadioSettingValueBoolean, RadioSettingValueList, \ RadioSettingValueInteger, RadioSettingValueString, \ RadioSettingValueFloat, RadioSettingValueMap, RadioSettings, \ InvalidValueError LOG = logging.getLogger(__name__) CMD_ID = 128 # \x80 CMD_END = 129 # \x81 CMD_RD = 130 # \82 CMD_WR = 131 # \83 MEM_VALID = 158 # set up map of addresses to upload to known memory locations only # Add new regions as new settings are discovered # 1st entry is start address in hex # 2nd entry is write size (number of bytes to transfer in decimal (64-MAX)) # 3rd entry is write count # so 0x00, 64, 512 = start at 0x00 and write 64*512 bytes = 0 - 32768 # NOTE : It looks like the radio MUST have write # sizes in values of 1,2,4,8,16,32 or 64 bytes if using # a write count value of > 1. # OTHERWISE - it appears the radio gets out of sync # and the memory write is messed up # for that section config_map_935G = ( # map address, write size, write count # (0x00, 64, 512), #- Use for full upload testing (0x44, 32, 1), # Freq Limits (0x440, 8, 1), # Area Message (0x480, 8, 5), # Scan Groups (0x500, 8, 15), # Call Codes (0x580, 8, 15), # Call Names (0x600, 8, 5), # FM Presets (0x800, 64, 2), # settings (0x880, 16, 1), # VFO A (0x8C0, 16, 1), # VFO B (0x900, 64, 250), # Channel Memory 0-999 (0x4780, 32, 375), # Memory Names 0-999 (0x7670, 8, 125), # Ch Valid bytes 0-999 ) AB_LIST = ["A", "B"] STEPS = [2.5, 5.0, 6.25, 10.0, 12.5, 25.0, 50.0, 100.0] STEP_LIST = [str(x) for x in STEPS] ROGER_LIST = ["Off", "Begin", "End", "Both"] TIMEOUT_LIST = ["Off"] + [str(x) + "s" for x in range(15, 901, 15)] VOX_LIST = ["Off"] + ["%s" % x for x in range(1, 10)] BANDWIDTH_LIST = ["Narrow", "Wide"] VOICE_LIST = ["Off", "On"] LANGUAGE_LIST = ["CN", "English", "TC"] SCANMODE_LIST = ["TO", "CO", "SE"] PFKEYLONG_LIST = ["undef", "FRQ2-PTT", "Selec Call", "Scan", "Flashlight", "Alarm", "SOS", "FM Radio", "Moni", "Strobe", "Weather", "Tlk A", "Reverse", "CTC Scan", "DCS Scan", "BRT"] PFKEYSHORT_LIST = ["undef", "Scan", "Flashlight", "Alarm", "SOS", "FM Radio", "Moni", "Strobe", "Weather", "Tlk A", "Reverse", "CTC Scan", "DCS Scan", "BRT"] PFKEYLONG_LIST_UV8H = ["Selec Call", "Vice-Fre Tx"] PFKEYSHORT_LIST_UV8H = ["undef", "Scan", "Lamp", "Alarm", "SOS", "Radio"] PFKEYLONG_LIST_935GPLUS = ["undef", "FRQ2-PTT", "Selec Call", "Favorite", "Bright+", "Scan", "Flashlight", "Alarm", "SOS", "FM Radio", "Moni", "Strobe", "Weather", "Tlk A", "Reverse", "CTC Scan", "DCS Scan", "Backlight"] PFKEYSHORT_LIST_935GPLUS = ["undef", "Favorite", "Bright+", "Scan", "Flashlight", "Alarm", "SOS", "FM Radio", "Moni", "Strobe", "Weather", "Tlk A", "Reverse", "CTC Scan", "DCS Scan", "Backlight"] WORKMODE_LIST = ["VFO", "Ch.Number.", "Ch.Freq.", "Ch.Name"] WORKMODE_LIST_935GPLUS = ["FREQ", "Ch.Number.", "Ch.Freq.", "Ch.Name"] BACKLIGHT_LIST = ["Always On"] + [str(x) + "s" for x in range(1, 21)] + \ ["Always Off"] OFFSET_LIST = ["Off", "Plus Shift", "Minus Shift"] PONMSG_LIST = ["MSG - Bitmap", "Battery Volts"] SPMUTE_LIST = ["QT", "QT+DTMF", "QT*DTMF"] DTMFST_LIST = ["OFF", "DTMF", "ANI", "DTMF+ANI"] DTMF_TIMES = [('%dms' % dtmf, (dtmf // 10)) for dtmf in range(50, 501, 10)] ALERTS = [1750, 2100, 1000, 1450] ALERTS_LIST = [str(x) for x in ALERTS] PTTID_LIST = ["BOT", "EOT", "Both"] LIST_10 = ["Off"] + ["%s" % x for x in range(1, 11)] SCANGRP_LIST = ["All"] + ["%s" % x for x in range(1, 11)] SCQT_LIST = ["Decoder", "Encoder", "All"] SMUTESET_LIST = ["Off", "Tx", "Rx", "Tx+Rx"] POWER_LIST = ["Lo", "Mid", "Hi"] HOLD_TIMES = ["Off"] + ["%s" % x for x in range(100, 5001, 100)] RPTMODE_LIST = ["Radio", "Repeater"] RPTTYPE_MAP = [("X-DIRPT", 1), ("X-TWRPT", 2)] CALLGROUP_LIST = [str(x) for x in range(1, 21)] THEME_LIST = ["White-1", "White-2", "Black-1", "Black-2"] THEME_LIST_935GPLUS = ["White-1", "White-2", "Black-1", "Black-2", "Cool", "Rain", "NotARubi", "Sky", "BTWR", "Candy"] DSPBRTSBY_LIST = ["OFF", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"] DSPBRTACT_MAP = [("1", 1), ("2", 2), ("3", 3), ("4", 4), ("5", 5), ("6", 6), ("7", 7), ("8", 8), ("9", 9), ("10", 10)] TONESCANSAVELIST = ["Rx", "Tx", "Tx/Rx"] PTTDELAY_TIMES = [('%dms' % pttdelay, (pttdelay // 100)) for pttdelay in range(100, 3001, 100)] SCRAMBLE_LIST = ["OFF"] + [str(x) for x in range(1, 9)] ONOFF_LIST = ["OFF", "ON"] # MRT - Map CTCSS Tones - Value in mem is hex value of # (ctcss tone * 10) + 0x8000 # MRT - 0x8000 is for CTCSS tones # MRT - Map DCS Tones - Value in mem is hex representation of # DCS Tone# in Octal + either 0x4000 or 0x6000 for polarity # MRT - 0x4000 is for DCS n tones # MRT - 0x6000 is for DCS i tones TONE_MAP = [('Off', 0x0000)] + \ [('%.1f' % tone, int(0x8000 + tone * 10)) for tone in chirp_common.TONES] + \ [('D%03dn' % tone, int(0x4000 + int(str(tone), 8))) for tone in chirp_common.DTCS_CODES] + \ [('D%03di' % tone, int(0x6000 + int(str(tone), 8))) for tone in chirp_common.DTCS_CODES] BATT_DISP_LIST = ["Icon", "Voltage", "Percent"] WX_TYPE = ["Weather", "Icon-Only", "Tone", "Flash", "Tone-Flash"] # memory slot 0 is not used, start at 1 (so need 1000 slots, not 999) # structure elements whose name starts with x are currently unidentified _MEM_FORMAT_935G = """ #seekto 0x0044; struct { u32 rx_start; u32 rx_stop; u32 tx_start; u32 tx_stop; } uhf_limits; #seekto 0x0054; struct { u32 rx_start; u32 rx_stop; u32 tx_start; u32 tx_stop; } vhf_limits; #seekto 0x0400; struct { char oem1[8]; char unknown[2]; u8 unknown2[10]; u8 unknown3[10]; u8 unknown4[8]; char oem2[10]; u8 version[6]; char date[8]; u8 unknown5[2]; char model[8]; } oem_info; #seekto 0x0480; struct { u16 Group_lower1; u16 Group_upper1; u16 Group_lower2; u16 Group_upper2; u16 Group_lower3; u16 Group_upper3; u16 Group_lower4; u16 Group_upper4; u16 Group_lower5; u16 Group_upper5; u16 Group_lower6; u16 Group_upper6; u16 Group_lower7; u16 Group_upper7; u16 Group_lower8; u16 Group_upper8; u16 Group_lower9; u16 Group_upper9; u16 Group_lower10; u16 Group_upper10; } scan_groups; #seekto 0x0500; struct { u8 cid[6]; } call_ids[20]; #seekto 0x0580; struct { char call_name1[6]; char call_name2[6]; char call_name3[6]; char call_name4[6]; char call_name5[6]; char call_name6[6]; char call_name7[6]; char call_name8[6]; char call_name9[6]; char call_name10[6]; char call_name11[6]; char call_name12[6]; char call_name13[6]; char call_name14[6]; char call_name15[6]; char call_name16[6]; char call_name17[6]; char call_name18[6]; char call_name19[6]; char call_name20[6]; } call_names; #seekto 0x0600; struct { u16 FM_radio1; u16 FM_radio2; u16 FM_radio3; u16 FM_radio4; u16 FM_radio5; u16 FM_radio6; u16 FM_radio7; u16 FM_radio8; u16 FM_radio9; u16 FM_radio10; u16 FM_radio11; u16 FM_radio12; u16 FM_radio13; u16 FM_radio14; u16 FM_radio15; u16 FM_radio16; u16 FM_radio17; u16 FM_radio18; u16 FM_radio19; u16 FM_radio20; u16 unknown_pad_x0640[235]; u8 unknown07fe; u8 unknown07ff; u8 ponmsg; char dispstr[15]; u8 unknown0810; u8 unknown0811; u8 unknown0812; u8 unknown0813; u8 unknown0814; u8 voice; u8 timeout; u8 toalarm; u8 channel_menu; u8 power_save; u8 autolock; u8 keylock; u8 beep; u8 stopwatch; u8 vox; u8 scan_rev; u8 backlight; u8 roger_beep; char mode_sw_pwd[6]; char reset_pwd[6]; u16 pri_ch; u8 ani_sw; u8 ptt_delay; u8 ani_code[6]; u8 dtmf_st; u8 BCL_A; u8 BCL_B; u8 ptt_id; u8 prich_sw; u8 unknown083d; u8 unknown083e; u8 unknown083f; u8 alert; u8 pf1_shrt; u8 pf1_long; u8 pf2_shrt; u8 pf2_long; u8 unknown0845; u8 work_mode_a; u8 work_mode_b; u8 dtmf_tx_time; u8 dtmf_interval; u8 main_band; u16 work_ch_a; u16 work_ch_b; u8 unknown084f; u8 unknown0850; u8 unknown0851; u8 unknown0852; u8 unknown0853; u8 unknown0854; u8 unknown0855; u8 unknown0856; u8 unknown0857; u8 unknown0858; u8 unknown0859; u8 unknown085a; u8 unknown085b; u8 unknown085c; u8 unknown085d; u8 unknown085e; u8 unknown085f; u8 unknown0860; u8 TDR_single_mode; u8 ring_time; u8 ScnGrpA_Act; u8 ScnGrpB_Act; u8 unknown0865; u8 rpt_tone; u8 unknown0867; u8 scan_det; u8 ToneScnSave; u8 unknown086a; u8 smuteset; u8 cur_call_grp; u8 DspBrtAct; u8 DspBrtSby; u8 unknown086f; u8 theme; u8 wxalert; u8 VFO_repeater_a; u8 VFO_repeater_b; u8 unknown0874; u8 unknown0875; u8 unknown0876; u8 unknown0877; u8 unknown0878; u8 unknown0879; u8 unknown087a; u8 unknown087b; u8 unknown087c; u8 unknown087d; u8 unknown087e; u8 unknown087f; } settings; #seekto 0x0880; struct { u32 rxfreq; u32 unknown0; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:1, unknown5:2, unknown4:1, cmpndr:1, mute_mode:2, iswide:1; u8 step; u8 squelch; } vfoa; #seekto 0x08c0; struct { u32 rxfreq; u32 unknown0; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:1, unknown5:2, unknown4:1, cmpndr:1, mute_mode:2, iswide:1; u8 step; u8 squelch; } vfob; #seekto 0x0900; struct { u32 rxfreq; u32 txfreq; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:2, scan_add:1, unknown4:1, compander:1, mute_mode:2, iswide:1; u8 unknown5; u8 unknown6; } memory[1000]; #seekto 0x4780; struct { u8 name[8]; u8 unknown[4]; } names[1000]; #seekto 0x7670; u8 valid[1000]; """ _MEM_FORMAT_935GPLUS = """ #seekto 0x0044; struct { u32 rx_start; u32 rx_stop; u32 tx_start; u32 tx_stop; } uhf_limits; #seekto 0x0054; struct { u32 rx_start; u32 rx_stop; u32 tx_start; u32 tx_stop; } vhf_limits; #seekto 0x0400; struct { char oem1[8]; char unknown[2]; u8 unknown2[10]; u8 unknown3[10]; u8 unknown4[8]; char oem2[10]; u8 version[6]; char date[8]; u8 unknown5[2]; char model[8]; } oem_info; #seekto 0x0480; struct { u16 Group_lower1; u16 Group_upper1; u16 Group_lower2; u16 Group_upper2; u16 Group_lower3; u16 Group_upper3; u16 Group_lower4; u16 Group_upper4; u16 Group_lower5; u16 Group_upper5; u16 Group_lower6; u16 Group_upper6; u16 Group_lower7; u16 Group_upper7; u16 Group_lower8; u16 Group_upper8; u16 Group_lower9; u16 Group_upper9; u16 Group_lower10; u16 Group_upper10; } scan_groups; #seekto 0x0500; struct { u8 cid[6]; } call_ids[20]; #seekto 0x0580; struct { char call_name1[6]; char call_name2[6]; char call_name3[6]; char call_name4[6]; char call_name5[6]; char call_name6[6]; char call_name7[6]; char call_name8[6]; char call_name9[6]; char call_name10[6]; char call_name11[6]; char call_name12[6]; char call_name13[6]; char call_name14[6]; char call_name15[6]; char call_name16[6]; char call_name17[6]; char call_name18[6]; char call_name19[6]; char call_name20[6]; } call_names; #seekto 0x0600; struct { u16 FM_radio1; u16 FM_radio2; u16 FM_radio3; u16 FM_radio4; u16 FM_radio5; u16 FM_radio6; u16 FM_radio7; u16 FM_radio8; u16 FM_radio9; u16 FM_radio10; u16 FM_radio11; u16 FM_radio12; u16 FM_radio13; u16 FM_radio14; u16 FM_radio15; u16 FM_radio16; u16 FM_radio17; u16 FM_radio18; u16 FM_radio19; u16 FM_radio20; u16 unknown_pad_x0640[235]; u8 unknown07fe; u8 unknown07ff; u8 ponmsg; char dispstr[15]; u8 unknown0810; u8 unknown0811; u8 unknown0812; u8 unknown0813; u8 unknown0814; u8 voice; u8 timeout; u8 toalarm; u8 channel_menu; u8 power_save; u8 autolock; u8 keylock; u8 beep; u8 stopwatch; u8 vox; u8 scan_rev; u8 backlight; u8 roger_beep; char mode_sw_pwd[6]; char reset_pwd[6]; u16 pri_ch; u8 ani_sw; u8 ptt_delay; u8 ani_code[6]; u8 dtmf_st; u8 BCL_A; u8 BCL_B; u8 ptt_id; u8 prich_sw; u8 unknown083d; u8 unknown083e; u8 unknown083f; u8 alert; u8 pf1_shrt; u8 pf1_long; u8 pf2_shrt; u8 pf2_long; u8 unknown0845; u8 work_mode_a; u8 work_mode_b; u8 dtmf_tx_time; u8 dtmf_interval; u8 main_band; u16 work_ch_a; u16 work_ch_b; u8 unknown084f; u8 unknown0850; u8 unknown0851; u8 unknown0852; u8 unknown0853; u8 unknown0854; u8 unknown0855; u8 unknown0856; u8 unknown0857; u8 unknown0858; u8 unknown0859; u8 unknown085a; u8 unknown085b; u8 unknown085c; u8 unknown085d; u8 unknown085e; u8 unknown085f; u8 unknown0860; u8 TDR_single_mode; u8 ring_time; u8 ScnGrpA_Act; u8 ScnGrpB_Act; u8 unknown0865; u8 rpt_tone; u8 unknown0867; u8 scan_det; u8 ToneScnSave; u8 unknown086a; u8 smuteset; u8 cur_call_grp; u8 DspBrtAct; u8 DspBrtSby; u8 unknown086f; u8 theme; u8 batt_ind; u8 wxalert; u8 wxalert_type; u8 VFO_repeater_a; u8 VFO_repeater_b; u8 sim_rec; u8 unknown0877; u8 unknown0878; u8 unknown0879; u8 unknown087a; u8 unknown087b; u8 unknown087c; u8 unknown087d; u8 unknown087e; u8 unknown087f; } settings; #seekto 0x0880; struct { u32 rxfreq; u32 unknown0; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:1, unknown5:2, unknown4:1, cmpndr:1, mute_mode:2, iswide:1; u8 step; u8 squelch; } vfoa; #seekto 0x08c0; struct { u32 rxfreq; u32 unknown0; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:1, unknown5:2, unknown4:1, cmpndr:1, mute_mode:2, iswide:1; u8 step; u8 squelch; } vfob; #seekto 0x0900; struct { u32 rxfreq; u32 txfreq; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:2, scan_add:1, unknown4:1, compander:1, mute_mode:2, iswide:1; u8 unknown5; u8 unknown6; } memory[1000]; #seekto 0x4780; struct { u8 name[8]; u8 unknown[4]; } names[1000]; #seekto 0x7670; u8 valid[1000]; """ _MEM_FORMAT_UV8H = """ #seekto 0x0044; struct { u32 rx_start; u32 rx_stop; u32 tx_start; u32 tx_stop; } uhf_limits; #seekto 0x0054; struct { u32 rx_start; u32 rx_stop; u32 tx_start; u32 tx_stop; } vhf_limits; #seekto 0x0400; struct { char oem1[8]; char unknown[2]; u8 unknown2[10]; u8 unknown3[10]; u8 unknown4[8]; char oem2[10]; u8 version[6]; char date[8]; u8 unknown5[2]; char model[8]; } oem_info; #seekto 0x0480; struct { u16 Group_lower1; u16 Group_upper1; u16 Group_lower2; u16 Group_upper2; u16 Group_lower3; u16 Group_upper3; u16 Group_lower4; u16 Group_upper4; u16 Group_lower5; u16 Group_upper5; u16 Group_lower6; u16 Group_upper6; u16 Group_lower7; u16 Group_upper7; u16 Group_lower8; u16 Group_upper8; u16 Group_lower9; u16 Group_upper9; u16 Group_lower10; u16 Group_upper10; } scan_groups; #seekto 0x0500; struct { u8 cid[6]; } call_ids[20]; #seekto 0x0580; struct { char call_name1[6]; char call_name2[6]; char call_name3[6]; char call_name4[6]; char call_name5[6]; char call_name6[6]; char call_name7[6]; char call_name8[6]; char call_name9[6]; char call_name10[6]; char call_name11[6]; char call_name12[6]; char call_name13[6]; char call_name14[6]; char call_name15[6]; char call_name16[6]; char call_name17[6]; char call_name18[6]; char call_name19[6]; char call_name20[6]; } call_names; #seekto 0x0600; struct { u16 FM_radio1; u16 FM_radio2; u16 FM_radio3; u16 FM_radio4; u16 FM_radio5; u16 FM_radio6; u16 FM_radio7; u16 FM_radio8; u16 FM_radio9; u16 FM_radio10; u16 FM_radio11; u16 FM_radio12; u16 FM_radio13; u16 FM_radio14; u16 FM_radio15; u16 FM_radio16; u16 FM_radio17; u16 FM_radio18; u16 FM_radio19; u16 FM_radio20; u16 unknown_pad_x0640[235]; u8 unknown07fe; u8 unknown07ff; u8 ponmsg; char dispstr[15]; u8 unknown0810; u8 unknown0811; u8 unknown0812; u8 unknown0813; u8 unknown0814; u8 voice; u8 timeout; u8 toalarm; u8 channel_menu; u8 power_save; u8 autolock; u8 keylock; u8 beep; u8 stopwatch; u8 vox; u8 scan_rev; u8 backlight; u8 roger_beep; char mode_sw_pwd[6]; char reset_pwd[6]; u16 pri_ch; u8 ani_sw; u8 ptt_delay; u8 ani_code[6]; u8 dtmf_st; u8 BCL_A; u8 BCL_B; u8 ptt_id; u8 prich_sw; u8 rpttype; u8 rptspk; u8 rptptt; u8 alert; u8 pf1_long; u8 pf1_shrt; u8 unk845; u8 work_mode_a; u8 work_mode_b; u8 dtmf_tx_time; u8 dtmf_interval; u8 unk4a; u16 work_ch_a; u16 work_ch_b; u8 unk4d; u8 main_band; u8 unknown084f; u8 unknown0850; u8 unknown0851; u8 unknown0852; u8 unknown0853; u8 unknown0854; u8 rptmode; u8 language; u8 unknown0857; u8 unknown0858; u8 unknown0859; u8 unknown085a; u8 unknown085b; u8 unknown085c; u8 unknown085d; u8 unknown085e; u8 TDR_single_mode; u8 ring_time; u8 ScnGrpA_Act; u8 ScnGrpB_Act; u8 unk863; u8 rpt_tone; u8 rpt_hold; u8 scan_det; u8 ToneScnSave; u8 unk868; u8 smuteset; u8 cur_call_grp; u8 DspBrtAct; u8 unknown086c; u8 theme; u8 wxalert; u8 unknown086f; u8 unknown0870; u8 unk871; u8 unk872; u8 unk873; u8 unknown0874; u8 unknown0875; u8 unknown0876; u8 unknown0877; u8 unknown0878; u8 unknown0879; u8 unknown087a; u8 unknown087b; u8 unknown087c; u8 unknown087d; u8 unknown087e; u8 unknown087f; } settings; #seekto 0x0880; struct { u32 rxfreq; u32 offset; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:1, ofst_dir:2, unknown4:1, cmpndr:1, mute_mode:2, iswide:1; u8 step; u8 squelch; } vfoa; #seekto 0x08c0; struct { u32 rxfreq; u32 offset; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:1, ofst_dir:2, unknown4:1, cmpndr:1, mute_mode:2, iswide:1; u8 step; u8 squelch; } vfob; #seekto 0x0900; struct { u32 rxfreq; u32 txfreq; u16 rxtone; u16 txtone; u8 scrambler:4, power:4; u8 unknown3:2, scan_add:1, unknown4:1, compander:1, mute_mode:2, iswide:1; u8 unknown5; u8 unknown6; } memory[1000]; #seekto 0x4780; struct { u8 name[8]; u8 unknown[4]; } names[1000]; #seekto 0x7670; u8 valid[1000]; """ # Support for the Wouxun KG-935G radio # Serial coms are at 19200 baud # The data is passed in variable length records # Record structure: # Offset Usage # 0 start of record (\x7c) # 1 Command (\x80 Identify \x81 End/Reboot \x82 Read \x83 Write) # 2 direction (\xff PC-> Radio, \x00 Radio -> PC) # 3 length of payload (excluding header/checksum) (n) # 4 payload (n bytes) # 4+n+1 checksum - byte sum (% 256) of bytes 1 -> 4+n # # Memory Read Records: # the payload is 3 bytes, first 2 are offset (big endian), # 3rd is number of bytes to read # Memory Write Records: # the maximum payload size (from the Wouxun software) seems to be 66 bytes # (2 bytes location + 64 bytes data). # MRT 1.2 correct spelling of Wouxon def str2callid(val): """ Convert caller id strings from callid2str. """ ascii2bin = "0123456789" s = str(val).strip() LOG.debug("val = %s" % val) LOG.debug("s = %s" % s) if len(s) < 3 or len(s) > 6: raise InvalidValueError( "Caller ID must be at least 3 and no more than 6 digits") if s[0] == '0': raise InvalidValueError( "First digit of a Caller ID cannot be a zero '0'") blk = bytearray() for c in s: if c not in ascii2bin: raise InvalidValueError( "Caller ID must be all digits 0x%x" % c) b = ascii2bin.index(c) blk.append(b) if len(blk) < 6: blk.append(0x0F) # EOL a short ID if len(blk) < 6: for i in range(0, (6 - len(blk))): blk.append(0xf0) LOG.debug("blk = %s" % blk) return blk @directory.register class KG935GRadio(chirp_common.CloneModeRadio, chirp_common.ExperimentalRadio): """Wouxun KG-935G""" VENDOR = "Wouxun" MODEL = "KG-935G" _model = b"KG-UV8D-B" BAUD_RATE = 19200 # MRT - Added Medium Power level for 935G support POWER_LEVELS = [chirp_common.PowerLevel("L", watts=0.5), chirp_common.PowerLevel("M", watts=4.5), chirp_common.PowerLevel("H", watts=5.5)] NEEDS_COMPAT_SERIAL = False _record_start = 0x7C def _checksum(self, data): cs = 0 for byte in data: cs += byte return cs % 256 def _write_record(self, cmd, payload=b''): _packet = struct.pack('BBBB', self._record_start, cmd, 0xFF, len(payload)) checksum = bytes([self._checksum(_packet[1:] + payload)]) _packet += self.encrypt(payload + checksum) LOG.debug("Sent:\n%s" % util.hexprint(_packet)) self.pipe.write(_packet) def _read_record(self): # read 4 chars for the header _header = self.pipe.read(4) if len(_header) != 4: raise errors.RadioError('Radio did not respond') _length = struct.unpack('xxxB', _header)[0] _packet = self.pipe.read(_length) _rcs_xor = _packet[-1] _packet = self.decrypt(_packet) _cs = self._checksum(_header[1:]) _cs += self._checksum(_packet) _cs %= 256 _rcs = self.strxor(self.pipe.read(1)[0], _rcs_xor)[0] LOG.debug("_cs =%x", _cs) LOG.debug("_rcs=%x", _rcs) return (_rcs != _cs, _packet) def decrypt(self, data): result = b'' for i in range(len(data)-1, 0, -1): result += self.strxor(data[i], data[i - 1]) result += self.strxor(data[0], 0x57) return result[::-1] def encrypt(self, data): result = self.strxor(0x57, data[0]) for i in range(1, len(data), 1): result += self.strxor(result[i - 1], data[i]) return result def strxor(self, xora, xorb): return bytes([xora ^ xorb]) # Identify the radio # # A Gotcha: the first identify packet returns a bad checksum, subsequent # attempts return the correct checksum... (well it does on my radio!) # # The ID record returned by the radio also includes the # current frequency range # as 4 bytes big-endian in 10Hz increments # # Offset # 0:10 Model, zero padded (Looks for 'KG-UV8D-B') def _identify(self): """Do the identification dance""" for _i in range(0, 10): self._write_record(CMD_ID) _chksum_err, _resp = self._read_record() LOG.debug("Got:\n%s" % util.hexprint(_resp)) if _chksum_err: LOG.error("Checksum error: retrying ident...") time.sleep(0.100) continue LOG.debug("Model %s" % util.hexprint(_resp[0:9])) if _resp[0:9] == self._model: return if len(_resp) == 0: raise Exception("Radio not responding") else: raise Exception("Unable to identify radio") def _finish(self): self._write_record(CMD_END) def process_mmap(self): self._memobj = bitwise.parse(_MEM_FORMAT_935G, self._mmap) def sync_in(self): try: self._mmap = self._download() except errors.RadioError: raise except Exception as e: raise errors.RadioError("Failed to communicate with radio: %s" % e) self.process_mmap() def sync_out(self): self._upload() # TODO: Load all memory. # It would be smarter to only load the active areas and none of # the padding/unused areas. Padding still need to be investigated. def _download(self): """Talk to a wouxun KG-935G and do a download""" try: self._identify() return self._do_download(0, 32768, 64) except errors.RadioError: raise except Exception as e: LOG.exception('Unknown error during download process') raise errors.RadioError("Failed to communicate with radio: %s" % e) def _do_download(self, start, end, blocksize): # allocate & fill memory image = b"" for i in range(start, end, blocksize): req = struct.pack('>HB', i, blocksize) self._write_record(CMD_RD, req) cs_error, resp = self._read_record() if cs_error: LOG.debug(util.hexprint(resp)) raise Exception("Checksum error on read") # LOG.debug("Got:\n%s" % util.hexprint(resp)) image += resp[2:] if self.status_fn: status = chirp_common.Status() status.cur = i status.max = end status.msg = "Cloning from radio" self.status_fn(status) self._finish() return memmap.MemoryMapBytes(image) def _upload(self): """Talk to a wouxun KG-935G and do a upload""" try: self._identify() self._do_upload() except errors.RadioError: raise except Exception as e: raise errors.RadioError("Failed to communicate with radio: %s" % e) return def _do_upload(self): cfgmap = config_map_935G for start, blocksize, count in cfgmap: end = start + (blocksize * count) LOG.debug("start = " + str(start)) LOG.debug("end = " + str(end)) LOG.debug("blksize = " + str(blocksize)) for addr in range(start, end, blocksize): ptr = addr LOG.debug("ptr = " + str(ptr)) req = struct.pack('>H', addr) chunk = self.get_mmap()[ptr:ptr + blocksize] self._write_record(CMD_WR, req + chunk) LOG.debug(util.hexprint(req + chunk)) cserr, ack = self._read_record() LOG.debug(util.hexprint(ack)) j = struct.unpack('>H', ack)[0] if cserr or j != ptr: raise Exception("Radio did not ack block %i" % ptr) ptr += blocksize if self.status_fn: status = chirp_common.Status() status.cur = ptr status.max = 0x8000 status.msg = "Cloning to radio" self.status_fn(status) self._finish() def get_features(self): rf = chirp_common.RadioFeatures() rf.has_settings = True rf.has_ctone = True rf.has_rx_dtcs = True rf.has_cross = True rf.has_tuning_step = False rf.has_bank = False rf.can_odd_split = True rf.valid_skips = ["", "S"] rf.valid_tmodes = ["", "Tone", "TSQL", "DTCS", "Cross"] rf.valid_cross_modes = [ "Tone->Tone", "Tone->DTCS", "DTCS->Tone", "DTCS->", "->Tone", "->DTCS", "DTCS->DTCS", ] rf.valid_modes = ["FM", "NFM"] rf.valid_power_levels = self.POWER_LEVELS rf.valid_name_length = 8 rf.valid_duplexes = ["", "-", "+", "split", "off"] # MRT - Open up channel memory freq range to support # RxFreq limit expansion rf.valid_bands = [(30000000, 299999990), # supports 2m (300000000, 999999990)] # supports 70cm rf.valid_characters = chirp_common.CHARSET_ASCII rf.memory_bounds = (1, 999) # 999 memories rf.valid_tuning_steps = STEPS return rf @classmethod def get_prompts(cls): rp = chirp_common.RadioPrompts() rp.experimental = \ ('This driver is experimental. USE AT YOUR OWN RISK\n' '\n' 'Please save a copy of the image from your radio with Chirp ' 'before modifying any values.\n' '\n' 'Please keep a copy of your memories with the original Wouxon' 'CPS software if you treasure them, this driver is new and' 'may contain bugs.\n' ) return rp def get_raw_memory(self, number): return repr(self._memobj.memory[number]) def _get_tone(self, _mem, mem): # MRT - corrected the Polarity decoding to match 935G implementation # use 0x2000 bit mask for R # MRT - 0x2000 appears to be the bit mask for Inverted DCS tones # MRT - n DCS Tone will be 0x4xxx values - i DCS Tones will # be 0x6xxx values. # MRT - Chirp Uses N for n DCS Tones and R for i DCS Tones def _get_dcs(val): code = int("%03o" % (val & 0x07FF)) pol = (val & 0x2000) and "R" or "N" return code, pol # MRT - Modified the function below to bitwise AND with 0x4000 # to check for 935G DCS Tone decoding # MRT 0x4000 appears to be the bit mask for DCS tones tpol = False # MRT Beta 1.1 - Fix the txtone compare to 0x4000 - was rxtone. if _mem.txtone != 0xFFFF and (_mem.txtone & 0x4000) == 0x4000: tcode, tpol = _get_dcs(_mem.txtone) mem.dtcs = tcode txmode = "DTCS" elif _mem.txtone != 0xFFFF and _mem.txtone != 0x0: mem.rtone = (_mem.txtone & 0x7fff) / 10.0 txmode = "Tone" else: txmode = "" # MRT - Modified the function below to bitwise AND with 0x4000 # to check for 935G DCS Tone decoding rpol = False if _mem.rxtone != 0xFFFF and (_mem.rxtone & 0x4000) == 0x4000: rcode, rpol = _get_dcs(_mem.rxtone) mem.rx_dtcs = rcode rxmode = "DTCS" elif _mem.rxtone != 0xFFFF and _mem.rxtone != 0x0: mem.ctone = (_mem.rxtone & 0x7fff) / 10.0 rxmode = "Tone" else: rxmode = "" if txmode == "Tone" and not rxmode: mem.tmode = "Tone" elif txmode == rxmode and txmode == "Tone" and mem.rtone == mem.ctone: mem.tmode = "TSQL" elif txmode == rxmode and txmode == "DTCS" and mem.dtcs == mem.rx_dtcs: mem.tmode = "DTCS" elif rxmode or txmode: mem.tmode = "Cross" mem.cross_mode = "%s->%s" % (txmode, rxmode) # always set it even if no dtcs is used mem.dtcs_polarity = "%s%s" % (tpol or "N", rpol or "N") LOG.debug("Got TX %s (%i) RX %s (%i)" % (txmode, _mem.txtone, rxmode, _mem.rxtone)) def get_memory(self, number): _mem = self._memobj.memory[number] _nam = self._memobj.names[number] mem = chirp_common.Memory() mem.number = number _valid = self._memobj.valid[mem.number] LOG.debug("%d %s", number, _valid == MEM_VALID) if _valid != MEM_VALID: mem.empty = True return mem else: mem.empty = False mem.freq = int(_mem.rxfreq) * 10 if _mem.txfreq == 0xFFFFFFFF: # TX freq not set mem.duplex = "off" mem.offset = 0 elif int(_mem.rxfreq) == int(_mem.txfreq): mem.duplex = "" mem.offset = 0 elif abs(int(_mem.rxfreq) * 10 - int(_mem.txfreq) * 10) > 70000000: mem.duplex = "split" mem.offset = int(_mem.txfreq) * 10 else: mem.duplex = int(_mem.rxfreq) > int(_mem.txfreq) and "-" or "+" mem.offset = abs(int(_mem.rxfreq) - int(_mem.txfreq)) * 10 for char in _nam.name: if char != 0: mem.name += chr(char) mem.name = mem.name.rstrip() self._get_tone(_mem, mem) mem.skip = "" if bool(_mem.scan_add) else "S" _mem.power = _mem.power & 0x3 if _mem.power > 2: _mem.power = 2 mem.power = self.POWER_LEVELS[_mem.power] mem.mode = _mem.iswide and "FM" or "NFM" return mem def _set_tone(self, mem, _mem): def _set_dcs(code, pol): # MRT Change from + 0x2800 to bitwise OR with 0x4000 to # set the bit for DCS val = int("%i" % code, 8) | 0x4000 if pol == "R": # MRT Change to 0x2000 from 0x8000 to set the bit for # i/R polarity val += 0x2000 return val rx_mode = tx_mode = None rxtone = txtone = 0x0000 if mem.tmode == "Tone": tx_mode = "Tone" rx_mode = None txtone = int(mem.rtone * 10) + 0x8000 elif mem.tmode == "TSQL": rx_mode = tx_mode = "Tone" rxtone = txtone = int(mem.ctone * 10) + 0x8000 elif mem.tmode == "DTCS": tx_mode = rx_mode = "DTCS" txtone = _set_dcs(mem.dtcs, mem.dtcs_polarity[0]) rxtone = _set_dcs(mem.dtcs, mem.dtcs_polarity[1]) elif mem.tmode == "Cross": tx_mode, rx_mode = mem.cross_mode.split("->") if tx_mode == "DTCS": txtone = _set_dcs(mem.dtcs, mem.dtcs_polarity[0]) elif tx_mode == "Tone": txtone = int(mem.rtone * 10) + 0x8000 if rx_mode == "DTCS": rxtone = _set_dcs(mem.rx_dtcs, mem.dtcs_polarity[1]) elif rx_mode == "Tone": rxtone = int(mem.ctone * 10) + 0x8000 _mem.rxtone = rxtone _mem.txtone = txtone LOG.debug("Set TX %s (%i) RX %s (%i)" % (tx_mode, _mem.txtone, rx_mode, _mem.rxtone)) def set_memory(self, mem): number = mem.number _mem = self._memobj.memory[number] _nam = self._memobj.names[number] if mem.empty: _mem.set_raw("\x00" * (_mem.size() // 8)) self._memobj.valid[number] = 0 self._memobj.names[number].set_raw("\x00" * (_nam.size() // 8)) return _mem.rxfreq = int(mem.freq / 10) if mem.duplex == "off": _mem.txfreq = 0xFFFFFFFF elif mem.duplex == "split": _mem.txfreq = int(mem.offset / 10) elif mem.duplex == "off": for i in range(0, 4): _mem.txfreq[i].set_raw("\xFF") elif mem.duplex == "+": _mem.txfreq = int(mem.freq / 10) + int(mem.offset / 10) elif mem.duplex == "-": _mem.txfreq = int(mem.freq / 10) - int(mem.offset / 10) else: _mem.txfreq = int(mem.freq / 10) _mem.scan_add = int(mem.skip != "S") _mem.iswide = int(mem.mode == "FM") # set the tone self._set_tone(mem, _mem) # MRT set the scrambler and compander to off by default # MRT This changes them in the channel memory _mem.scrambler = 0 _mem.compander = 0 # set the power _mem.power = _mem.power & 0x3 if mem.power: if _mem.power > 2: _mem.power = 2 _mem.power = self.POWER_LEVELS.index(mem.power) else: _mem.power = True # MRT set to mute mode to QT (not QT+DTMF or QT*DTMF) by default # MRT This changes them in the channel memory _mem.mute_mode = 0 # MRT it is unknown what impact these values have # MRT This changes them in the channel memory to match what # Wouxun CPS shows when creating a channel # MRT It is likely that these are just left as is and not # written to by CPS - bit remnants of 0xFF in the unused memory # _mem.unknown1 = 0 # MRT Set to 3 to TO MATCH CPS VALUES _mem.unknown3 = 3 # MRT Set to 1 to TO MATCH CPS VALUES _mem.unknown4 = 1 # MRT set unknown5 to 1 and unknown6 to 0 _mem.unknown5 = 1 _mem.unknown6 = 255 for i in range(0, len(_nam.name)): if i < len(mem.name) and mem.name[i]: _nam.name[i] = ord(mem.name[i]) else: _nam.name[i] = 0x0 self._memobj.valid[mem.number] = MEM_VALID def _get_settings(self): _settings = self._memobj.settings _vfoa = self._memobj.vfoa _vfob = self._memobj.vfob _scan = self._memobj.scan_groups _callname = self._memobj.call_names if self.MODEL == "KG-935G": themelist = THEME_LIST vfoa_grp_label = "VFO A Settings" vfob_grp_label = "VFO B Settings" workmodelist = WORKMODE_LIST pfkeyshort = PFKEYSHORT_LIST pfkeylong = PFKEYLONG_LIST dispmesg = "Display Message - Interface Display Edit" areamsglabel = "Model / Bottom Banner" vfo_area = "VFO " ani_msg = "ANI-ID Switch (ANI-SW)" pttdly_msg = "PTT-DLY" idtx_msg = "PTT-ID" elif self.MODEL == "KG-UV8H": themelist = THEME_LIST vfoa_grp_label = "VFO A Settings" vfob_grp_label = "VFO B Settings" workmodelist = WORKMODE_LIST pfkeyshort = PFKEYSHORT_LIST_UV8H pfkeylong = PFKEYLONG_LIST_UV8H dispmesg = "Display Message - Interface Display Edit" areamsglabel = "Model / Bottom Banner" vfo_area = "VFO " ani_msg = "ANI-ID Switch (ANI-SW)" pttdly_msg = "PTT-DLY" idtx_msg = "PTT-ID" elif self.MODEL == "KG-935G Plus": themelist = THEME_LIST_935GPLUS vfoa_grp_label = "Freq Mode A Settings" vfob_grp_label = "Freq Mode B Settings" workmodelist = WORKMODE_LIST_935GPLUS pfkeyshort = PFKEYSHORT_LIST_935GPLUS pfkeylong = PFKEYLONG_LIST_935GPLUS dispmesg = "Top Message" areamsglabel = "Area Message" vfo_area = "Area " ani_msg = "Send ANI-ID on Tx(ANI-SW)" pttdly_msg = "ID Delay" idtx_msg = "ID Transmit Setting" cfg_grp = RadioSettingGroup("cfg_grp", "Config Settings") vfoa_grp = RadioSettingGroup("vfoa_grp", vfoa_grp_label) vfob_grp = RadioSettingGroup("vfob_grp", vfob_grp_label) key_grp = RadioSettingGroup("key_grp", "Key Settings") fmradio_grp = RadioSettingGroup("fmradio_grp", "FM Broadcast Memory") lmt_grp = RadioSettingGroup("lmt_grp", "Frequency Limits") oem_grp = RadioSettingGroup("oem_grp", "OEM Info") scan_grp = RadioSettingGroup("scan_grp", "Scan Group") call_grp = RadioSettingGroup("call_grp", "Call Settings") group = RadioSettings(cfg_grp, vfoa_grp, vfob_grp, fmradio_grp, key_grp, scan_grp, call_grp, lmt_grp, oem_grp) # Call Settings rs = RadioSetting("cur_call_grp", "Current Call Group", RadioSettingValueList(CALLGROUP_LIST, CALLGROUP_LIST[_settings. cur_call_grp])) call_grp.append(rs) def apply_callid(setting, obj): c = str2callid(setting.value) obj.cid = c callchars = "0123456789" for i in range(1, 21): callnum = str(i) _msg = "" _msg1 = str(eval("_callname.call_name"+callnum)).split("\0")[0] # MRT - Handle default factory values of 0xFF or # non-ascii values in Call Name memory for char in _msg1: if char < chr(0x20) or char > chr(0x7E): _msg += "" else: _msg += str(char) val = RadioSettingValueString(0, 6, _msg) val.set_mutable(True) rs = RadioSetting("call_names.call_name"+callnum, "Call Name "+callnum, val) call_grp.append(rs) x = i - 1 callid = self._memobj.call_ids[x] c_id = RadioSettingValueString(0, 6, self.callid2str(callid.cid), False) rs = RadioSetting("call_ids[%i].cid" % x, "Call Code %s" % str(i), c_id) rs.set_apply_callback(apply_callid, callid) call_grp.append(rs) # Configuration Settings # rs = RadioSetting("DspBrtAct", "Display Brightness ACTIVE", RadioSettingValueMap(DSPBRTACT_MAP, _settings.DspBrtAct)) cfg_grp.append(rs) if self.MODEL != "KG-UV8H": rs = RadioSetting("DspBrtSby", "Display Brightness STANDBY", RadioSettingValueList(DSPBRTSBY_LIST, DSPBRTSBY_LIST[_settings. DspBrtSby])) cfg_grp.append(rs) rs = RadioSetting("wxalert", "Weather Alert", RadioSettingValueBoolean(_settings.wxalert)) cfg_grp.append(rs) if self.MODEL == "KG-935G Plus": rs = RadioSetting("wxalert_type", "Weather Alert Notification", RadioSettingValueList(WX_TYPE, WX_TYPE[_settings. wxalert_type])) cfg_grp.append(rs) rs = RadioSetting("power_save", "Battery Saver", RadioSettingValueBoolean(_settings.power_save)) cfg_grp.append(rs) rs = RadioSetting("theme", "Theme", RadioSettingValueList( themelist, themelist[_settings.theme])) cfg_grp.append(rs) rs = RadioSetting("backlight", "Backlight Active Time", RadioSettingValueList(BACKLIGHT_LIST, BACKLIGHT_LIST[_settings. backlight])) cfg_grp.append(rs) rs = RadioSetting("scan_rev", "Scan Mode", RadioSettingValueList(SCANMODE_LIST, SCANMODE_LIST[_settings. scan_rev])) cfg_grp.append(rs) rs = RadioSetting("prich_sw", "Priority Channel Scan", RadioSettingValueBoolean(_settings.prich_sw)) cfg_grp.append(rs) rs = RadioSetting("pri_ch", "Priority Channel - Can not be empty Channel", RadioSettingValueInteger(1, 999, _settings.pri_ch)) cfg_grp.append(rs) rs = RadioSetting("scan_det", "Scan Mode Tone Detect", RadioSettingValueBoolean(_settings.scan_det)) cfg_grp.append(rs) rs = RadioSetting("ToneScnSave", "Tone Scan Save", RadioSettingValueList(TONESCANSAVELIST, TONESCANSAVELIST[_settings. ToneScnSave])) cfg_grp.append(rs) rs = RadioSetting("roger_beep", "Roger Beep", RadioSettingValueList(ROGER_LIST, ROGER_LIST[_settings. roger_beep])) cfg_grp.append(rs) rs = RadioSetting("timeout", "Timeout Timer (TOT)", RadioSettingValueList( TIMEOUT_LIST, TIMEOUT_LIST[_settings.timeout])) cfg_grp.append(rs) rs = RadioSetting("toalarm", "Timeout Alarm (TOA)", RadioSettingValueInteger(0, 10, _settings.toalarm)) cfg_grp.append(rs) rs = RadioSetting("vox", "VOX", RadioSettingValueList(LIST_10, LIST_10[_settings.vox])) cfg_grp.append(rs) rs = RadioSetting("voice", "Voice Guide", RadioSettingValueBoolean(_settings.voice)) cfg_grp.append(rs) rs = RadioSetting("beep", "Keypad Beep", RadioSettingValueBoolean(_settings.beep)) cfg_grp.append(rs) rs = RadioSetting("BCL_A", "Busy Channel Lock-out A", RadioSettingValueBoolean(_settings.BCL_A)) cfg_grp.append(rs) rs = RadioSetting("BCL_B", "Busy Channel Lock-out B", RadioSettingValueBoolean(_settings.BCL_B)) cfg_grp.append(rs) rs = RadioSetting("smuteset", "Secondary Area Mute (SMUTESET)", RadioSettingValueList(SMUTESET_LIST, SMUTESET_LIST[_settings. smuteset])) cfg_grp.append(rs) rs = RadioSetting("ani_sw", ani_msg, RadioSettingValueBoolean(_settings.ani_sw)) cfg_grp.append(rs) rs = RadioSetting("dtmf_st", "DTMF Sidetone (SIDETONE)", RadioSettingValueList(DTMFST_LIST, DTMFST_LIST[_settings. dtmf_st])) cfg_grp.append(rs) rs = RadioSetting("alert", "Alert Tone", RadioSettingValueList(ALERTS_LIST, ALERTS_LIST[_settings.alert])) cfg_grp.append(rs) rs = RadioSetting("ptt_delay", pttdly_msg, RadioSettingValueMap(PTTDELAY_TIMES, _settings.ptt_delay)) cfg_grp.append(rs) rs = RadioSetting("ptt_id", idtx_msg, RadioSettingValueList(PTTID_LIST, PTTID_LIST[_settings.ptt_id])) cfg_grp.append(rs) rs = RadioSetting("ring_time", "Ring Time", RadioSettingValueList(LIST_10, LIST_10[_settings.ring_time])) cfg_grp.append(rs) if self.MODEL == "KG-UV8H": rs = RadioSetting("language", "Language", RadioSettingValueList( LANGUAGE_LIST, LANGUAGE_LIST[_settings.language])) cfg_grp.append(rs) rs = RadioSetting("rptmode", "Radio Work Mode", RadioSettingValueList( RPTMODE_LIST, RPTMODE_LIST[_settings.rptmode])) cfg_grp.append(rs) rs = RadioSetting("rpttype", "Repeater Type", RadioSettingValueMap(RPTTYPE_MAP, _settings.rpttype)) cfg_grp.append(rs) rs = RadioSetting("rptspk", "Repeater Speaker", RadioSettingValueBoolean(_settings.rptspk)) cfg_grp.append(rs) rs = RadioSetting("rptptt", "Repeater PTT", RadioSettingValueBoolean(_settings.rptptt)) cfg_grp.append(rs) rs = RadioSetting("rpt_hold", "RPT Hold Time", RadioSettingValueList(HOLD_TIMES, HOLD_TIMES[_settings.rpt_hold])) cfg_grp.append(rs) rs = RadioSetting("rpt_tone", "Repeater Tone", RadioSettingValueBoolean(_settings.rpt_tone)) cfg_grp.append(rs) rs = RadioSetting("stopwatch", "Timer / Stopwatch", RadioSettingValueBoolean(_settings.stopwatch)) cfg_grp.append(rs) rs = RadioSetting("autolock", "Autolock", RadioSettingValueBoolean(_settings.autolock)) cfg_grp.append(rs) rs = RadioSetting("keylock", "Keypad Lock", RadioSettingValueBoolean(_settings.keylock)) cfg_grp.append(rs) rs = RadioSetting("ponmsg", "Poweron message", RadioSettingValueList( PONMSG_LIST, PONMSG_LIST[_settings.ponmsg])) cfg_grp.append(rs) rs = RadioSetting("dtmf_tx_time", "DTMF Transmit Time", RadioSettingValueMap(DTMF_TIMES, _settings.dtmf_tx_time)) cfg_grp.append(rs) rs = RadioSetting("dtmf_interval", "DTMF Interval Time", RadioSettingValueMap(DTMF_TIMES, _settings.dtmf_interval)) cfg_grp.append(rs) if self.MODEL == "KG-935G Plus": rs = RadioSetting("batt_ind", "Battery Indicator", RadioSettingValueList( BATT_DISP_LIST, BATT_DISP_LIST[_settings.batt_ind])) cfg_grp.append(rs) rs = RadioSetting("sim_rec", "Simultaneous Receive", RadioSettingValueBoolean(_settings.sim_rec)) cfg_grp.append(rs) rs = RadioSetting("channel_menu", "Menu available in channel mode", RadioSettingValueBoolean(_settings.channel_menu)) cfg_grp.append(rs) pswdchars = "0123456789" _msg = str(_settings.mode_sw_pwd).split("\0")[0] val = RadioSettingValueString(0, 6, _msg, False) val.set_mutable(True) val.set_charset(pswdchars) rs = RadioSetting("mode_sw_pwd", "Mode SW Pwd", val) cfg_grp.append(rs) _msg = str(_settings.reset_pwd).split("\0")[0] val = RadioSettingValueString(0, 6, _msg, False) val.set_charset(pswdchars) val.set_mutable(True) rs = RadioSetting("reset_pwd", "Reset Pwd", val) cfg_grp.append(rs) # Key Settings # _msg = str(_settings.dispstr).split("\0")[0] val = RadioSettingValueString(0, 15, _msg) val.set_mutable(True) rs = RadioSetting("dispstr", dispmesg, val) key_grp.append(rs) def apply_ani_id(setting, obj): c = str2callid(setting.value) obj.ani_code = c cid = self._memobj.settings my_callid = RadioSettingValueString(3, 6, self.callid2str(cid.ani_code), False) rs = RadioSetting("ani_code", "ANI Edit", my_callid) rs.set_apply_callback(apply_ani_id, cid) key_grp.append(rs) rs = RadioSetting("pf1_shrt", "PF1 SHORT Key function", RadioSettingValueList( pfkeyshort, pfkeyshort[_settings.pf1_shrt])) key_grp.append(rs) rs = RadioSetting("pf1_long", "PF1 LONG Key function", RadioSettingValueList( pfkeylong, pfkeylong[_settings.pf1_long])) key_grp.append(rs) if self.MODEL != "KG-UV8H": rs = RadioSetting("pf2_shrt", "PF2 SHORT Key function", RadioSettingValueList( pfkeyshort, pfkeyshort[_settings.pf2_shrt])) key_grp.append(rs) rs = RadioSetting("pf2_long", "PF2 LONG Key function", RadioSettingValueList( pfkeylong, pfkeylong[_settings.pf2_long])) key_grp.append(rs) # SCAN GROUP settings rs = RadioSetting("ScnGrpA_Act", "Scan Group A Active", RadioSettingValueList(SCANGRP_LIST, SCANGRP_LIST[_settings. ScnGrpA_Act])) scan_grp.append(rs) rs = RadioSetting("ScnGrpB_Act", "Scan Group B Active", RadioSettingValueList(SCANGRP_LIST, SCANGRP_LIST[_settings. ScnGrpB_Act])) scan_grp.append(rs) for i in range(1, 11): scgroup = str(i) rs = RadioSetting("scan_groups.Group_lower"+scgroup, "Scan Group "+scgroup+" Lower", RadioSettingValueInteger(1, 999, eval("self._memobj. \ scan_groups. \ Group_lower" + scgroup))) scan_grp.append(rs) rs = RadioSetting("scan_groups.Group_upper"+scgroup, "Scan Group "+scgroup+" Upper", RadioSettingValueInteger(1, 999, eval("self._memobj. \ scan_groups. \ Group_upper" + scgroup))) scan_grp.append(rs) # VFO A Settings # rs = RadioSetting("work_mode_a", vfo_area + "A Workmode", RadioSettingValueList(workmodelist, workmodelist[_settings. work_mode_a])) vfoa_grp.append(rs) rs = RadioSetting("work_ch_a", vfo_area + "A Work Channel", RadioSettingValueInteger(1, 999, _settings.work_ch_a)) vfoa_grp.append(rs) rs = RadioSetting("vfoa.rxfreq", vfo_area + "A Rx Frequency (MHz)", RadioSettingValueFloat( 30.00000, 999.999999, (_vfoa.rxfreq / 100000.0), 0.000001, 6)) vfoa_grp.append(rs) if self.MODEL == "KG-UV8H": rs = RadioSetting("vfoa.offset", vfo_area + "A Offset (MHz)", RadioSettingValueFloat( 0.00000, 599.999999, (_vfoa.offset / 100000.0), 0.000001, 6)) vfoa_grp.append(rs) rs = RadioSetting("vfoa.rxtone", vfo_area + "A Rx tone", RadioSettingValueMap( TONE_MAP, _vfoa.rxtone)) vfoa_grp.append(rs) rs = RadioSetting("vfoa.txtone", vfo_area + "A Tx tone", RadioSettingValueMap( TONE_MAP, _vfoa.txtone)) vfoa_grp.append(rs) # MRT - AND power with 0x03 to display only the lower 2 bits for # power level and to clear the upper bits # MRT - any bits set in the upper 2 bits will cause radio to show # invalid values for power level and a display glitch # MRT - when PTT is pushed _vfoa.power = _vfoa.power & 0x3 if _vfoa.power > 2: _vfoa.power = 2 rs = RadioSetting("vfoa.power", vfo_area + "A Power", RadioSettingValueList( POWER_LIST, POWER_LIST[_vfoa.power])) vfoa_grp.append(rs) rs = RadioSetting("vfoa.iswide", vfo_area + "A Wide/Narrow", RadioSettingValueList( BANDWIDTH_LIST, BANDWIDTH_LIST[_vfoa.iswide])) vfoa_grp.append(rs) rs = RadioSetting("vfoa.mute_mode", vfo_area + "A Mute (SP Mute)", RadioSettingValueList( SPMUTE_LIST, SPMUTE_LIST[_vfoa.mute_mode])) vfoa_grp.append(rs) if self.MODEL == "KG-UV8H": rs = RadioSetting("vfoa.ofst_dir", vfo_area + "A Shift Dir", RadioSettingValueList( OFFSET_LIST, OFFSET_LIST[_vfoa.ofst_dir])) vfoa_grp.append(rs) else: rs = RadioSetting("VFO_repeater_a", vfo_area + "A Repeater", RadioSettingValueBoolean(_settings.VFO_repeater_a)) vfoa_grp.append(rs) rs = RadioSetting("vfoa.scrambler", vfo_area + "A Descramble", RadioSettingValueList( SCRAMBLE_LIST, SCRAMBLE_LIST[_vfoa.scrambler])) vfoa_grp.append(rs) rs = RadioSetting("vfoa.cmpndr", vfo_area + "A Compander", RadioSettingValueList( ONOFF_LIST, ONOFF_LIST[_vfoa.cmpndr])) vfoa_grp.append(rs) rs = RadioSetting("vfoa.step", vfo_area + "A Step (kHz)", RadioSettingValueList( STEP_LIST, STEP_LIST[_vfoa.step])) vfoa_grp.append(rs) rs = RadioSetting("vfoa.squelch", vfo_area + "A Squelch", RadioSettingValueList( LIST_10, LIST_10[_vfoa.squelch])) vfoa_grp.append(rs) # VFO B Settings rs = RadioSetting("work_mode_b", vfo_area + "B Workmode", RadioSettingValueList(workmodelist, workmodelist[_settings. work_mode_b])) vfob_grp.append(rs) rs = RadioSetting("work_ch_b", vfo_area + "B Work Channel", RadioSettingValueInteger(1, 999, _settings.work_ch_b)) vfob_grp.append(rs) rs = RadioSetting("vfob.rxfreq", vfo_area + "B Rx Frequency (MHz)", RadioSettingValueFloat( 30.000000, 999.999999, (_vfob.rxfreq / 100000.0), 0.000001, 6)) vfob_grp.append(rs) if self.MODEL == "KG-UV8H": rs = RadioSetting("vfob.offset", vfo_area + "B Offset (MHz)", RadioSettingValueFloat( 0.00000, 599.999999, (_vfob.offset / 100000.0), 0.000001, 6)) vfob_grp.append(rs) rs = RadioSetting("vfob.rxtone", vfo_area + "B Rx tone", RadioSettingValueMap( TONE_MAP, _vfob.rxtone)) vfob_grp.append(rs) rs = RadioSetting("vfob.txtone", vfo_area + "B Tx tone", RadioSettingValueMap( TONE_MAP, _vfob.txtone)) vfob_grp.append(rs) # MRT - AND power with 0x03 to display only the lower 2 bits for # power level and to clear the upper bits # MRT - any bits set in the upper 2 bits will cause radio to show # invalid values for power level and a display glitch # MRT - when PTT is pushed _vfob.power = _vfob.power & 0x3 if _vfob.power > 2: _vfob.power = 2 rs = RadioSetting("vfob.power", vfo_area + "B Power", RadioSettingValueList( POWER_LIST, POWER_LIST[_vfob.power])) vfob_grp.append(rs) rs = RadioSetting("vfob.iswide", vfo_area + "B Wide/Narrow", RadioSettingValueList( BANDWIDTH_LIST, BANDWIDTH_LIST[_vfob.iswide])) vfob_grp.append(rs) rs = RadioSetting("vfob.mute_mode", vfo_area + "B Mute (SP Mute)", RadioSettingValueList( SPMUTE_LIST, SPMUTE_LIST[_vfob.mute_mode])) vfob_grp.append(rs) if self.MODEL == "KG-UV8H": rs = RadioSetting("vfob.ofst_dir", vfo_area + "B Shift Dir", RadioSettingValueList( OFFSET_LIST, OFFSET_LIST[_vfob.ofst_dir])) vfob_grp.append(rs) else: rs = RadioSetting("VFO_repeater_b", vfo_area + "B Repeater", RadioSettingValueBoolean(_settings.VFO_repeater_b)) vfob_grp.append(rs) rs = RadioSetting("vfob.scrambler", vfo_area + "B Descramble", RadioSettingValueList( SCRAMBLE_LIST, SCRAMBLE_LIST[_vfob.scrambler])) vfob_grp.append(rs) rs = RadioSetting("vfob.cmpndr", vfo_area + "B Compander", RadioSettingValueList( ONOFF_LIST, ONOFF_LIST[_vfob.cmpndr])) vfob_grp.append(rs) rs = RadioSetting("vfob.step", vfo_area + "B Step (kHz)", RadioSettingValueList( STEP_LIST, STEP_LIST[_vfob.step])) vfob_grp.append(rs) rs = RadioSetting("vfob.squelch", vfo_area + "B Squelch", RadioSettingValueList( LIST_10, LIST_10[_vfob.squelch])) vfob_grp.append(rs) # FM RADIO PRESETS # memory stores raw integer value like 760 # radio will divide 760 by 10 and interpret correctly at 76.0Mhz for i in range(1, 21): chan = str(i) rs = RadioSetting("FM_radio" + chan, "FM Preset" + chan, RadioSettingValueFloat(76.0, 108.0, eval("_settings. \ FM_radio" + chan)/10.0, 0.1, 1)) fmradio_grp.append(rs) # Freq Limits settings rs = RadioSetting("vhf_limits.rx_start", "VHF RX Lower Limit (MHz)", RadioSettingValueFloat( 30.000000, 299.999999, (self._memobj.vhf_limits.rx_start / 100000.0), 0.000001, 6)) lmt_grp.append(rs) rs = RadioSetting("vhf_limits.rx_stop", "VHF RX Upper Limit (MHz)", RadioSettingValueFloat( 30.000000, 299.999999, (self._memobj.vhf_limits.rx_stop / 100000.0), 0.000001, 6)) lmt_grp.append(rs) rs = RadioSetting("vhf_limits.tx_start", "VHF TX Lower Limit (MHz)", RadioSettingValueFloat( 30.000000, 299.999999, (self._memobj.vhf_limits.tx_start / 100000.0), 0.000001, 6)) lmt_grp.append(rs) rs = RadioSetting("vhf_limits.tx_stop", "VHF TX Upper Limit (MHz)", RadioSettingValueFloat( 30.000000, 299.999999, (self._memobj.vhf_limits.tx_stop / 100000.0), 0.000001, 6)) lmt_grp.append(rs) # MRT - TX Limits do not appear to change radio's ability # to transmit on other freqs. # MRT - Appears that the radio firmware prevent Tx # on anything other than a valid GMRS Freq rs = RadioSetting("uhf_limits.rx_start", "UHF RX Lower Limit (MHz)", RadioSettingValueFloat( 300.000000, 999.999999, (self._memobj.uhf_limits.rx_start / 100000.0), 0.000001, 6)) lmt_grp.append(rs) rs = RadioSetting("uhf_limits.rx_stop", "UHF RX Upper Limit (MHz)", RadioSettingValueFloat( 300.000000, 999.999999, (self._memobj.uhf_limits.rx_stop / 100000.0), 0.000001, 6)) lmt_grp.append(rs) rs = RadioSetting("uhf_limits.tx_start", "UHF TX Lower Limit (MHz)", RadioSettingValueFloat( 300.000000, 999.999999, (self._memobj.uhf_limits.tx_start / 100000.0), 0.000001, 6)) lmt_grp.append(rs) rs = RadioSetting("uhf_limits.tx_stop", "UHF TX Upper Limit (MHz)", RadioSettingValueFloat( 300.000000, 999.999999, (self._memobj.uhf_limits.tx_stop / 100000.0), 0.000001, 6)) lmt_grp.append(rs) # OEM info def _decode(lst): _str = ''.join([chr(int(c)) for c in lst if chr(int(c)) in chirp_common.CHARSET_ASCII]) return _str def do_nothing(setting, obj): return _str = _decode(self._memobj.oem_info.model) val = RadioSettingValueString(0, 8, _str) val.set_mutable(True) rs = RadioSetting("oem_info.model", areamsglabel, val) if self.MODEL == "KG-935G": oem_grp.append(rs) else: key_grp.append(rs) _str = _decode(self._memobj.oem_info.oem1) val = RadioSettingValueString(0, 15, _str) val.set_mutable(False) rs = RadioSetting("oem_info.oem1", "OEM String 1", val) rs.set_apply_callback(do_nothing, _settings) oem_grp.append(rs) _str = _decode(self._memobj.oem_info.oem2) val = RadioSettingValueString(0, 15, _str) val.set_mutable(False) rs = RadioSetting("oem_info.oem2", "Firmware Version ??", val) rs.set_apply_callback(do_nothing, _settings) oem_grp.append(rs) _str = _decode(self._memobj.oem_info.date) val = RadioSettingValueString(0, 15, _str) val.set_mutable(False) rs = RadioSetting("oem_info.date", "OEM Date", val) rs.set_apply_callback(do_nothing, _settings) oem_grp.append(rs) return group def get_settings(self): try: return self._get_settings() except: import traceback LOG.error("Failed to parse settings: %s", traceback.format_exc()) return None def set_settings(self, settings): for element in settings: if not isinstance(element, RadioSetting): self.set_settings(element) continue else: try: if "." in element.get_name(): bits = element.get_name().split(".") obj = self._memobj for bit in bits[:-1]: if "[" in bit and "]" in bit: bit, index = bit.split("[", 1) index, junk = index.split("]", 1) index = int(index) obj = getattr(obj, bit)[index] else: obj = getattr(obj, bit) setting = bits[-1] else: obj = self._memobj.settings setting = element.get_name() if element.has_apply_callback(): LOG.debug("Using apply callback") element.run_apply_callback() else: LOG.debug("Setting %s = %s" % (setting, element.value)) if self._is_freq(element): # setattr(obj, setting, int(element.value / 10)) # MRT rescale freq values to match radio # expected values setattr(obj, setting, int(element.values()[0]._current * 100000.0)) elif self._is_fmradio(element): # MRT rescale FM Radio values to match radio # expected values setattr(obj, setting, int(element.values()[0]._current * 10.0)) else: setattr(obj, setting, element.value) except Exception as e: LOG.debug(element.get_name()) raise def _is_freq(self, element): return ("rxfreq" in element.get_name() or "txoffset" in element.get_name() or "rx_start" in element.get_name() or "rx_stop" in element.get_name() or "tx_start" in element.get_name() or "tx_stop" in element.get_name()) def _is_fmradio(self, element): return "FM_radio" in element.get_name() def callid2str(self, cid): """Caller ID per MDC-1200 spec? Must be 3-6 digits (100 - 999999). One digit (binary) per byte, terminated with '0xc' """ bin2ascii = "0123456789" cidstr = "" for i in range(0, 6): b = cid[i].get_value() # Handle fluky firmware 0x0a is sometimes used instead of 0x00 if b == 0x0a: b = 0x00 if b == 0xc or b == 0xf: # the cid EOL break if b > 0xa: raise InvalidValueError( "Caller ID code has illegal byte 0x%x" % b) cidstr += bin2ascii[b] return cidstr @directory.register class KG935GPlusRadio(KG935GRadio): """Wouxun KG-935G Plus""" VENDOR = "Wouxun" MODEL = "KG-935G Plus" NEEDS_COMPAT_SERIAL = False def process_mmap(self): self._memobj = bitwise.parse(_MEM_FORMAT_935GPLUS, self._mmap) @directory.register class KGUV8HRadio(KG935GRadio): """Wouxun KG-UV8H""" VENDOR = "Wouxun" MODEL = "KG-UV8H" NEEDS_COMPAT_SERIAL = False def process_mmap(self): self._memobj = bitwise.parse(_MEM_FORMAT_UV8H, self._mmap)