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-79ac388436b8
Hamlib-1.2.1
Thierry Leconte, F4DWV 2004-03-29 20:55:34 +00:00
rodzic 4491064e4d
commit 12b49f7a55
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
* Hamlib Kenwood backend - TS850 description * Hamlib Kenwood backend - TS850 description
* Copyright (c) 2000-2003 by Stephane Fillod * 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 * This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * 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_parity = RIG_PARITY_NONE,
.serial_handshake = RIG_HANDSHAKE_NONE, .serial_handshake = RIG_HANDSHAKE_NONE,
.write_delay = 0, .write_delay = 0,
.post_write_delay = 5, .post_write_delay = 0,
.timeout = 200, .timeout = 2000,
.retry = 3, .retry = 3,
.has_get_func = TS850_FUNC_ALL, .has_get_func = TS850_FUNC_ALL,