Search found 5 matches

by nlewis
Tue Feb 01, 2022 5:02 pm
Forum: Windows Discussion Forum
Topic: Windows 10 using 10.8.4 driver, System tray, doesn't have option to disable LED
Replies: 29
Views: 54740

Re: Windows 10 using 10.8.4 driver, System tray, doesn't have option to disable LED

jwick wrote: Tue Feb 01, 2022 2:00 pm nlewis,

To get the driver to stop turning it on (or off) when it starts, you have the edit the XML file.
I did, it works great now. I can retire my program. :) It also wasn't just turning it on when it started, it seemed to apply it when starting a new program (e.g. Fusion 360) too.
by nlewis
Tue Feb 01, 2022 12:18 pm
Forum: Windows Discussion Forum
Topic: Windows 10 using 10.8.4 driver, System tray, doesn't have option to disable LED
Replies: 29
Views: 54740

Re: Windows 10 using 10.8.4 driver, System tray, doesn't have option to disable LED

Thanks for this! I wrote my own little program to turn the LED on/off but 3DxWare kept turning it back on.
by nlewis
Thu Jan 06, 2022 9:00 pm
Forum: Developer's Forum for Windows
Topic: Any way to control LED on/off?
Replies: 3
Views: 25232

Re: Any way to control LED on/off?

Thanks for the pointer, I found a wrapper for SiSetLEDs here: https://github.com/DMXControl/3Dconnexion-driver which allowed me to write this stupid simple console app: <code> static void Main(string[] args) { using (var device = new _3DconnexionDriver._3DconnexionDevice("ledOnOff")) { Int...
by nlewis
Thu Jan 06, 2022 8:35 pm
Forum: Developer's Forum for Windows
Topic: Any way to control LED on/off?
Replies: 3
Views: 25232

Re: Any way to control LED on/off?

Well, the LED on/off isn't available as a user preference in the latest Windows driver and I'm a software developer, so I'm looking for another way to turn it on/off. Where can I find the legacy SDK?
by nlewis
Wed Jan 05, 2022 9:23 pm
Forum: Developer's Forum for Windows
Topic: Any way to control LED on/off?
Replies: 3
Views: 25232

Any way to control LED on/off?

I noticed this topic in the MacOS developer's forum: https://forum.3dconnexion.com/viewtopic.php?t=19372

However, the Windows SDK looks completely different, with no references to ConnexionClientControl. Is there an equivalent way to turn on/off the LED in the Windows SDK?