Project

General

Profile

Actions

New Model #190

open

Standard Horizon HX370S

Added by Brian Swearingen almost 12 years ago. Updated almost 11 years ago.

Status:
Blocked
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/29/2012
Due date:
% Done:

0%

Estimated time:
Equipment Loan/Gift Offered:
I read the instructions above:

Description

This is a race-type computer-required radio...can only be programmed via cable. CE68 is the only programming software I'm aware of, and it's specific to this radio...makes sharing .dat files a pain.

I've included a sample .dat file from my current radio, should that help.

The cable is the same one used with my Yaesu VX-6


Files

KOH.dat (97.3 KB) KOH.dat Brian Swearingen, 05/29/2012 04:02 AM

Related issues

Has duplicate New Model #3307: Would like to pay to have models added to CHIRPFeedback02/10/2016

Actions
Has duplicate New Model #3317: Yaesu HX370Closed02/11/2016

Actions
Actions #1

Updated by Tom Hayward almost 12 years ago

  • Status changed from New to Blocked

This is blocked until a dev can get their hands on a radio. See Rules For Loaning A Radio if you have one you're willing to loan.

Actions #2

Updated by Paul Sladen almost 11 years ago

I have an HX370S, brief notes are on:

The HX270 has an 8kB EEPROM, and the HX370 has a 16kB EEPROM. The first 64 bytes are not used, and then the model number appears at offset 0x40 (model number 0x10e == 270, 0x172 == 370). The last two bytes at the end of the EEPROM also contain the model as some sort of sanity check.

The EEPROM size and layout vary between each series of Vertex/Standard Horizon radio, although they share a general theme in terms of layout. The actual EEPROM read/write (ACMD:002/#CMDSY/#CEPRD/#CEPWR) protocol /is/ the same across the Standard Horizon radios, but with newer radios running the serial port at higher-speeds. The protocol is described in:

It's a few months since I last had a stint on the HX370S, but from memory there are three banks of preset (127?) channels for the marine range, plus a single bank of 40 fully-programmable channels. The frequencies are fairly obvious and stored in kHz as BCD + 100MHz. I have an emulator for the Standard Horizon EEPROM protocol, which you can test against (without risking bricking the radios):

If you are running under Wine, this is usable as a COM part with eg.:

ln -s ~/.wine/dosdevices/com3 /tmp/fake-hx851
./hx851emu.py

Since I haven't worked on it for a while, I'm happy to loan the HX370S to anyone else (ideally in the UK). As well as the EEPROM read/write mode, there is a radio-to-radio clone mode; although I didn't get around to reverse engineering this but I don't know if there's much immediate value given the direct EEPROM access.

Actions

Also available in: Atom PDF