Go to file
2018-02-08 21:36:42 +03:00
Properties initial (SerialController-1.2) 2016-05-02 15:18:46 +03:00
.gitignore TS-50 IF and FA commands 2016-05-02 15:24:29 +03:00
MagicString.txt initial (SerialController-1.2) 2016-05-02 15:18:46 +03:00
Protocol_TS50.cs refactor protocol 2018-02-08 21:36:42 +03:00
ProtocolInterface.cs refactor protocol 2018-02-08 21:36:42 +03:00
README.md TS-50 MD command 2016-05-02 19:02:30 +03:00
SDRSharp.SerialController.csproj refactor protocol 2018-02-08 21:36:42 +03:00
SDRSharp.SerialController.csproj.user TS-50 IF and FA commands 2016-05-02 15:24:29 +03:00
SDRSharp.SerialController.sln TS-50 IF and FA commands 2016-05-02 15:24:29 +03:00
SerialControllerPanel.cs refactor protocol 2018-02-08 21:36:42 +03:00
SerialControllerPanel.Designer.cs TS-50 MD command 2016-05-02 19:02:30 +03:00
SerialControllerPanel.resx TS-50 IF and FA commands 2016-05-02 15:24:29 +03:00
SerialControllerPlugin.cs refactor protocol 2018-02-08 21:36:42 +03:00
SerialPortCtrl.cs refactor protocol 2018-02-08 21:36:42 +03:00
SerialRadioInterface.cs refactor protocol 2018-02-08 21:36:42 +03:00
view-refresh.png initial (SerialController-1.2) 2016-05-02 15:18:46 +03:00

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/)