Skip to content

Icom IC-7610 Backend

LAN and serial implementations for Icom IC-7610.

Modules

  • core.py — Shared Icom7610CoreRadio (commander, state, CI-V routing)
  • lan.pyIcom7610LanRadio (UDP control/audio/CI-V)
  • serial.pyIcom7610SerialRadio (USB serial CI-V + audio devices)

Key Classes

  • Icom7610CoreRadio — Shared logic for both backends
  • Icom7610LanRadio — LAN backend (implements Radio, AudioCapable, ScopeCapable)
  • Icom7610SerialRadio — Serial backend (implements Radio, AudioCapable)

See Also