Hamlib/yaesu
Nate Bargmann, N0NB 61d3ef7f66 Correct long standing bugs where hardware handshake was not the default
for the latest Yaesu backends (ft9000 and later that use "New CAT" 
commands) and set the default "write_delay" parameter to '0' as these
radios deault to assuming a command has been received after 10 mSec of
no data on the wire.  The default write_delay had been 50 mSec (for no 
good reason except I copied and pasted from older backends) which was
too long as these models implement a CAT TOT (Time Out Timer) of 10 mSec.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3012 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-12-05 23:46:03 +00:00
..
Makefile.am clone FT-DX5000 after FT-2000 2010-10-06 07:25:14 +00:00
frg100.c - Cast unsigned char to char in order to avoid compiler warnings. 2006-10-07 15:51:38 +00:00
frg8800.c - Cast unsigned char to char in order to avoid compiler warnings. 2006-10-07 15:51:38 +00:00
frg9600.c - Cast unsigned char to char in order to avoid compiler warnings. 2006-10-07 15:51:38 +00:00
ft100.c portability of long long 2010-04-16 19:04:00 +00:00
ft100.h * big cleanup 2009-02-14 16:46:36 +00:00
ft450.c Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft450.h Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft736.c patch from Ron, W6FM: 2010-05-28 10:23:25 +00:00
ft747.c fix ft747_get_freq() off by x100Hz 2010-03-30 21:26:12 +00:00
ft747.h * cached update data 2010-03-28 21:35:32 +00:00
ft757gx.c increase version number 2009-02-20 15:21:52 +00:00
ft757gx.h Minor source cleanup of ft757gx.c 2008-07-08 20:44:46 +00:00
ft767gx.c Fixed a bug that caused incorrect frequency retrieval. 2009-11-06 19:31:47 +00:00
ft767gx.h Added support for the Yaesu FT-767GX. The following are implemented: 2007-10-05 04:19:18 +00:00
ft817.c variable common_dcs_list[] with 104 DCS codes 2009-06-01 16:51:41 +00:00
ft817.h Fixed RF power reading and added power2mw and mw2power. 2008-01-05 16:47:35 +00:00
ft840.c New FT-840 backend, as suggested by Thomas - DK6KD 2009-01-04 10:40:34 +00:00
ft840.h New FT-840 backend, as suggested by Thomas - DK6KD 2009-01-04 10:40:34 +00:00
ft847.c added tones and repeater support 2010-03-05 18:54:43 +00:00
ft847.h added tones and repeater support 2010-03-05 18:54:43 +00:00
ft857.c variable common_dcs_list[] with 104 DCS codes 2009-06-01 16:51:41 +00:00
ft857.h added split operation 2009-02-20 12:26:22 +00:00
ft890.c Changed State to STABLE as reported by Nate Bargmann N0NB. 2008-10-28 05:22:38 +00:00
ft890.h removed non used functions, which are emulated by the frontend 2005-04-03 18:57:28 +00:00
ft897.c variable common_dcs_list[] with 104 DCS codes 2009-06-01 16:51:41 +00:00
ft897.h implemented TOGGLE, LEVEL_SWR, LEVEL_RAWSTR, split. Made ft857 functions unexported 2005-03-26 13:03:27 +00:00
ft900.c changed RIG_STATUS_NEW into RIG_STATUS_UNTESTED. 2008-10-26 13:54:52 +00:00
ft900.h removed non used functions, which are emulated by the frontend 2005-04-03 18:57:28 +00:00
ft920.c Found by cppcheck: 2010-08-23 21:24:51 +00:00
ft920.h Added support for RIG_MODE_PKTLSB, RIG_MODE_PKTUSB, and RIG_MODE_PKTFM. 2008-08-06 11:09:37 +00:00
ft950.c Suggested change by Dave, W1HKJ, to enable serial hardware handshaking 2010-09-14 01:24:10 +00:00
ft950.h Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft980.c - fix bug in transaction 2010-05-18 21:53:47 +00:00
ft990.c Found by cppcheck: 2010-08-23 21:24:51 +00:00
ft990.h Added missing modes to RX/TX caps 2006-02-26 06:17:39 +00:00
ft1000d.c increase version number 2009-02-20 15:21:52 +00:00
ft1000mp.c status/version update 2010-05-31 21:41:13 +00:00
ft1000mp.h Fixed enum error in native_cmd related to January 10 patch of 2008-03-27 02:35:51 +00:00
ft2000.c Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft2000.h Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft5000.c Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft5000.h Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft9000.c Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
ft9000.h Correct long standing bugs where hardware handshake was not the default 2010-12-05 23:46:03 +00:00
newcat.c clone FT-DX5000 after FT-2000 2010-10-06 07:25:14 +00:00
newcat.h return -RIG_EPROTO when command not understood by rig 2010-08-20 21:58:43 +00:00
vr5000.c - Cast unsigned char to char in order to avoid compiler warnings. 2006-10-07 15:51:38 +00:00
yaesu.c clone FT-DX5000 after FT-2000 2010-10-06 07:25:14 +00:00
yaesu.h clone FT-DX5000 after FT-2000 2010-10-06 07:25:14 +00:00