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
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
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