What Is An Accessible Radio? – Part 3

Part 3

So with the clunky command structure and its output. I decide that some accessibility is better than not enjoying my favourite brand of radio, as I document the FT-991A road to accessibility. As most people use Windows, this guide will use Windows 11 to control the radio. Links and commands will be put on a single line so that they can be copied to the clipboard, Control + c, and paste, Control + v, where possible. To my knowledge the given commands are also true for Windows 10.

I have already provided the link to the hamlib GitHub stable release in part one but here it is again.

https://hamlib.github.io/

On this page use the screen reader search function, (Typically modifier key + “f”) for the words “Current Stable”. Just below that is a link to the current stable release page. At the time of writing it is hamlib 4.5.4. After activating the link of the latest stable release. Again use the search function of the screen reader for w64 if the PC has a x64 processor, or w32 if the processor is a 32 bit processor. Consider downloading the .exe option so that unzipping is not required. If the system allows the downloading of executable files.

As with many open source projects, it is possible to obtain new features that are under active development. Sourceforge hosts daily snapshot builds. I would recommend these builds if the radio is newly supported by hamlib and it is suspected that its support is actively developed. In my case, the FT-991A is marked stable and its support is probably mature. In this case choosing the stable version makes sense.

Here is the bleeding edge builds sourceforge link:

https://n0nb.users.sourceforge.net/

Again use the search function of the screen reader to find w64 or w32 as appropriate for the system being used. Consider downloading the .exe option so that unzipping is not required. If the system allows the downloading of executable files.

Having downloaded a copy of hamlib just press enter and run the downloaded installer. I have not found it necessary to change any of the options and just accepted the defaults of this simple accessible installer.

Now I need to gather some information for rigctl to communicate with the desired radio. Basically the command is rigctl with 3 switches, these are mrs. Which are defined by a preceding dash and I will explain the 3 pieces of information in turn that is required and their correct syntax below.

The installer did not add hamlib to the path so Windows does not know where rigctl.exe is located. So I need to navigate to its location and run the commands from the same folder as rigctl.exe manually. Knowing I will be able to automate the process later.

I Pressed Windows + r.
I typed cmd
I pressed enter
I typed cd c:\
I typed cd prog
I pressed the tab key (Knowing it will auto complete)
I typed ham
I pressed the tab key (Knowing it will auto complete)
I typed bin
I pressed enter.

Notes:
1) I knew if the install has been placed in the Program Files )x86) folder. After pressing tab so that program files appears, I would need to backspace once. Then I would press the spacebar, then the tab key again to auto complete.
2) cmd.exe the program I am using here has a problem with its own back slashes. Therefore, I had to write it out in stages.

Having installed hamlib and navigated to the installed program folder. . I need to find the model number of the radio, to be controlled. Which is for the model switch expressed as “-m”. So that hamlib knows what radio is connected to the computer. By typing “rigctl -l”, the program will return with a complete list of all the radios hamlib supports. As the list is long it is necessary to filter the results by using the pipe symbol sending the output to the find function of Windows. Just like this:

rigctl -l | find “991”

This will list all the listed radios with the string 991. Note that the string needs to be in quotes. Typically there are 2 lines of output giving the model number and its status. Note where the model number 1035 is presented from this example:

1035 Yaesu FT-991 20221104.14 Stable
RIG_MODEL_FT991

Now I have the model number the command looks like this so far. Note the dash before the switch and the spaces between the switch and argument.

rigctl -m 1035

The remaining 2 switches are down to the computer and radio’s configuration. The “-r” switch is the radios location on the computer i.e. what com port has been assigned to the radio. I Made sure the correct driver had been installed, as instructed by the manufacturer of the 991A.

To find the radios com port i.e. its location, I did this:

Ensuring the radio is powered on and connected to the computer with the right cable.
I tabbed until the screen reader spoke “Start Button”.
I pressed the Applications Key alternatively I could have pressed Shift + F10.
Then I pressed the letter m.
Then I pressed tab.
Then I pressed p.
Then I pressed the Right Arrow Key
Then I press Cursor Down through the list of ports in order to observe what com ports have been assigned to the radio and made a note of the port number.

Now the command is looking like this:

rigctl -m 1035 -r com1

If I had wrote the wrong com port number rigctl will just refuse to load. and return me to the desktop.

Now for the final piece of information the speed switch “-s”. This is the baud rate of the radios serial port configuration.

By typing the following command, I was able to establish the range of baud rates the 991 supported as stated in the caps_dump output.

rigctl -m 1035 -u | find “serial”

The find command returned: Serial speed: 4800..38400 bauds, 8N2 CTS/RTS

I found that the wrong baud rate causes Rigctl to take some time to present the “Rig Command” prompt and radio commands will not work.

I simply pressed q and quit rigctl. Then I pressed Up Arrow which displayed the previously entered command. Then I just back space over the baud rate and tried another value from the list below. Guided by the command above caps_dump for the 991 and observed that the baud range was 4800 – 38400. The caps_dump will be explained in the next part of this guide.

I notice immediately when I had the correct value as the “Rig Command” was immediately displayed. I pressed the letter ‘f’ and the radio returned the current frequency. I made a mental note of the successful baud rate of 4800.

Standard Baud Rates include:
1200
2400
4800
9600
14400
19200
38400
57600
115200

These were taken from:
http://www.ece.northwestern.edu/local-apps/matlabhelp/techdoc/matlab_external/baudrate.html

Now my command is complete and looks like this:

rigctl -m 1035 -r com1 -s 4800

In the next part I will generate a few useful files and write a batch file to automate the process so that pressing enter on a batch file starts rigctl and connecting to the 991A, right from the desktop.

A Description of Yaesu FT-M100DR/DE for the blind – Not Technical but Tactile

Let’s start with the front Panel Button Layout

Top Left On / Off / Lock

Below Volume control

Below are a row of buttons easily identified because of the casing either side of them. From left to right they are;
1 Band A / B, 2 TX Power, 3 VFO / Memory, 4 Mode, 5 Group Monitor, 6 Squelch / Digital Voice, 7 Back, 8 Settings DSP.

Top Right, 1 Megahertz step.

Below a ratchet selection knob.

At first unpacking the transceiver I thought it to be quite odd. The top has a raised area that contains the speaker. The front panel feels like a bolt on being considerably taller than the height of its body. Further more the body is metal wile the front panel is a plastic box. I haven’t seen a radio before also that has a power cord fixed to the radio. Although, this is a short wire with a connector at the end. In the box was a long power lead to connect to this pigtail. Considering the back panel. I have never seen a radio with a fan housing sticking out of the back. This design has the advantage of providing a recess so that antenna, headphones and data plugs and leads cannot be crushed against anything behind the radio.

Included in the box was an extension lead for the front panel. By pressing a hard to find button on the left front side of the radio the front panel can be removed. In fact, this is necessary to do in order to attach the microphone. Critics have argued that Yaesu should have also included an extension lead for the mic as if the extended front panel lead is used the mic is likely to require an extension too. There are three other metal parts in the box. One bracket that saddles the radio body and a 3 sided bracket that is for the front panel. There is the traditional mic clip too. In addition there are other little odds and ends such as an adapter to be used if using a mono extension speaker.

The FT-M100 dimensions are 165mm from front to back, 135mm across the front and 40mm tall.

So How Accessible Is The FT-M100?
Sadly, the first time the radio is turned on or a factory reset has been performed. The radio demands the entry of a callsign. This process is not intuitive nor does it speak. I did complete it with support from an AIRA agent via an internet video link. However it was painfully slow owing to the brightness of the LED panel. The default is max brightness. I have turned the brightness down to about half way (Settings Menu 1) and agents don’t have difficulty reading the screen via an iPhone camera. The app seeing AI provides some useful feedback but not enough to change settings in the menus independently.

The manual suggests that if the FVS-2 voice board is fitted the frequency will be read on demand. This may be true if menu 12 voice guide is set to manual however, the other buttons don’t speak. The default is auto. Which means that the two buttons VFO A / B and VFO/ Memory read the new state. Using the mic to input a frequency or a memory number are spoken too. Because of the variety of tones used many of the buttons provide useful orientation. e.g. the TX Power button provides three tones the high power tone is higher in pitch than the other two tones.

Yaesu provide software to clone the radio settings and write them back to the radio free of charge. The software appears to be quite accessible. My Windows 7 machine assigns a com port and I can set it within the software. The lead is provided and my Windows machine did not require a driver. I understand that when I use a Windows 10 PC I will need to use a dedicated driver as it uses a Prolific driver, which Windows 10 replaces with a universal driver I can read from the radio and fill a data sheet with current settings. By loading the software and after checking the com port settings are correct I select read from radio. A dialog appears stating the steps that need to be taken. Select menu 13 then 7 for clone. The radio asks for direction i.e. from radio to other. Then the insecure nag are you sure with the default on cancel. One click anti-clockwise of the selector knob moves focus to OK. There isn’t much time after pressing enter on the PC’s keyboard and then quickly finding the Settings / DSP button on the radio I can start the read from radio process. After the write to PC the screen returns to the main screen having exited the menu system. NVDA reported an error although there was no dialog on the screen. By pressing the right arrow it moved focus from VFO A to VFO B and a simple press of the tab key enabled me to curser through those frequencies I had programmed into the radio. I am going to spend some time amending my data and try to write it back to the radio.

Regarding the supplied six pin mini din USB data lead, SCU-20. Thee socket is on the back panel left-hand side of the fan and underneath the power cord which is not the easiest of locations. By exploring the six pin plug I can feel a flat on the shroud and opposite that flat is a groove. This flat is at twelve o’clock and the groove at six o’clock orientation to go into the socket.

I believe the SD card slot is behind the front panel as well as a selector switch for firmware updates. There is also a reset button and another firmware switch under a rubber bung on the top left-hand side near the front of the radio’s outer casing. Also behind the front panel is where the mic socket is located mentioned earlier. Menu item 13 is where the current versions of firmware are stated.

In summary:
This differently shaped transceiver is the most accessible Yaesu I have looked at. Sadly there is a lot of room for improvement to match the competition, in terms of accessibility. The radio is quiet usable on a day to day basis. But when a blind user needs to set up a new or reset radio. Or even a simple adjustment to a menu setting sighted support is a must. Having said which, I have always been a Yaesu fan and I love this radio I think it is great value for money and is a keeper.

My sincere thanks to John KD8PC who created an audio demonstration of the FT-M100 which can be found on the blind hams archive. I would suggest anyone seriously considering this transceiver to listen to John’s demo. Thanks John for your support and for taking the time to create your audio demonstration because I would not have known about this little beauty.

73

M0EBP

Assembling the Tigertronics SignalLink USB with a Plug ’n’ Play module without sight!

Things have been a little hectic in the shack lately. Today I took delivery of a Tigertronics SignalLink USB. This device is what is needed to engage with digital data modes. If you don’t have a TNC or such device. The SignalLink is a sound card for the PC or Mac to handle digital data modes. Because it is a box that is hooked up to a radio. Various jumper configuration settings have to be made appropriate to the radio being used. Included is a bag with small coloured bits of wire to configure these jumpers. Alternatively, Tigertronics have created Plug ‘n’ Play modules for specific radios and it is recommended to purchase a module at the same time as the SignalLink USB. Thus there’s some assembly to do. There are plenty of warnings of how delicate these jumper modules are and need careful handling. With the help of a sighted friend I was able to assemble my device myself using a plug ‘n’ play module for my radio.

I have rushed this recording because I did not want to forget any detail. In the hope that it will be of use to anyone who takes pride in doing things for themselves when they can and this is easy to do to those who can be gentle. Tigertronics module site: http://www.tigertronics.com/slmodules.htm

Wednesday 13 March 2019 with more to come.

Listen to a description of the Tigertronics SignalLink USB and assembling it with a Plug ‘n’ Play module. Enjoy!

M0EBP

Kenwood TH-D74 MCP JAWS Scripts

Joe VK5JKS has written JAWS scripts for the TH-D74 MCP program. JAWS is a popular PC screen reader used by many blind amateurs. The JAWS scripts improve the accessibility and usability of the Memory Control program for voice and Braille output. The script file, including instructions, can be downloaded from the following link:

TH-D74 MCP-D74 JAWS scripts.zip by Joe VK5JKS

or the Related Downloads section of the Kenwood TH-D74 page on the Active Elements site.

The script installation instructions are as follows:

Kenwood MCP-D74 Memory Control Program scripts for JAWS for Windows 18 and 2018

Install the contents of this zip file into your JAWS User Settings folder.
TO find this folder on your system:
* Press Windows key.
* Type Utilities.
* Choose Utilities JAWS 2018 (or 18) from the search results.
* Choose Explore My Settings.
* Copy the contents of this folder into the folder which opens.

The path of this folder is typically something like:
C:\Users\YourName\AppData\Roaming\Freedom Scientific\JAWS\2018\Settings\enu

Start the MCP-D74 program.
Use JAWSKey+f1 for screen sensitive help in the application.

Please note that comboboxes in this program are only accessible if expanded. this means that once focus lands on a combobox, you must use alt+down arrow to expand it, and then press Enter once you’ve made your selection.

To report a bug, please write to Joseph Stephen VK5JKS
Joe’s contact details are included in the script documentation