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 */