¿ªÔÆÌåÓýHi again.Thanks for that info David. Checking off what you described... It was:- ??? src/rigs/rigs.cxx:??? &rig_ICR71,??? ??? // 63 That escaped my radar.? (Of course, I've used? "&rig_ICR9000" .) (Do I guess right, that the // 63 comment is just a human convenience count reference?? At present, the R9000 is a the bottom of the list sporting? // 111 after it.) Anyway..? It now appears in the selection list and other than errors when trying to initialise, it generates C-IV traffic that currently is ignored by the R9000, so I should be good for some late nights with the R9000 C-IV manual, and a warm computer, for a while... I think, the closest TRX, is the IC-781, from the same era as the R9000. Hamlib has both, so I'll be comparing stuff in the back-ends there too.? I have found that Grig via Hamlip works with the R9000, but there are some "funnies" with filter selections etc.?? Maybe the two are not so similar.?? More to learn... Best Regards David, your help is very much appreciated. Oh, I'm doing all this with the sources for? flrig-2.0.05.75 73. Dave G0WBX. PS:??? The build warnings I see, are for a FT2000 rigs/yaesu/FT2000.cxx: In member function ¡®virtual void RIG_FT2000::set_rf_gain(int)¡¯: rigs/yaesu/FT2000.cxx:1124:52: warning: ¡®%03d¡¯ directive output may be truncated writing between 3 and 9 bytes into a region of size 5 [-Wformat-truncation=] ?1124 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG0%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????????? ^~~~ rigs/yaesu/FT2000.cxx:1124:48: note: directive argument in the range [-21474836, 21474836] ?1124 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG0%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????? ^~~~~~~~~~ rigs/yaesu/FT2000.cxx:1124:25: note: ¡®snprintf¡¯ output between 8 and 14 bytes into a destination of size 8 ?1124 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG0%03d;", val * 255 / 100); ????? |???????????????? ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rigs/yaesu/FT2000.cxx:1119:52: warning: ¡®%03d¡¯ directive output may be truncated writing between 3 and 9 bytes into a region of size 5 [-Wformat-truncation=] ?1119 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG1%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????????? ^~~~ rigs/yaesu/FT2000.cxx:1119:48: note: directive argument in the range [-21474836, 21474836] ?1119 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG1%03d;", val * 255 / 100); ????? |??????????????????????????????????????????????? ^~~~~~~~~~ rigs/yaesu/FT2000.cxx:1119:25: note: ¡®snprintf¡¯ output between 8 and 14 bytes into a destination of size 8 ?1119 |???????????????? snprintf(szcmd, sizeof(szcmd), "RG1%03d;", val * 255 / 100); ????? |???????????????? ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Created on and sent from a Unix like PC running and using open source software: |