From a75b274f6f4dd4ef5690581d0ecce653fbd29b1a Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Mon, 26 Dec 2022 09:44:53 -0600 Subject: [PATCH] Change FTDX5000 write_delay to zero -- was causing microham to return ?; to every command 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 */