From charlesreid1
The CP210x Manufacturing DLL and Runtime DLL have been updated and must be used with v 6.0 and later of the CP210x Windows VCP Driver. Application Note Software downloads affected are AN144SW.zip, AN205SW.zip and AN223SW.zip. If you are using a 5.x driver and need support you can download Legacy OS Software. Installing the virtual COM port driver ATTENTION: Do not connect the device to a PC before installing the virtual COM port driver. Extract the downloaded file ('CP210xWindowsDrivers.zip' for Windows ® 7/8.1, or 'CP210xUniversalWindowsDriver.zip' for Windows ® 10) into a designated folder.In the designated folder, a folder labeled 'CP210xWindowsDrivers' or 'CP210xUniversalWindows. Kenwood Wallpaper. Looking for the best Kenwood Wallpaper? We've got 43+ great wallpaper images hand-picked by our users. Feel free to send us your own wallpaper and we will consider adding it to appropriate category. Download, share and comment wallpapers you like. KENWOOD ROUTE WATCHER II for model DRV-320/330 KENWOOD DRIVE REVIEWER for model DRV-410/430/830/N520 KENWOOD DRIVE-VIEW PLAYER for model KCA-DR300 KENWOOD Music Play KENWOOD Music Control for Android KENWOOD Music Editor Light FAQ & Program Download KENWOOD Music Editor FAQ KENWOOD Smartphone Control WebLink for KENWOOD Route Collector.
Kenwood All-Mode Multi-Bander TS-570S radio:
TS-570 has a male 9-pin RS-232 port in the back. I connected this to a USB-to-RS-232 cable that I bought online.
I found just about all the information I needed in the excellent and comprehensive TS-570S manual.
- 1Serial Port (Hardware)
- 2Serial Communication (Software)
- 2.3Finding the Serial Device
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. Unfortunately, it was a USB to male RS232, and the radio also had a male RS232 connection in the back, so I used some tiny female-female wires to connect each of the individual pins:
This site has more information about serial pin numberings: http://www.tldp.org/HOWTO/Serial-HOWTO-19.html
You must be careful to connect the correct pins the correct way. If you have a female-female RS-232 crossover cable, you're all set (it will cross the TX and RX lines), but if you're manually sticking wires between pins, you have to pay close attention.
The five pins that will be connected on the Kenwood side are (WARNING: THESE ARE SWAPPED FROM THE COMPUTER):
- TXD - transmit data - pin 2 on the Kenwood - transmits bytes into the radio
- RXD - receive data - pin 3 on the Kenwood - receives bytes from the radio
- GND - ground - pin 5 on the Kenwood
- CTS - (clear to send) receive enable - pin 7 on the Kenwood - radio sets this pin high when it is ready to receive
- RTS - (request to send) transmit enable - pin 8 on the Kenwood - radio is allowed to transmit if this pin is high
The five pins that will be connected on the computer side are:
- RXD - receive data - pin 2 on the computer - receives bytes into the computer
- TXD - transmit data - pin 3 on the computer - transmits bytes from the computer
- GND - ground - pin 5 on the computer
- RTS - (request to send) transmit enable - pin 7 on the computer - computer is allowed to transmit if this pin is high
- CTS - (clear to send) receive enable - pin 8 on the computer - computer sets this pin high when it is ready to receive
To connect the two, we need to connect pin 2 to pin 2, pin 3 to pin 3, pin 5 to pin 5, pin 7 to pin 7, and pin 8 to pin 8. No crossover is necessary, because the RX and TX pins are swapped internally in the radio, to make it easier.
We want to connect the radio and the computer as follows:
On the MacBook, I will be using Python together with the pyserial library [1] to send serial commands out and over the wire.
The pyserial library can be used to communicate with devices using a serial port/protocol. The pyserial library is available on Github: https://github.com/pyserial/pyserial
Serial Command Format
The Kenwood TS-570S manual details the pinout of the serial cable, and what hardware connections need to be made. But it also covers the specifics of how to send commands from a computer to the radio. The commands are classified as follows:
- Computer control commands
- Input command (input to the transceiver)
- Set command (sets particular condition)
- Read command (reads an answer)
- Output command (from the transceiver)
- Answer command (transmits a condition)
- Input command (input to the transceiver)
Command syntax is as follows:
For example, the following is a Set command:
The prefix FA will set the frequency (F) of variable frequency oscillator A (VFO A) to 7 MHz.
Likewise, the following is a corresponding Get (or Answer) command, asking for the frequency of VFO A:
When this command is sent, the radio will return the following: Indy driver alexander rossi.
This indicates that the frequency of VFO A is set to 7 MHz.
Alphabetical Commands
The following is a table of alphabetical commands given in the appendix of the TS-570S user manual:
A good 'Hello World' command is the ID command, which returns the model number of the radio. I'll be using this to demonstrate basic serial communication with the TS-570S.
Finding the Serial Device
No matter what library we happen to choose to communicate with the serial device, we will need to specify the device file associated with the serial device. This will be a file in the /dev/
folder that shows up when we plug in the USB-RS232 cable.
Finding the USB to Serial Device
Trying to find the device file associated with the USB-RS232 adapter.
I started by unplugging the USB-RS232 cable from the laptop's USB port, shutting down the radio, and running the command /bin/ls -1 /dev/ > /tmp/noradio
.
Next, I plugged the USB-RS232 cable into the laptop's USB port, turned on the radio, and ran the command /bin/ls -1 /dev/ > /tmp/withradio
. N-trig driver download for windows 10 pro.
I then looked for any devices that showed up when I plugged in the USB-RS232 cable into the USB port:
No luck - there were no devices that showed up when I plugged in the serial cable.
Installing Drivers
My next step was to try installing a driver for the USB-RS232 cable from the manufacturer (in this case, CableMatters). Their drivers page [2] provided a link to a Mac driver. Specifically, the page with the driver listed it as 'Smart I/O > USB to UART/Serial/Printer > PL2303 Mac OS X Driver Download'.
I downloaded version 1.6.0, which was a zipped up pkg file. It was only 94 KB, but required a restart. oooookay, annoying driver software, let's reboot.
Finding the USB to Serial Device Redux
After installing the driver, trying again.
Unplug the USB-RS232 cable, power off the radio, and list all device files:
Power on the radio, plug in the USB cable, and list all device files again:
Now look for devices that showed up when the radio was turned on and plugged in:
BINGO!!! We have our USB serial device showing up when we plug in the USB-RS232 device. Two device files show up when the USB-RS232 cable is plugged in:
Pyserial Library
An excellent tutorial on the essentials of the pyserial library is here: http://www.zilogic.com/blog/tutorial-pyserial.html
To install pyserial:
Now you can import pyserial by adding import serial
to your Python code, and create a serial device corresponding to the device file.
Our first script is a 'hello world' script. It asks the radio for its ID:
When this script is run, you get the ID of the radio, which is 018
:
We can modify this script to get the current frequency of the radio, by changing the command to FA;
(for frequency of VFO A):
This works as expected - the radio was on 14 MHz, which is precisely what is returned by the command:
Excellent, this means that we are in business!
Twisted Library
The Twisted library also allows for asyncronous communication with a serial device. Twisted is an event-driven Python library. Examples are provided with the Twisted documentation.
Serial MouseMan example: https://twistedmatrix.com/documents/16.2.0/_downloads/mouse.py
Serial NMEA GPS example: https://twistedmatrix.com/documents/16.2.0/_downloads/gpsfix.py
All examples: https://twistedmatrix.com/documents/16.2.0/core/examples/index.html
In this section we'll stitch together some code to control the radio in a more comprehensive/sophisticated way.
Manual for the TS-570S transceiver: http://www.manualslib.com/manual/86121/Kenwood-Ts-570d-Ts-570s.html
Connecting to Kenwood (DXLab): http://www.dxlabsuite.com/dxlabwiki/ConnectingKenwood
Download livewire windows 7 32 bit for free. Photo & Graphics tools downloads - Livewire by New Wave Concepts Limited and many more programs are available for instant and free download. Livewire(xt) loader driver download for windows xp. Download LiveWire 1.2 for Windows for free, without any viruses, from Uptodown. Try the latest version of LiveWire 2019 for Windows. If you think there is a problem, need to contact support, get the latest updates, or manage your licenses, you'll want to Register your Mackie product first. .Only compatible with Windows Vista/7/8/10 OS (Does not operate on Mac OS). This article includes all of the software downloads. Navigate through the tabs to select the software you need, click on the red 'Click here' link to download the program of your choice.