mirror of
https://github.com/UzixLS/sdrsharp-catcontroller.git
synced 2026-05-02 00:46:51 +00:00
| Properties | ||
| .gitignore | ||
| MagicString.txt | ||
| Protocol_TS50.cs | ||
| ProtocolInterface.cs | ||
| README.md | ||
| SDRSharp.SerialController.csproj | ||
| SDRSharp.SerialController.csproj.user | ||
| SDRSharp.SerialController.sln | ||
| SerialControllerPanel.cs | ||
| SerialControllerPanel.Designer.cs | ||
| SerialControllerPanel.resx | ||
| SerialControllerPlugin.cs | ||
| SerialPortCtrl.cs | ||
| SerialRadioInterface.cs | ||
| view-refresh.png | ||
sdrsharp-catcontroller
This plugin allow SDR# to be controlled via serial (COM) interface with set of TS-50 receiver commands. E.g. it can be coupled with com0com virtual serial port and Fldigi for better convenience.
Supported commands:
- IF - get frequency and mode
- FA - set frequency
- MD - set mode (AM,FM,USB,LSB,CW)
Serial port parameters:
- Speed: 9600
- Data bits: 8
- Stop bits: 1
- Parity: none
This plugin based on code by pewusoft (http://users.vline.pl/~pewusoft/)