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
AI-powered service management for IT and enterprise teams Icon
AI-powered service management for IT and enterprise teams

Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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