Stream Deck Plus, Again

A place to discuss and exchange ideas on all types of control surfaces for PowerSDR and Thetis.
iu4jnr
Posts: 4
Joined: Thu Jul 06, 2023 9:39 pm

Stream Deck Plus, Again

Postby iu4jnr » Sat Jul 08, 2023 8:27 pm

Hi all, this is Max IU4JNR.
In few days I should receive a pre-loved ANAN7000DLE MK2. I'm not new to SDR, I own a SUNSDR2DX and 2pro and I just sold a Flex6400. I also owned a HL2 and a Hamlab 160-10 based on Red Pitaya.

I try to figure out what is the best solution to exploit my Stream Deck Plus to make it works wih Thetis and it seems there are a couple of solutions. However, what i found in the community forum are "old" discussions, dated nov 22.
Just as a try, I made few keys assignment using the "hotkey switch" in the SD+ software. Although they works, the mouse should stay focused on Thetis to be effective. Having multi-monitor setup this is not going to work.
So my questions are: are there any news on interfacing SD+ ? Any SW like FRstack for Flex? what is the most used/easy solution which keep the focus on Thetis whatever the mouse pointer is?
Thanks in advance
Max IU4JNR
brentc
Posts: 7
Joined: Wed Dec 21, 2022 5:12 pm

Re: Stream Deck Plus, Again

Postby brentc » Thu Nov 16, 2023 2:47 pm

Any luck? I have a stream deck that used with my Flex6500. It would be nice to use it once again.

73
Brent N9BC
73,
N9BC
User avatar
w-u-2-o
Posts: 5358
Joined: Fri Mar 10, 2017 1:47 pm

Re: Stream Deck Plus, Again

Postby w-u-2-o » Thu Nov 16, 2023 3:46 pm

I'm not a Stream Deck owner, but I believe it is as easy as using a set of .bat files that are executed on Stream Deck button presses to send CAT commands to Thetis.

If I were doing this, I'd install some version of netcat for Windows--I like ncat which is part of the nmap suite. Then you can issue commands like:

echo zzfa00018135100; | ncat -C 127.0.0.1 13013 --send-only

In that example zzfa is the CAT command, 127.0.0.1 is the localhost address, and 13013 is the TCP/IP CAT server port in Thetis. -C adds a CRLF, --send-only closes the connection immediately after sending.
User avatar
oe3ide
Posts: 361
Joined: Tue May 05, 2020 8:36 am
Location: JN78XK
Contact:

Re: Stream Deck Plus, Again

Postby oe3ide » Thu Nov 16, 2023 5:42 pm


Return to “Macro & MIDI Controller Software, Hardware & Scripts”