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
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
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