FT8x7EE

EEPROM analyzer for Yaesu FT-817, FT-857 and FT-897

A Java multiplatform application used to find EEPROM locations for different radio settings


Version 0.1


Dan Toma - YO3GGX - yo3ggx@gmail.com

Introduction

This is a very simple to use multi-platform Java application which can be used to find EEPROM locations for different transceiver settings. This information can then be used to send the right CAT commands to configure the radio remotely.

Features

Current version of the application has the following features:

Limitations

Current version of the application has the following limitations:

WARNING!!!

Use this application on your own risk. Even if no data is written back to the EEPROM, I am not responsible for any possible undocumented effects of reading the EEPROM.



Download the application



You can always download the latest version of the application from the link available on my web page:

https://www.yo3ggx.ro

The package is a zip archive containing a single file: ft8x7ee.jar.

Unzip the file in a new folder of your choice.



Starting the application



To start the application in Windows, if you have previously installed Java Runtime (from Oracle), just double click on the file (ft8x7ee.jar). You will get the following window:

At first start, a configuration file (ft8x7ee.cfg) will be automatically created, where the application configuration data will be saved.

Note: This application was tested with Java SE Runtime Environment 8u92 downloaded from here:

http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html


Configuring parameters



You only have to configure 4 parameters:

Because FT857/897 does not have any data for addresses higher than 1249 (hex), this is the last address you can configure.

If your CAT interface require specific settings for the RTS and/or RTS signals, you can configure this from the file menu. Checking “RTS Power” and/or “DTR Power” will put respective signals to 1.

All settings are saved in the configuration file and automatically used at next application start.

You are now ready to use it.

Looking for changes in the EEPROM



Some of the radio parameters are stored in the 0000-0100 address range, so you can start first with this range. After selecting START and END address, press on START button to start an initial scanning. A progress bar will be seen in the lower part of the form.

When finalized, a message will pop-up and the scan will be paused.

Change one setting only and click “OK”. Let’s take for example Menu Mode nr. 061, MTR ATX SEL. This is used to set what parameter will be shown on the external analog meter. Default value was SWR. Now change it to PWR. Exit the settings in order for the new parameter to be saved in the EEPROM. You will see that 1 location was changed: 0095.

As you can see, bits 6 and 5 were changed to ‘00’ for PWR mode, so the previous value (for SWR) was ‘11’.

To speed up the process, click STOP then CLEAR. Select START address 0094 and END address 0096 and then click again on START. Wait for the cache to be updated and then change again the parameter to ALC. Do not forget to exit the menu in order to save the new value in the EEPROM.



You will see the new values.

Note the value for ‘ALC’ as ‘01’. Do the same for ‘MOD’. You will get the value ‘10’. Now do the same for ‘VOLT’. You will see that this time bit 7 will be changed from 0 to 1, and bit 6-5 to ‘00’.

Repeat procedure to get the values for ‘N/A’ (‘101’) and ‘OFF’ (‘110’).

To resume, this menu setting use address 0095 and 3 bits (7,6, and 5) with the following values:

SWR – 011

PWR – 000

ALC – 001

MOD – 010

VOLT – 100

N/A – 101

OFF – 110



Creating corresponding commands in the Pocket RxTx configuration file



Based on the findings, you can now create commands in Pocket RxTx for your specific radio. IN my situation is about an FT-857, so add the following in the ‘yaesu_ft857.radio’ configuration file. Because usually even addresses are used (The read/write commands read/writes two consecutive EEPROM addresses), we will use the write command at 0094 instead of 0095 and modify the second byte.

CMD_SET_EXT_MTR_PWR= <WE0094;xxxxxxxx;000xxxxx>

CMD_SET_EXT_MTR_SWR= <WE0094;xxxxxxxx;011xxxxx>

CMD_SET_EXT_MTR_ALC= <WE0094;xxxxxxxx;001xxxxx>

CMD_SET_EXT_MTR_MOD= <WE0094;xxxxxxxx;010xxxxx>

CMD_SET_EXT_MTR_VLT= <WE0094;xxxxxxxx;100xxxxx>

CMD_SET_EXT_MTR_NA= <WE0094;xxxxxxxx;101xxxxx>

CMD_SET_EXT_MTR_OFF= <WE0094;xxxxxxxx;110xxxxx>

The syntax is self-explanatory. The bits which needs to be unchanged are marked with ‘x’. For more details about the syntax of the configuration file check Pocket RxTx user guide available on my web site here:

https://www.yo3ggx.ro/pocketrxtx/doc09/index.html (online, multilingual)

or

https://www.yo3ggx.ro/pocketrxtx/doc09/pocketrxtx_v0.9.pdf (English, PDF format)

EEPROM Map


You can always find the latest version of the EEPROM map for FT-857 and FT-897 at this location:

https://www.yo3ggx.ro/ft8x7ee/eeprom.html



Application history



Version 0.1 (Jul 11, 2016). First public release of the application

ft8x7ee_v0.1.pdf Bucharest, Jul 10 2016 – © Dan Toma – YO3GGX – yo3ggx@gmail.com

6