From b2f0129e98953e3110f293993d16631993b9479a Mon Sep 17 00:00:00 2001 From: Alexandru Csete OZ9AEC Date: Sat, 5 Jan 2008 11:58:15 +0000 Subject: [PATCH] Max serial rate is 9600. Changed backend status to stable. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2267 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- icom/ic765.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icom/ic765.c b/icom/ic765.c index 519dc018c..018f13a0a 100644 --- a/icom/ic765.c +++ b/icom/ic765.c @@ -2,7 +2,7 @@ * Hamlib CI-V backend - description of IC-765 and variations * Copyright (c) 2000-2003 by Stephane Fillod * - * $Id: ic765.c,v 1.3 2005-04-03 19:53:51 fillods Exp $ + * $Id: ic765.c,v 1.4 2008-01-05 11:58:15 csete 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 @@ -63,13 +63,13 @@ const struct rig_caps ic765_caps = { .mfg_name = "Icom", .version = BACKEND_VER, .copyright = "LGPL", -.status = RIG_STATUS_NEW, +.status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, .ptt_type = RIG_PTT_NONE, .dcd_type = RIG_DCD_NONE, .port_type = RIG_PORT_SERIAL, .serial_rate_min = 1200, -.serial_rate_max = 1200, +.serial_rate_max = 9600, .serial_data_bits = 8, .serial_stop_bits = 1, .serial_parity = RIG_PARITY_NONE,