kopia lustrzana https://github.com/Hamlib/Hamlib
to set_split_vfo/get_split_vfo, and take an extra transmit vfo arg. Ascending compatibility is retained at the API frontend level. NOTE: only function name has changed. The backends do not implement necessarily the new semantic (the extra tx vfo is just ignored). git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1425 7ae35d74-ebe9-4afe-98af-79ac388436b8 |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| README.icom | ||
| TODO.icom | ||
| frame.c | ||
| frame.h | ||
| ic275.c | ||
| ic475.c | ||
| ic706.c | ||
| ic718.c | ||
| ic725.c | ||
| ic735.c | ||
| ic736.c | ||
| ic737.c | ||
| ic756.c | ||
| ic775.c | ||
| ic821h.c | ||
| ic910.c | ||
| ic970.c | ||
| icom.c | ||
| icom.h | ||
| icom_defs.h | ||
| icr7000.c | ||
| icr8500.c | ||
| omni.c | ||
| optoscan.c | ||
| os456.c | ||
| os535.c | ||
README.icom
hamlib - Copyright (C) 2000 Frank Singleton libicom.so - Copyright (C) 2000 Stephane Fillod This shared library provides an API for communicating via serial interface to an ICOM using the "CI-V" interface. Reference Documentation ----------------------- Operating Manual IC-706MKIIG Icom Inc. Status ------ This is a WIP. Handles 30% of all opcodes. Right now, this is just example of how a backend should glue with the generic rig API. Some simple primitives work, some other are coded, but untested yet. This lib should/will support the ic706, ic706mkII, ic706mkIIG, and any other CI-V rig. Warnings -------- 1. NOTHING IS WORKING, this is a WIP. Contributors ------------