change stop bits

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1906 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.4
Stéphane Fillod, F8CFE 2005-01-25 07:30:35 +00:00
rodzic 094d009a07
commit b27c895f6b
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
/* /*
* Hamlib RFT backend - EKD-500 description * Hamlib RFT backend - EKD-500 description
* Copyright (c) 2003 by Thomas B. Ruecker * Copyright (c) 2003-2005 by Thomas B. Ruecker
* *
* $Id: ekd500.c,v 1.1 2003-10-07 22:15:49 fillods Exp $ * $Id: ekd500.c,v 1.2 2005-01-25 07:30:35 fillods 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
@ -54,9 +54,9 @@ const struct rig_caps ekd500_caps = {
.rig_model = RIG_MODEL_EKD500, .rig_model = RIG_MODEL_EKD500,
.model_name = "EKD-500", .model_name = "EKD-500",
.mfg_name = "RFT", .mfg_name = "RFT",
.version = "0.1", .version = "0.2",
.copyright = "LGPL", .copyright = "LGPL",
.status = RIG_STATUS_NEW, .status = RIG_STATUS_ALPHA,
.rig_type = RIG_TYPE_RECEIVER, .rig_type = RIG_TYPE_RECEIVER,
.ptt_type = RIG_PTT_NONE, .ptt_type = RIG_PTT_NONE,
.dcd_type = RIG_DCD_NONE, .dcd_type = RIG_DCD_NONE,
@ -64,7 +64,7 @@ const struct rig_caps ekd500_caps = {
.serial_rate_min = 300, .serial_rate_min = 300,
.serial_rate_max = 2400, .serial_rate_max = 2400,
.serial_data_bits = 7, .serial_data_bits = 7,
.serial_stop_bits = 1, .serial_stop_bits = 2,
.serial_parity = RIG_PARITY_EVEN, .serial_parity = RIG_PARITY_EVEN,
.serial_handshake = RIG_HANDSHAKE_HARDWARE, .serial_handshake = RIG_HANDSHAKE_HARDWARE,
.write_delay = 0, .write_delay = 0,