[Hamlib-developer] IC735 - first test run
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: <dar...@bt...> - 2002-03-12 13:52:45
|
Stephane, Have done a quick test of the ic735. The list below shows the functions I quickly had a go at, with the attached text file as the output. It looks like it works as expected so well done doing this without the radio! As I'm still a bit new with this, so the functions with "??" below I'm not sure about (hence the debug file). Have a look and tell me what you think. I'm going to be adding to this radio at some point, but will drop a note when I get going. All the best, 73's, Darren - G0WCW -------------- List of Functions -------------- F: set_freq (Frequency) OK! f: get_freq (Frequency) OK! M: set_mode (Mode,Passband) OK! - USB, LSB, AM, CW m: get_mode (Mode,Passband) OK! V: set_vfo (VFO) ?? v: get_vfo (VFO) Not Implemented T: set_ptt (PTT) Not Implemented t: get_ptt (PTT) Not Implemented R: set_rptr_shift (Rptr shift) Not Implemented r: get_rptr_shift (Rptr shift) Not Implemented O: set_rptr_offs (Rptr offset) Not Implemented o: get_rptr_offs (Rptr offset) Not Implemented C: set_ctcss_tone (CTCSS tone) Not Implemented c: get_ctcss_tone (CTCSS tone) Not Implemented D: set_dcs_code (DCS code) Not Implemented d: get_dcs_code (DCS code) Not Implemented I: set_split_freq (Tx frequency) Not Implemented i: get_split_freq (Tx frequency) Not Implemented X: set_split_mode (Mode,Passband) Not Implemented x: get_split_mode (Mode,Passband) Not Implemented S: set_split (Split mode) Not Implemented s: get_split (Split mode) Not Implemented N: set_ts (Tuning step) Not Implemented n: get_ts (Tuning step) Not Implemented L: set_level (Level,Value) Not Implemented l: get_level (Level,Value) Not Implemented U: set_func (Func,Func status) ?? u: get_func (Func,Func status) ?? P: set_parm (Level,Value) Not Implemented p: get_parm (Level,Value) Not Implemented E: set_mem (Memory#) ?? e: get_mem (Memory#) Not Implemented G: vfo_op (Mem/VFO op) Not Implemented g: scan (Scan fct,Channel) Not Implemented H: set_channel () Not Implemented h: get_channel (Channel) OK! A: set_trn (Transceive) Not Implemented a: get_trn (Transceive) Not Implemented B: set_bank (Bank) Not Implemented _: get_info (Info) OK! (None) 2: power2mW () Not Implemented |