# Connecting Windows-only instruments in Juice: Signal Hound SA124B

**URL:** https://community.orangeqs.com/t/connecting-windows-only-instruments-in-juice-signal-hound-sa124b/51
**Category:** Community Support
**Created:** [April 28, 2026, 2:15pm UTC](https://community.orangeqs.com/t/connecting-windows-only-instruments-in-juice-signal-hound-sa124b/51 "2026-04-28T14:15:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Wiggert](https://avatars.discourse-cdn.com/v4/letter/w/3ec8ea/32.png) [@Wiggert](https://community.orangeqs.com/u/Wiggert)
#### Post date: [April 28, 2026, 2:15pm UTC](https://community.orangeqs.com/t/connecting-windows-only-instruments-in-juice-signal-hound-sa124b/51/1 "2026-04-28T14:15:23Z")

</div>

## Result

Control of an instrument with windows-only drivers using Juice via through a server.

## Context

We encountered the issue that the Signal Hound SA124B only has windows drivers, which meant we could not directly control it via Juice, as we do for other instruments.

## Solution process

We knew we could control the instrument via an adjacent windows PC. We set out to try and allow Juice to communicate with this Windows PC, using it as a proxy to send tasks to the instrument.

This involved first setting up a server on the windows pc listening in on a certain port capable of handling tasks we send it to be rediracted to the SA124B. We achieved this using the attached snippet `server_win.py`, which can be run inside of the terminal on the Windows PC.

Next we set up a `NDJson` Client in Juice, as found in the attached snipper `client_wsl.py`. Inside of Juice we interact with this Client, which communicates with the Windows PC and thereby the SA124B.

The exact usage can be seen below:

 ![image](https://canada1.discourse-cdn.com/flex029/uploads/orangeqs/original/1X/8d4989f275c42001d2a10fec3b1836780029b009.jpeg)

We hope this use case is able to help out anyone else who runs into a similar issue!

---

<div class="post-metadata">

### Author: ![Wiggert](https://avatars.discourse-cdn.com/v4/letter/w/3ec8ea/32.png) [@Wiggert](https://community.orangeqs.com/u/Wiggert)
#### Post date: [July 21, 2026, 9:27am UTC](https://community.orangeqs.com/t/connecting-windows-only-instruments-in-juice-signal-hound-sa124b/51/2 "2026-07-21T09:27:55Z")

</div>

I realise I forgot to attach the snippets initially.  
[windows server.zip](https://community.orangeqs.com/uploads/short-url/7Fx9IeS3KBzrmAZ3loOmQ6goWDr.zip) (3.5 KB)
