Radio/Kenwood/TS570S: Difference between revisions
From charlesreid1
| Line 10: | Line 10: | ||
==Serial Port== | ==Serial Port== | ||
===Radio Serial Port Photo=== | |||
There is an RS-232 serial port on the back of the radio, pictured below: | There is an RS-232 serial port on the back of the radio, pictured below: | ||
[[Image:KenwoodTS570S_Serial.jpg|500px]] | [[Image:KenwoodTS570S_Serial.jpg|500px]] | ||
===Radio Serial Port Pinout=== | |||
The radio's manual gives the pinout for this port, and some information on how to communicate with the radio using the serial connection: | The radio's manual gives the pinout for this port, and some information on how to communicate with the radio using the serial connection: | ||
| Line 27: | Line 31: | ||
[[Image:KenwoodTS570S_SerialSchematic3.png|400px]] | [[Image:KenwoodTS570S_SerialSchematic3.png|400px]] | ||
===Computer Serial Port=== | |||
I am connecting to the Kenwood radio's serial port using a MacBook Pro. I used a USB to RS-232 cable: | |||
[[Image:Serial_to_RS232.jpg|500px]] | |||
On the MacBook, I will be using Python to send serial commands out and over the wire. | |||
=Links= | =Links= | ||
Revision as of 22:57, 21 June 2016
Kenwood All-Mode Multi-Bander TS-570S radio:
TS-570 has a straight-through female 9-pin RS232 to female RS232 cable [1].
Manual
The following information is from the TS-570S manual.
Serial Port
Radio Serial Port Photo
There is an RS-232 serial port on the back of the radio, pictured below:
Radio Serial Port Pinout
The radio's manual gives the pinout for this port, and some information on how to communicate with the radio using the serial connection:
Here is a table with information about which pins go where, and the function of each pin. There are basically five pins used:
- Two pins are TX/RX pins for transferring data between the computer and the radio.
- Two pins are on/off switches for the TX/RX functionality (i.e., these have to be supplied with voltage for the radio and the computer to be able to transmit signals back and forth).
- One pin is a ground pin.
Computer Serial Port
I am connecting to the Kenwood radio's serial port using a MacBook Pro. I used a USB to RS-232 cable:
On the MacBook, I will be using Python to send serial commands out and over the wire.
Links
Manual for the TS-570S transceiver: http://www.manualslib.com/manual/86121/Kenwood-Ts-570d-Ts-570s.html
Flags
| radio all things radio.
Ham Radio: Notes on General class license: General · Mnemonics/General Class License Digital modes: Radio/Digital Modes
Ham Radio Hardware (Radios): Kenwood TS 440S: Radio/Kenwood/TS440S Kenwood TS 570S: Radio/Kenwood/TS570S Yaesu VX-6: Radio/Yaesu/VX-6 Digital Modes on Raspberry Pi: RaspberryPi/Digital Modes Digital Modes on Arduino: Arduino/Digital Modes DVB-T USB SDR Dongle: DVB-T USB SDR
Ham Radio Software: Software defined radio: SDR Comprehensive list of ham software: Andys Ham Radio Linux Direwolf (soundcard TNC/APRS modem): Direwolf Echolink (internet repeater system): Echolink Qsstv (Slow scan television): Qsstv Fldigi (fast light digital modes): Fldigi Xastir (APRS/AX25/TNC): Xastir RadioHead (packet library for microcontrollers): RadioHead
Category:Radio · Category:Kenwood · Category:Yaesu Flags · Template:RadioFlag · e |

