Stéphane Fillod, F8CFE
579823eb53
extend API to support save/load memory at once
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2025 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-20 14:44:04 +00:00
Stéphane Fillod, F8CFE
91b14bbd4d
remove deprecated 64bit code
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2022 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-20 13:28:14 +00:00
Stéphane Fillod, F8CFE
0945682dd1
moved debug primitives from misc.c to proprer debug.c
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2000 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-09 09:49:13 +00:00
Stéphane Fillod, F8CFE
f79eaeccda
flexible debug reporting
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1997 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-06 21:27:28 +00:00
Stéphane Fillod, F8CFE
bc0c2369b0
fix mistake
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1990 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-04 21:24:51 +00:00
Stéphane Fillod, F8CFE
20f5e6fc3c
tab reformat
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1989 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-04 18:31:00 +00:00
Stéphane Fillod, F8CFE
8c5dc8e225
fix targetable all
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1984 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 22:33:08 +00:00
Stéphane Fillod, F8CFE
9fae198566
renamed port_t as hamlib_port_t
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1957 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 12:27:17 +00:00
Stéphane Fillod, F8CFE
c806c7e40c
added emulated split operation through RIG_OP_TOGGLE
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1949 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-03-26 17:57:14 +00:00
Stéphane Fillod, F8CFE
1316c2c37a
fix static building under MinGW/MSYS
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1926 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-21 18:56:22 +00:00
Stéphane Fillod, F8CFE
af21fced51
initial parallel port support for *BSD
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1924 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-20 02:38:29 +00:00
Stéphane Fillod, F8CFE
23369a0c25
* abstract 64bit int format type to cope with portability issues.
...
introduce PRIll (printf format) and SCNll (scanf) in misc.h.
This needs to have config.h included beforehand.
* do likewise with freq_t type (double) in rig.h
FREQFMT is deprecated.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1903 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-24 23:04:35 +00:00
Nate Bargmann, N0NB
e02795f58c
20050118:
...
Update:
src/locator.c -- Applied patch from Dave Hines M1CXW
yaesu/ft920.* -- Format cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1899 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-18 23:06:51 +00:00
Chuck Hemker, N2POR
4270967938
Use RIG_TARGETABLE_MODE in rig_set_mode and rig_get_mode
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1897 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-12 01:55:38 +00:00
Stéphane Fillod, F8CFE
32204bf237
1.2.4cvs version
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1881 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-17 22:12:52 +00:00
Stéphane Fillod, F8CFE
3e43344263
Split parallel port primitives in separate file from serial
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1862 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-10-02 20:37:24 +00:00
Stéphane Fillod, F8CFE
643fb5feae
* ser_ptt*/ser_dcd* are gone. Try to not mix low level serial stuff with
...
high level Hamlib stuff. Added ser_get_cts,ser_get_dsr,ser_get_car.
* better error code cascading
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1861 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-10-02 20:18:16 +00:00
Stéphane Fillod, F8CFE
f23efe3a7c
prepare work for Win32 systems which have 2 possible ABI: _stdcall and _cdecl
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1858 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-10-02 10:32:09 +00:00
Stéphane Fillod, F8CFE
76e7d9c4bb
reflect age changes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1856 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-10-02 10:08:15 +00:00
Mark J. Fine
cc25d15ce0
Added a provisional define for a variable bandwidth control
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1844 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-14 22:14:23 +00:00
Stéphane Fillod, F8CFE
a983df73bc
bump lib revision number
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1820 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-23 21:03:31 +00:00
Stéphane Fillod, F8CFE
faffed1e2e
(c) date update
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1809 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-16 22:34:25 +00:00
Stéphane Fillod, F8CFE
623ba09ca8
resolve win32 header compatibility issue: no more HANDLE/timeval specific types
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1794 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:00:13 +00:00
Stéphane Fillod, F8CFE
caee8b612a
added ECSSUSB/ECSSLSB and FAX modes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1785 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-08 19:42:59 +00:00
Stéphane Fillod, F8CFE
c08cc78724
Fixes for BRK/RTS/DTR handling under win32
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1782 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-01 23:13:17 +00:00
Stéphane Fillod, F8CFE
7bac83a841
year stuff
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1781 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-01 23:12:58 +00:00
Stéphane Fillod, F8CFE
223a6ff725
generate .DEF file on Win32 systems, needed for MSVC import lib
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1739 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-17 22:03:10 +00:00
Stéphane Fillod, F8CFE
66360b4f14
Prefixed misc str* and parse_* calls with rig_ to export them in rig.h
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1738 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-17 21:09:45 +00:00
Stéphane Fillod, F8CFE
211ee6dc68
export ser_set_dtr(), added ser_set_brk()
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1718 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-16 20:04:11 +00:00
Stéphane Fillod, F8CFE
c8cd6c4212
new PKT modes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1636 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-24 09:07:52 +00:00
Nate Bargmann, N0NB
5313cf79d4
2003-12-02:
...
Update:
Changed usage of NULL in a string context to "" (null string)
to correct a segfault in rigctl generated by passing a NULL
pointer to printf().
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1618 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-03 01:32:35 +00:00
Stéphane Fillod, F8CFE
b1017566bc
added new error codes, as suggested by Nate
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1605 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-19 07:32:10 +00:00
Stéphane Fillod, F8CFE
a57b36e153
changed to ABI version 2
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1604 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 22:32:21 +00:00
Stéphane Fillod, F8CFE
5c9e225125
gr_pwin32.m4/config.h fixes
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1602 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 22:15:38 +00:00
Stéphane Fillod, F8CFE
916a21ad52
moved some sprintf's out of library into dumpcap application.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1594 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:34:00 +00:00
Stéphane Fillod, F8CFE
6985ec78ca
converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is then derived from calibration table
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1583 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:14:44 +00:00
Nate Bargmann, N0NB
4cd9842a15
2003-11-03:
...
Update:
locator.c--cruft cleanup and tweak the documentation
comments.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1575 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-03 15:07:23 +00:00
Nate Bargmann, N0NB
781c2daa62
2003-11-02:
...
Update:
rotator.h and locator.c--rewrote dec2*() and *2dec()
functions to use a sign flag. Further tweaked qrb()
for proper output.
testloc.c--rewrote as necessary to support changes in
locator.c
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1574 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-03 04:26:37 +00:00
Nate Bargmann, N0NB
a28708f8b7
2003-10-27:
...
Update:
src/locator.c -- Improved handling of very tiny distances
in qrb() as well as a new formula for azimuth.
tests/testloc.c -- extended distance output display for
very to 6 decimal places which is useful for showing the
distance of 12 digit locators.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1572 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-28 01:01:06 +00:00
Stéphane Fillod, F8CFE
d003253de2
various hacks to make win32_serial_select to work (notify read)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1563 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-17 22:53:54 +00:00
Stéphane Fillod, F8CFE
7ec6ee0b12
remove unused buffered mode stuff
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1555 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 19:44:00 +00:00
Stéphane Fillod, F8CFE
84ad9b827b
include fixup, stdio.h is not included by rig.h anymore
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1551 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 19:32:04 +00:00
Stéphane Fillod, F8CFE
f9478f5e97
* reworked parallel port access: invert logic to make it more natural
...
* explicit ppdev locking
* support for inclusion by C++ code
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1543 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-28 15:34:44 +00:00
Stéphane Fillod, F8CFE
8a5de8c36a
support for C++ backends
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1539 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-23 22:52:52 +00:00
Nate Bargmann, N0NB
71b5f5a3d1
2003-09-11
...
Updated:
rotator.h -- new declarations dec2dmmm() and dmmm2dec()
locator.c -- new functions dec2dmm() and dmm2dec() also
reworked document comments
testloc.c -- support for new dec2dmm() and dmmm2dec()
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1535 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-12 03:15:23 +00:00
Nate Bargmann, N0NB
5989eebc0d
2003-09-10
...
Updated:
locator.c -- fixed "zero bug" in dec2dms() and dms2dec()
rotator.h -- changed dec2dms() and dms2dec() parameter,
degrees to float and minutes to double
testloc.c -- modified to support changed parameters
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1534 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-11 01:04:14 +00:00
Stéphane Fillod, F8CFE
dadc34efef
Patches for pipelined tuning and OS535 from Michael Smith
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1533 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-07 18:30:28 +00:00
Stéphane Fillod, F8CFE
61fb6bad2e
* fix a bug with TIOCMBIC/TIOCMBIS and char arg
...
* added support for Win32 parallel port
* added par_read_status() helper
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1526 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-25 22:35:55 +00:00
Stéphane Fillod, F8CFE
88fb6a6330
Default device name (OS dependant)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1525 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-25 22:33:38 +00:00
Stéphane Fillod, F8CFE
6f62af0c76
Win32 parallel port support, borrowed from libieee1284
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1524 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-25 22:32:32 +00:00