开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Plugin for ELAD TMATE TM-2


 

Hi,
attached an plugin that allows to use a ELAD TMATE TM-2 as input device. I had it only tested it on Linux. The python hid library is needed.
The following functions are implemented:
The big knob changes the tune frequency. The step wide can be controls with the F1-F6 keys. The current step is displayed as underline in the LCD.
The E2 knob changes the vfo frequency. By pressing it, the vfo is set to tune frequency.
The frequency and mode are displayed in the LCD as well.
This file is between the quisk main program and the hardware file. It pass through the commands to the hardware and catches the needed information's. Thanks a lot to OE6HKE for the template.
Usage: adapt the line "from ac2yd.control_hermes import Hardware as BaseHardware" after "from" according to the subfolder.quisk_hardware without the .py extension and use this file in the quisk setting as "Hardware file path"
73
?


 

if this is a HID device, does it need either quisk or the python script to be in the focus?

in other words, what happens if you are typing something into a logbook program while
turning the VFO knob?

Am 01.01.2025 um 22:57 schrieb DB1RUF <db1ruf@...>:

Hi,
attached an plugin that allows to use a ELAD TMATE TM-2 as input device. I had it only tested it on Linux. The python hid library is needed.
The following functions are implemented:
The big knob changes the tune frequency. The step wide can be controls with the F1-F6 keys. The current step is displayed as underline in the LCD.
The E2 knob changes the vfo frequency. By pressing it, the vfo is set to tune frequency.
The frequency and mode are displayed in the LCD as well.
This file is between the quisk main program and the hardware file. It pass through the commands to the hardware and catches the needed information's. Thanks a lot to OE6HKE for the template.
Usage: adapt the line "from ac2yd.control_hermes import Hardware as BaseHardware" after "from" according to the subfolder.quisk_hardware without the .py extension and use this file in the quisk setting as "Hardware file path"
73

<hermes_hardware_ac2yd_tm2.py>


 

Hello Christoph,
the communication to the TM-2 directly goes via USB by using the HID framework. It's independent to keyboard/mouse or other HID devices. Quisk has exclusive access to the TM-2. So you can browse trough the frequency band without the need to have quisk in the foreground. It's the same principle as for the ICOM RC-28. see /g/n2adr-sdr/message/3222
73


 

Is it possible to impliment the Tmate into pihpsdr?