Wykres commitów

10 Commity (2c0134ae4cb280799d1f6e0b814b10c8efc8b97a)

Autor SHA1 Wiadomość Data
Bill Somerville 9713e60b42 Fix TenTec Argonaut message lengths and timeout
The TT Argonaut back end was falling over if the rate of returned data
varied because  some commands were  coded to have shorter  than actual
responses,  this is  not necessary  as by  increasing the  timeout all
characters can be read as expected.

Also fix direct reading and setting of mode per VFO.
2015-03-15 00:16:44 +00:00
Nate Bargmann c39b51327b Revise test for MinGW with sleep()
Revise the preprocessor conditional test for MinGW variables.  Tested on
all of my MinGW installations.  The prior test was broken by MinGW 3.0
on Debian Unstable.
2013-09-19 21:59:42 -05:00
Nate Bargmann 1fd85febee MinGW build: Fix sleep() substitution
MinGW does not natively support the POSIX sleep() function so we have
had an override that was a part of the GR_PWIN32 macro and included in
the generated config.h file.  When compiling for Windows on POSIX using
MinGW, Autotools will detect sleep() and set HAVE_SLEEP which prevented
the substitution from being included in the source.  Adding a test for
_WIN32 (set by MinGW's gcc) then caused a warning from src/network.c on
POSIX about winsock2.h needing to be included before windows.h.  As
config.h needed to be included first, the solution to break out the
substitution that includes windows.h into its own file.  This patch
provides that solution and allows the code to compile cleanly on POSIX,
using MinGW on both POSIX and Windows, and on Cygwin.
2013-07-29 12:38:22 -05:00
Nate Bargmann d8f2326e87 Remove set but unused variable errors in tentec. 2011-08-25 11:37:19 -05:00
Nate Bargmann 02a90bf2cf Update LGPL header in TenTec source files.
TNX to Lucian Laga, YO6PLB, for the notification.
2011-08-22 21:38:37 -05:00
Alexandru Csete OZ9AEC eba1db1658 - Cast unsigned char to char in order to avoid compiler warnings.
- Ensure that all variables have a value before they are used (tentec.c).


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2123 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-10-07 17:38:05 +00:00
Stéphane Fillod, F8CFE 74c6d2ba61 fix proprer read_string() return code error handling
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2003 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-10 21:47:14 +00:00
Stéphane Fillod, F8CFE 8899567a39 remove useless (and non-portable) headers
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1697 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-16 23:48:40 +00:00
Stéphane Fillod, F8CFE 8e7338c9dc 1. A cut and paste error on my part that left a chunk of reset
code in the middle of the CW tx calculation.  Everything worked
but it forced the tt550 to reset everytime you changed frequency
in CW mode.

2. Bug fixes in the set function code.  I obviously missed testing
some of this.

3. Added IF-Shift support

4. Some minor buffer size changes,  not really bugs, just cleanup.

5. Removed RIG_LEVEL_LINEOUT support from pegasus.c until after the
next release.  Stephane, I know you #ifndef'd this but it's just as
easy to leave out of the LEVEL definition, and has no effect on the
#ifdef in tt550.c.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1689 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-15 11:05:32 +00:00
Stéphane Fillod, F8CFE b16c10a90e TT550 patch from Ken, N7IPB
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1684 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-09 22:11:08 +00:00