SDR# plugin to send current frequency value to the selected COM port with 9600 baudrate.

Installation: Add line to Plugins.xml file into <sharpPlugins> section:
<add key="ComPortFrequency" value="SDRSharp.ComPortFrequency.ComPortFrequencyPlugin, SDRSharp.ComPortFrequency" />

Plugin for old SDR# versions is also available to download under "Files" section.
https://sourceforge.net/projects/sdrsharp-comportfrequency/files/SDRSharp.ComPortFrequency_for_net_3.5.dll/download

May be used to control input RF filters using Arduino, for example:

void setup()
{
Serial.begin( 9600 );
}

void loop()
{
while (Serial.available())
{
String freq = Serial.readString();
// "freq" should contain something like 434175000
}
}

One more arduino example could be found under "Files" section. This sketch is designed to control Janilab's HF multi band-pass filter.
http://janielectronics.com/index.php?route=product/product&product_id=107

Project Samples

Project Activity

See All Activity >

Follow SDR# ComPortFrequency plugin

SDR# ComPortFrequency plugin Web Site

Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
Get Avast Free Antivirus with 24/7 AI-powered online scam detection

Get protection for today’s online threats. Free.

Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Free Download
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of SDR# ComPortFrequency plugin!

Additional Project Details

Registered

2017-03-07