zur Kopplung mit AetherSDR habe ich diesen Beitrag auf https://github.com/aethersdr/AetherSDR/issues/276 gefunden:
73 BenWindows
…
For programs that require a COM port (not TCP), you need a third-party virtual COM port driver:
• com0com (free, open source) — creates virtual COM port pairs
• VSPE — virtual serial port emulator
Setup with com0com:
1. Install com0com, create a pair (e.g. COM10 ↔ COM11)
2. In AetherSDR: enable TCP rigctld on port 4532
3. Use a TCP-to-serial bridge to connect port 4532 to COM10
4. Point your logging software to COM11
We're investigating native Windows virtual COM port support, but it requires kernel-mode drivers which are complex to distribute.