by cncdrive » Thu May 10, 2018 9:51 pm
Hi,
Yes, Rob is right. We do not give out the source of the pendant plugin, because it took us lots of time to make it work and concurency then might use our code if it will go public.
That pendant has an API too made by the manufacturer of the pendant which you could use to communicate with the pendant, you can find the API posted somewhere. (I don't recall now where did we find it)
But the issue with that API library is that it is pretty buggy. So finally we did not use it, but we sniffed the USB packets between the API and the pendant and wrote our own HID library for it.
As said this took us an awful amount of time is why we don't want to make the source code public.