Icom Ci V Usb Interface Schematic Top -
Mastering the Icom CI-V USB Interface: A Deep Dive into Schematic, Topology, and DIY Construction
For decades, Icom’s CI-V (Communication Interface V) protocol has been the backbone of computer control for Icom transceivers. Whether you own an IC-7300, IC-9700, IC-705, or a legacy unit like the IC-706, the ability to link your radio to logging, digital mode, and remote control software transforms your operating experience.
While Icom sells official interfaces (e.g., CT-17), many operators prefer building their own CI-V to USB adapter. The search term "icom ci v usb interface schematic top" typically refers to the top-level or primary schematic diagram for converting USB (via an FTDI or CH340 chip) to the opto-isolated, half-duplex TTL serial required by CI-V.
This article provides a complete, top-to-bottom analysis of the CI-V USB interface—its schematic topology, component selection, PCB layout considerations, and practical build notes.
Typical component list
- USB-to-TTL adapter (FTDI/CP2102/CH340)
- BSS138 MOSFET or 1N4148 diodes
- 10k resistors (2)
- 100–470Ω series resistors (2)
- 100 nF ceramic capacitor
- 6N137 optocoupler (optional)
- 3.5mm mono jack (matching radio)
Software Configuration
After building, set virtual COM port to:
- Baud rate: 9600 (default for most Icom radios) or 19200/38400.
- Data bits: 8
- Stop bits: 1
- Parity: None
- Flow control: None
Set the radio’s CI-V address (default 0x5E for IC-7000, 0x76 for IC-7300, etc.) in your software (e.g., WSJT-X, FLRig, HRD).
7. Top Alternatives to DIY
If you prefer a ready-made product, several commercial interfaces appear at the top of search results, including:
- Icom CT-17 (original, but expensive).
- U5 Linker (includes audio and CI-V).
- ZLP Electronics MiniPro SC (isolated CI-V + CAT).
However, building from a top-quality schematic gives you complete control over isolation quality, component choice, and cost (under $15).
5. Understanding the Role of the “Top” Schematic in Troubleshooting
When searching for "icom ci v usb interface schematic top", many users are trying to repair a non-working interface. Here’s how the top-level schematic helps diagnose faults:
| Symptom | Likely area (top-level block) | |-----------------------------|----------------------------------------------| | No control, but radio responds to CI-V commands from another device | USB-to-UART bridge (check drivers, TX/RX LEDs) | | Erratic control, especially on transmit | Lack of opto-isolation or ground loop | | Computer sees COM port, but no PTT or frequency readout | TX opto (IC2) or buffer transistor dead | | Stuck data (bus always low) | Open collector transistor shorted, or missing pull-up on CI-V line | | Interface works only at low baud rates | Optocoupler too slow (replace 4N35 with 6N137) |
6. Conclusion: Why This “Top Schematic” is Standard
The Icom CI-V USB interface is not a simple cable – it is a bidirectional, inverted, open-collector level converter. The top schematic presented here (USB serial chip → NPN inverter/open-collector → CI-V bus with pull-up) has become a de facto standard because:
- It works with almost all Icom rigs (IC-706, IC-7000, IC-9100, etc.)
- It is cheap (under $5 in parts)
- It handles the unique CI-V bus arbitration where any device can pull the line low.
Before building or purchasing an interface, compare the vendor’s schematic against this “top” design. If it lacks the open-collector NPN inverter stage on the transmit line (or uses a simple transistor without correct biasing), it will likely fail with Icom’s protocol.
For further reading, search for “Icom CI-V specification document” (Icom publishes the electrical spec) and open-source designs like “USB-CI-V by YO3FVR” or “W6IPA CI-V interface schematic.”
The workbench was a graveyard of half-finished projects until the ICOM CI-V interface arrived. For a radio op, it wasn’t just a cable; it was the bridge between a legacy rig and modern digital wizardry.
I remember staring at the top-down schematic, a clean blueprint of logic in a world of messy RF. At the heart sat the FT232R chip, the silent translator converting USB’s frantic data into the steady, open-collector pulses the ICOM radio understood. To its left, a single 1N4148 diode stood guard—a simple gatekeeper ensuring the TX and RX lines played nice on the single-wire bus without talking over each other.
The "Top" view of the PCB layout was a work of art. Traces curved like copper rivers, snaking around tiny 0.1µF capacitors that filtered out the hum of the Shack’s power supply. I remember the smell of fresh solder as I bridged the pads, following the diagram's path from the USB-B port straight to the 3.5mm mono jack.
When the last joint cooled, I plugged it in. The computer chimed, the rig’s frequency flickered to life on the screen, and just like that, the schematic wasn’t a drawing anymore—it was a conversation.
The Icom CI-V USB interface serves as a bridge between a computer's USB port and the single-wire, bidirectional CI-V (Computer Interface 5) bus used by Icom transceivers for rig control. Core Schematic Components
A modern USB-to-CI-V interface typically revolves around a dedicated USB-to-Serial converter chip, such as the FTDI FT232RL Go to product viewer dialog for this item. .
USB Interface: A USB Type-B or Micro-USB jack connects to the host computer. USB-to-Serial Chip : The (or similar chips like the
) handles the USB protocol and provides TTL-level serial signals (TX and RX).
Signal Conversion (Combining TX/RX): Because the CI-V bus is a single-wire system, the unidirectional TX and RX lines from the chip must be combined. This is often done using:
Diodes/Resistors: A simple passive circuit using a switching diode (like a 1N4148) and a pull-up resistor to combine the lines into one.
Logic Buffers: Some designs use a hex buffer (e.g., 7417 or 4049) to isolate and combine signals for better stability.
Radio Connector: A 3.5mm mono phone plug is the standard physical connection to the radio's "REMOTE" jack.
RFI Suppression: Ferrite beads and small bypass capacitors (e.g., 0.01 µF) are often added to the data lines to prevent radio frequency interference from disrupting the connection. Typical Circuit Layout Key Design Considerations
Isolation: High-end designs may include opto-isolators to prevent ground loops between the computer and the radio.
Power: The interface is typically powered directly from the computer's 5V USB bus, eliminating the need for an external power supply. icom ci v usb interface schematic top
Drivers: If building your own, ensure you install the appropriate Virtual COM Port (VCP) drivers from the chip manufacturer (e.g., FTDI) to allow software like Ham Radio Deluxe or FLDigi to communicate with the rig. Explore USB with this USB to CI-V Interface - N5DUX
Building a DIY Icom CI-V (Computer Interface V) USB interface is a popular project for enabling rig control on transceivers that don't have a native USB port. The interface functions by converting standard computer logic levels into a single-wire, half-duplex bus that communicates with the radio at TTL (0-5V) levels Interface Overview The CI-V protocol uses a 3.5mm mono phone jack
(standard headphone jack size). Data is sent and received over the same wire, making it a half-duplex system. Core Schematic Components A modern USB-to-CI-V interface typically centers around a USB-to-UART bridge chip , such as the FTDI FT232RL
Connects to the PC, usually via a standard USB-A or Micro-USB connector. Conversion Logic: TXD (Transmit) RXD (Receive)
pins of the UART chip must be tied together to interface with the single-wire CI-V bus.
(e.g., 1N4148) is often placed between the TXD line and the CI-V bus to prevent the chip from "fighting" incoming signals when not transmitting. pull-up resistor
(typically 4.7kΩ to 10kΩ) is connected between the data line and +5V to maintain the bus in a high state when idle. Radio Side: A shielded cable terminating in a 3.5mm mono plug . The tip is the data line, and the sleeve is the ground. Simplified Wiring Diagram For those using a pre-made USB-to-TTL adapter (like those used for Arduino), the wiring is even simpler: Connect GND: Adapter Ground right arrow 3.5mm Plug Sleeve. Combine Data: Tie Adapter right arrow 3.5mm Plug Tip. Add Protection:
Place a signal diode (1N4148) on the TX line (cathode towards the plug tip) to allow the RX line to read the bus without interference. Pro Tips for Builders G3VGR's USB CI-V and Winkey Interface - QSL.net
Understanding the Icom CI-V USB Interface: Schematic & Design Guide
The Icom Communications Interface V (CI-V) is a standard protocol used by Icom transceivers for computer-aided transceiver (CAT) control. While modern radios like the Icom IC-7300 have a built-in USB port that handles CI-V data, older or legacy models require an external interface to bridge the computer's USB port with the radio's 3.5mm "Remote" jack. 1. The CI-V Bus: Technical Overview
The CI-V bus is a single-wire, bi-directional serial communication system that operates at TTL voltage levels (0V to 5V).
Open-Collector Architecture: Because multiple devices can be connected to a single bus, all drivers must be open-collector or open-drain.
Signaling: It uses a standard asynchronous serial format (NRZ).
Physical Connection: Typically, it uses a 3.5mm mono phone jack. The tip carries the data signal, and the sleeve is ground. 2. Standard USB to CI-V Schematic (FT232RL Based)
For a reliable "top-tier" homebrew design, using a dedicated USB-to-TTL serial chip like the FTDI FT232RL is highly recommended. ICOM CI-V - K7MEM
Building a DIY Icom CI-V USB interface is a popular project for amateur radio operators looking to avoid the high cost of official cables like the Icom CT-17
. This guide covers the schematic and construction for a modern USB-to-CI-V interface using an FTDI chip. 1. Circuit Schematic & Operation The core of a modern USB CI-V interface is a USB-to-TTL UART converter
. Icom's CI-V bus uses a single-wire, bi-directional TTL (0–5V) signal where both transmit (TX) and receive (RX) data are combined onto one line. USB Controller FTDI FT232RL
is the most common choice as it handles all USB-to-serial conversion. The "Combining" Diode
: Since CI-V is a single-wire bus, you must connect the TXD and RXD pins of your USB chip together. A common method is connecting the RXD pin directly to the CI-V bus and using a 1N4148 diode
(anode to RXD/CI-V, cathode to TXD) to prevent the radio from being driven high by the TX pin when idle.
: Some designs include ferrite beads on the data and power lines to block stray RF noise. 2. Bill of Materials (BOM) You can find these parts at retailers like Specification FTDI FT232RL or CP2102 USB-to-UART Bridge Combines TX/RX for single-wire CI-V Pull-up resistor for the data line Capacitors 0.1 µF & 100 pF Noise bypassing and filtering 3.5mm Mono Plug Standard CI-V "Remote" jack connection Shielded Audio Cable Prevents RF interference 3. Construction Steps Prepare the USB Module
: If using a pre-made CP2102 or FT232RL breakout board, identify the Solder the Bridge
: Solder the 1N4148 diode and 10k resistor between the TXD and RXD pins as specified in your chosen schematic to create the single-wire bus. Wire the 3.5mm Jack Connect the of the 3.5mm mono plug to the combined TXD/RXD line. Connect the to the GND pin of the USB module.
: Many builders use a small plastic project box or even a "Manhattan style" construction on a piece of unetched PCB board for a solid ground plane. www.ka6wke.net 4. Software Setup Explore USB with this USB to CI-V Interface - N5DUX
a USB to CI-V interface you can use. to control a radio with CI-V remote control. port capability and common radio frequency. USB- ICOM CI-V - K7MEM Mastering the Icom CI-V USB Interface: A Deep
Understanding the ICOM CI-V USB Interface Schematic: A Comprehensive Guide
The ICOM CI-V USB interface is a popular tool used by amateur radio enthusiasts to connect their ICOM radios to a computer via USB. This interface enables users to control their radios remotely, perform digital signal processing, and utilize various software applications. In this article, we will provide an in-depth look at the ICOM CI-V USB interface schematic, exploring its components, functionality, and applications.
What is the ICOM CI-V Protocol?
Before diving into the USB interface schematic, it's essential to understand the ICOM CI-V protocol. CI-V is a communication protocol developed by ICOM, a Japanese company renowned for its high-quality amateur radio equipment. The CI-V protocol allows ICOM radios to communicate with external devices, such as computers, using a serial interface. This protocol enables features like remote control, frequency setting, and data transmission.
ICOM CI-V USB Interface Schematic
The ICOM CI-V USB interface schematic is a diagram that illustrates the electronic circuitry and components required to connect an ICOM radio to a computer via USB. The schematic typically consists of the following components:
- USB Connector: The USB connector is the interface between the computer and the ICOM CI-V USB interface. It's usually a standard USB-A or USB-B connector.
- USB-to-Serial Converter: This component converts the USB signal to a serial signal, which is compatible with the ICOM CI-V protocol. Popular USB-to-serial converters include the FTDI FT232RL and the Silabs CP2102.
- Microcontroller: The microcontroller is a small computer that manages the communication between the ICOM radio and the computer. It's usually a simple microcontroller like the Atmega32U4 or the PIC18F2550.
- CI-V Interface Circuitry: This circuitry includes components like resistors, capacitors, and transistors that condition the CI-V signal for transmission between the ICOM radio and the microcontroller.
- Power Supply: The power supply provides power to the ICOM CI-V USB interface. It's usually a simple voltage regulator like the 78L05 or the LM1117.
How the ICOM CI-V USB Interface Works
The ICOM CI-V USB interface works by converting the CI-V signal from the ICOM radio to a digital signal that can be transmitted over USB to a computer. Here's a step-by-step explanation of the process:
- CI-V Signal Transmission: The ICOM radio transmits a CI-V signal to the ICOM CI-V USB interface.
- Signal Conditioning: The CI-V interface circuitry conditions the CI-V signal for transmission to the microcontroller.
- Microcontroller Processing: The microcontroller receives the conditioned CI-V signal and converts it to a digital signal.
- USB Transmission: The digital signal is transmitted over USB to the computer using a USB-to-serial converter.
- Computer Processing: The computer receives the digital signal and processes it using software applications like Ham Radio Deluxe or ICOM's own software.
Applications of the ICOM CI-V USB Interface
The ICOM CI-V USB interface has numerous applications in amateur radio, including:
- Remote Control: The ICOM CI-V USB interface enables remote control of ICOM radios, allowing users to adjust frequency, mode, and other settings from a computer.
- Digital Signal Processing: The interface allows for digital signal processing, enabling features like noise reduction, filtering, and modulation analysis.
- Logging and Contests: The ICOM CI-V USB interface is used in logging and contesting software to track contacts, frequencies, and other information.
- Satellite Communication: The interface is used in satellite communication applications, such as tracking satellite frequencies and adjusting antenna settings.
Designing and Building an ICOM CI-V USB Interface
Designing and building an ICOM CI-V USB interface requires a good understanding of electronics, microcontrollers, and the CI-V protocol. Here are some general steps to follow:
- Choose a Microcontroller: Select a suitable microcontroller for the project, such as the Atmega32U4 or the PIC18F2550.
- Select a USB-to-Serial Converter: Choose a USB-to-serial converter like the FTDI FT232RL or the Silabs CP2102.
- Design the CI-V Interface Circuitry: Design the CI-V interface circuitry, including components like resistors, capacitors, and transistors.
- Write Firmware: Write firmware for the microcontroller to manage the CI-V signal transmission and USB communication.
- Build and Test: Build the ICOM CI-V USB interface and test it with an ICOM radio and computer.
Conclusion
The ICOM CI-V USB interface schematic is a complex diagram that illustrates the electronic circuitry and components required to connect an ICOM radio to a computer via USB. Understanding the CI-V protocol, USB-to-serial converters, and microcontrollers is essential for designing and building a functional ICOM CI-V USB interface. With this comprehensive guide, amateur radio enthusiasts and electronics hobbyists can create their own ICOM CI-V USB interfaces and explore the many applications of this technology.
Top Resources for ICOM CI-V USB Interface Schematic
For those interested in learning more about the ICOM CI-V USB interface schematic, here are some top resources:
- ICOM Inc. Official Website: ICOM's official website provides documentation on the CI-V protocol and ICOM radio interfaces.
- Ham Radio Deluxe: Ham Radio Deluxe is a popular software application that uses the ICOM CI-V USB interface for remote control and digital signal processing.
- ARRL: The American Radio Relay League (ARRL) provides resources and documentation on amateur radio interfaces, including the ICOM CI-V USB interface.
- Electronic Projects: Websites like Electronic Projects and Hackaday provide tutorials and projects on building ICOM CI-V USB interfaces.
Future Developments and Upgrades
As technology advances, we can expect to see improvements and upgrades to the ICOM CI-V USB interface. Some potential developments include:
- Faster Data Transfer Rates: Future interfaces may utilize faster data transfer rates, enabling more efficient communication between the ICOM radio and computer.
- Increased Compatibility: Upgraded interfaces may offer increased compatibility with newer ICOM radios and computer operating systems.
- New Features and Applications: The ICOM CI-V USB interface may be used in new applications, such as satellite communication, emergency response, and digital signal processing.
By understanding the ICOM CI-V USB interface schematic and its applications, amateur radio enthusiasts and electronics hobbyists can unlock new possibilities for remote control, digital signal processing, and communication. Whether you're a seasoned ham radio operator or just starting out, the ICOM CI-V USB interface is an exciting technology that offers a world of possibilities.
The Icom Communications Interface V (CI-V) is a proprietary serial communication bus used to remotely control Icom amateur radio equipment. While Icom sells the CT-17 level converter, you can easily build a high-performance USB CI-V interface using inexpensive USB-to-TTL modules. CI-V Technical Overview
The CI-V bus is an open-collector, bi-directional, single-wire system operating at TTL (5V) logic levels.
Idle State: The DATA line is held HIGH (+5V) by a pull-up resistor.
Active State: Devices communicate by pulling the line LOW (0V).
Connector: A standard 3.5mm mono jack. The tip carries the DATA signal, and the sleeve is GND. The "Top" Schematic: USB-to-TTL Method
The most efficient DIY design uses a common USB-to-Serial board (like those based on FTDI FT232RL , CP2102
, or CH340 chips). These modules provide separate TX (Transmit) and RX (Receive) pins, which must be combined into the single-wire CI-V bus. Simple Diode/Resistor Circuit Typical component list
This is the most popular "top" schematic for its simplicity and reliability.
Join TX and RX: Connect the RX pin of the USB module directly to the CI-V Tip. Add a Diode: Connect the anode of a small signal diode (e.g., 1N4148
) to the CI-V Tip and the cathode to the TX pin of the USB module.
Purpose: This allows the TX pin to pull the bus low but prevents it from forcing the bus high, maintaining the open-collector requirement.
Pull-up Resistor: Connect a 4.7kΩ to 10kΩ resistor between the CI-V Tip and the 5V VCC pin on the USB module to ensure the bus idles high. Key Components List USB-to-TTL Module: FTDI FT232RL modules are highly recommended for driver stability. Diode: or similar high-speed switching diode. Resistor: 4.7kΩ (standard for CI-V). Plug: 3.5mm (1/8") Mono Phone Plug. Cable: Shielded audio cable to prevent RF interference. Software Setup
Once hardware is ready, you will need software to communicate with the rig. Popular choices include: Icom IC7300 A to Z #27 CI-V Settings
Building your own Icom CI-V (Communications Interface 5) USB interface is a popular DIY project for amateur radio operators. It allows you to control transceivers—from older models like the IC-735 to modern rigs—via a computer using a single 3.5mm mono cable. Understanding the CI-V Bus
The CI-V protocol is a bi-directional, single-wire TTL system. Unlike standard RS-232 serial communication which uses separate Transmit (TX) and Receive (RX) lines, CI-V combines them into one "DATA" line. Idle State: The line is held high (+5V TTL). Collision Detection: If the line is low, the bus is "busy".
Daisy Chaining: Multiple Icom devices can be connected in parallel; each is identified by a unique hex address. Core Schematic: USB-to-TTL (CI-V)
To build a modern USB version, you need a USB-to-TTL serial converter (often based on the FTDI FT232RL or CP2102 chips). The "Two-Diode" or "Shorted" Method
The simplest way to interface a standard USB-to-TTL module (which has separate TX and RX pins) with the single-wire CI-V bus is to bridge the signals.
TX to DATA: Connect the TXD pin of your USB module to the Tip of a 3.5mm mono jack through a small signal diode (e.g., 1N4148) with the cathode facing the USB module. This prevents the TX pin from holding the bus high when it should be idle. RX to DATA: Connect the RXD pin directly to the same Tip. Ground: Connect the GND pin to the Sleeve of the mono jack. Buffered Open-Collector Schematic
For a more robust "top-tier" design that prevents data collisions and protects your radio, use an Open-Collector Buffer like the 7417 or 7407. Simple Icom CI-V Interface - QSL.net
A very specific topic!
The ICOM CI-V USB interface is a popular project among amateur radio enthusiasts, allowing them to connect their ICOM radios to a computer via USB. Here's a comprehensive guide to help you understand the schematic and build your own interface:
What is CI-V? CI-V (Computer Input/Output for Voice) is a protocol developed by ICOM for communication between their radios and computers. It's a simple, ASCII-based protocol that allows the computer to control the radio and receive data from it.
Components and Tools Needed:
- USB cable: A standard USB cable (e.g., A-B or A-micro B)
- FTDI chip: FTDI (Future Technology Devices International) produces a range of USB-to-serial converters. Popular options include:
- FTDI FT232RL (a popular and affordable choice)
- FTDI FT2232H (a more advanced chip with multiple interfaces)
- Microcontroller or dedicated IC: Optional, but recommended for more advanced features:
- Arduino or compatible boards (e.g., Arduino Uno, Arduino Micro)
- Dedicated ICs like the MAX3100 or similar
- Resistors, capacitors, and diodes: For building the interface circuit
- Breadboard or PCB: For prototyping or building a permanent circuit
- Soldering iron and basic electronics tools: For assembling the circuit
Schematic Overview: The ICOM CI-V USB interface schematic typically consists of:
- FTDI chip: Connects to the USB port and converts USB signals to TTL-level serial signals.
- Voltage regulator: Regulates the voltage from the USB port to a stable level (e.g., 5V or 3.3V) for the circuit.
- Interface circuit: A simple circuit that converts the TTL-level serial signals to the CI-V protocol's requirements.
- Radio interface: A connector and circuit to connect the interface to the ICOM radio.
Top-Level Schematic:
Here's a simplified, top-level schematic for the ICOM CI-V USB interface:
+---------------+
| USB Port |
+---------------+
|
|
v
+---------------+
| FTDI Chip |
| (FT232RL) |
+---------------+
|
|
v
+---------------+
| Voltage |
| Regulator |
+---------------+
|
|
v
+---------------+
| Interface |
| Circuit |
+---------------+
|
|
v
+---------------+
| Radio |
| Interface |
+---------------+
Detailed Schematic: Here's a more detailed schematic using the FTDI FT232RL chip:
+---------------+
| USB Port |
| (VCC, D+, D-) |
+---------------+
|
|
v
+---------------+
| FT232RL |
| (QFN-20) |
+---------------+
| VCC | 5V |
| D+ | USB_D+ |
| D- | USB_D- |
| TX | TTL_TX |
| RX | TTL_RX |
| GND | GND |
+---------------+
|
|
v
+---------------+
| Voltage |
| Regulator |
| (5V or 3.3V) |
+---------------+
|
|
v
+---------------+
| R1 | 1kΩ |
| R2 | 1kΩ |
| C1 | 10uF |
| C2 | 10uF |
+---------------+
|
|
v
+---------------+
| Radio |
| Interface |
| (CI-V) |
+---------------+
Software and Configuration:
- FTDI drivers: Install the FTDI drivers on your computer to enable communication with the FTDI chip.
- Terminal software: Use a terminal program (e.g., PuTTY, HyperTerminal) to configure the interface and communicate with the radio.
Building and Testing:
- Breadboard the circuit: Assemble the interface circuit on a breadboard to test and verify its functionality.
- Solder the circuit: Once verified, solder the circuit onto a PCB or a more permanent setup.
- Connect to the radio: Connect the interface to the ICOM radio using the CI-V protocol's specific connector and wiring.
Troubleshooting:
- Check the connections: Verify that all connections are secure and correct.
- Verify the FTDI drivers: Ensure the FTDI drivers are installed and functioning properly.
- Monitor the serial communication: Use a terminal program to monitor the serial communication between the computer and the radio.
This guide provides a general overview of the ICOM CI-V USB interface schematic. Be sure to consult the specific datasheets and documentation for the FTDI chip and your ICOM radio for more detailed information. If you're not comfortable with electronics or soldering, consider seeking help from a qualified electronics enthusiast or a professional.
2. Top-Level Block Diagram of a CI-V USB Interface
The term "schematic top" often refers to the high-level hierarchical view. Here is the functional breakdown of a standard CI-V USB interface:
[USB Port] → [USB-to-UART bridge] → [Opto-isolation stage (TX direction)] → [Buffer/Driver] → [CI-V connector (3.5mm TRS)]
↑
[CI-V connector] → [Signal conditioning] → [Opto-isolation stage (RX direction)] → [UART RX]
Most DIY designs use two optocouplers (typically 6N137 or PC900 for speed, or 4N35 for lower baud rates) to decouple the radio ground from the computer ground.
Recommended schematic (textual)
- USB side: USB-to-TTL adapter providing TXD (from PC), RXD (to PC), VCC 5V (optional), GND.
- CI-V line: single data line between adapter and radio CI-V jack through interface circuit below.
- Circuit:
- PC TXD → 100Ω series resistor → anode of fast switching diode (e.g., 1N4148) to CI-V node. Also connect TXD via 10k pull-down to GND (optional).
- CI-V node → radio CI-V jack pin. CI-V node has a pull-up to +5V through 10k (if radio expects pull-up; many radios provide pull-up internally—omit external pull-up if radio provides it).
- CI-V node → cathode of diode to PC RXD through 100Ω series resistor (so radio can drive the line back into RXD when it pulls low).
- Add a MOSFET level translator alternative: Use a small N-channel MOSFET (BSS138) with gate to PC RXD, source to PC RXD side, drain to CI-V node, with pull-ups on both sides; this allows open-drain style signalling and level translation if adapter is 5V/3.3V.
- For galvanic isolation: place an optocoupler (e.g., 6N137 for logic-speed) between CI-V node and USB-TTL TX/RX as needed; supply optocoupler with appropriate VCC and pull-ups.
- Add 470Ω–1k series resistor to CI-V node to limit current and protect transceivers.
- Capacitor 100 nF decoupling near VCC pins of adapter/optocoupler.
Notes:
- Many hobbyist interfaces simply wire USB-TTL TX and RX to CI-V via 1k resistors with a 10k pull-up to 5V and it works for modern Icom radios — but this risks ground loops and may not protect against voltage transients.
- If the adapter is 3.3V, use MOSFET level shifting or an adapter tolerant to open-drain 5V signalling. CI-V devices often tolerate 3.3V as logic high if pulled up internally; check radio manual.