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
Auth for GenAI | Auth0 Icon
Auth for GenAI | Auth0

Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
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