CAT System Computer Control
OVERVIEW |
| CAT DATA PROTOCOL |
The CAT (Computer Aided Transceiver) System in the
The
Each time a command instruction is being received from the computer via the CAT port, the “CAT” indi- cator appears in the display, then turns off afterward. You will need a serial cable for connection to the RS- 232C (serial or COM port) connector on your computer. Purchase a standard serial cable (not the
Yaesu Musen does not produce CAT System op- erating software due to the wide variety of personal computers and operating systems in use today. How- ever, the information provided in this chapter explains the serial data structure and opcodes used by the CAT system. This information, along with the short program- ming examples, is intended to help you start writing programs on your own. As you become more familiar with CAT operation, you can customize programs later on for your operating needs and discover the true op- erating potential of this system.
There are some commercially produced software packages available, as well as various shareware and freeware programs. To find out more information, con- tact your dealer or check advertisements in current amateur radio journals and publications. Other valu- able information sources include amateur radio and PC
Serial data is passed via the CAT jack on the rear panel of the transceiver at 4800 bits/sec. All commands sent from the computer to the transceiver consist of
CAT 5-BYTE COMMAND STRUCTURE
Byte 1 | Byte 2 | Byte 3 | Byte 4 | Byte 5 |
Argument | Argument | Argument | Argument | Instruction |
|
|
|
| OPCODE |
Each byte sent consists of one start bit, 8 data bits, no parity bit and two stop bits:
|
|
|
|
| CAT DATA BYTE FORMAT |
|
|
| ||||||||||||||
| Start |
| 0 |
| 1 |
| 1 |
| 1 |
| 1 |
| 1 |
| 1 |
| 1 |
| Stop |
| Stop |
|
|
|
|
|
|
|
|
|
|
| |||||||||||||
| Bit |
|
|
|
|
|
|
|
|
| Bit |
| Bit |
| ||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are
97.Most of these duplicate menu programming set- tings or options, or else emulate front panel button func- tions. Notice that several instructions require no spe- cific parameters. However, every Command Block sent to the transceiver must always consist of five bytes.
The CAT control program you are writing must con- struct the
page 86 |
|