kopia lustrzana https://github.com/Hamlib/Hamlib
ncrease read timeout because of strange CAT protocol
behaviour when spinning dial. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1713 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.1
rodzic
4491064e4d
commit
12b49f7a55
|
@ -2,7 +2,7 @@
|
|||
* Hamlib Kenwood backend - TS850 description
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ts850.c,v 1.14 2004-02-14 16:50:53 f4dwv Exp $
|
||||
* $Id: ts850.c,v 1.15 2004-03-29 20:55:34 f4dwv Exp $
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Library General Public License as
|
||||
|
@ -96,8 +96,8 @@ const struct rig_caps ts850_caps = {
|
|||
.serial_parity = RIG_PARITY_NONE,
|
||||
.serial_handshake = RIG_HANDSHAKE_NONE,
|
||||
.write_delay = 0,
|
||||
.post_write_delay = 5,
|
||||
.timeout = 200,
|
||||
.post_write_delay = 0,
|
||||
.timeout = 2000,
|
||||
.retry = 3,
|
||||
|
||||
.has_get_func = TS850_FUNC_ALL,
|
||||
|
|
Ładowanie…
Reference in New Issue