-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
62 lines (40 loc) · 1.51 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
This is yaesu_conf, software for configuring Yaesu radios. It consists
of two programs: yaesu_rw and yaesu_edit.
yaesu_rw
--------
The yaesu_rw program for using the clone mode of Yaesu radios to back
up and restore radio configuration.
kenwood_rw
--------
The kenwood_rw program for using the serial port to a Kenwood TM-V71
to back up and restore radio configuration.
radio_edit
----------
The radio_edit program lets you edit the configuration of the radios.
It can generally edit all the memories of the radio along with a lot
of the menu configuration. It does not transfer the data, you have to
use yaesu_rw independently to get the configuration from the radio and
write it back out after you edit it.
Layout files
------------
The "xxx.layout" files here are attempts to decode the cloned
information into the meanings of the various data fields.
The eventual goal is to have a program that allows the user to modify
the contents of a cloned file to make it easier to program the
monstrous number of memory that some of these radios have.
Supported radios
----------------
This software has been tested with the following radios:
Yaesu
FT-60R works
FT-7800R works
FT-897D works
VX-7R works
Kenwood
TM-V71 works
Thanks
------
Jim Tittsler wrote a program named vxu that did the same thing as
yaesu_rw, but I had stability problems with it, as the timing method
he was using caused glitching on on of my serial port. So I rewrote
using, IMHO, a better method for using this.