Page 1 of 1
driver for DMX adapter
Posted: Tue Jun 05, 2018 9:41 am
by NeforMalchik
Hello everybody. I really like the program. I have this
www.cypress.com/documentation/applicati ... converter/ adapter with the input and output of DMX. Who can write a driver for it to work in QLC?
Re: driver for DMX adapter
Posted: Tue Jun 05, 2018 11:31 am
by janosvitok
The device seems to use HID class driver. Here is a zip with application source:
http://www.cypress.com/file/139026/download (GUI Software/Source Code/Unit1.pas)
From that file the HID protocol can be recovered. Then you need to adjust to work with the protocol.
Re: driver for DMX adapter
Posted: Wed Jun 06, 2018 9:51 am
by NeforMalchik
I do not understand anything in programming. Ask for help at the forum, may someone help me with this code, he worked in QLC
Re: driver for DMX adapter
Posted: Tue Jun 19, 2018 11:40 am
by NeforMalchik
Could you describe in more detail how I want to restore the protocol and configure it to work with this adapter.