Page 1 of 1

USBLib Ruby - Using Libs with flowstone

Posted: Thu Aug 08, 2013 6:53 pm
by chackl
Hello!

I have an DMX Interface here that is NOT FTDI ^^ - It has also No MIDI or any HID - It just has a "Standart" USB-Driver
delivered by the vendor.
It i install a standart usbdriver by zadig -> Same result

So no i was asking me if i could read out ALL USB Data - and i found this one here:
https://github.com/larskanis/libusb

Would that be possible?

Regards

Re: USBLib Ruby - Using Libs with flowstone

Posted: Thu Aug 08, 2013 8:24 pm
by Tronic
I guess not, because you could not trigger the ruby module, at the same data rate of USB.
you must have loop-callback from external interaction.
you can not do, as it has been implemented in ruby FS, it runs only when required by a trigger,
it will occupy the thread and when executed will release the thread.
if you try to occupy the thread out of the set limit, it will turn off the ruby module by putting it in the OFF position.
I repeat, until there will be the opportunity to be able to read external dll
you can not implement anything that is not already implemented.