TS-50 MD command

This commit is contained in:
UzixLS
2016-05-02 19:02:30 +03:00
parent c995b5a3e8
commit 21496719dd
7 changed files with 137 additions and 112 deletions

View File

@ -1,8 +1,17 @@
# sdrsharp-catcontroller
This plugin allow SDR# to be controlled via serial (COM) interface with subset of TS-50 receiver commands.
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
* 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/)