From ab511cbea65c6764410ed5a623106175675d14d3 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Mon, 26 Dec 2022 09:44:53 -0600 Subject: [PATCH] https://github.com/Hamlib/Hamlib/issues/1080 --- rigs/yaesu/ft5000.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rigs/yaesu/ft5000.h b/rigs/yaesu/ft5000.h index cecd304f6..c55f8643d 100644 --- a/rigs/yaesu/ft5000.h +++ b/rigs/yaesu/ft5000.h @@ -141,7 +141,8 @@ /* Delay between bytes sent to FT-5000 * Should not exceed value set in CAT TOT menu (rig default is 10 mSec) */ -#define FTDX5000_WRITE_DELAY 1 +// a 1ms delay was not working with microham and eltima ports +#define FTDX5000_WRITE_DELAY 0 /* Delay sequential fast writes */