driver for DMX adapter
-
- Posts: 11
- Joined: Fri Oct 13, 2017 9:20 pm
- Real Name: Andriy
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?
-
- Posts: 1325
- Joined: Mon Apr 13, 2015 7:05 am
- Location: Bratislava, Slovakia
- Real Name: Jano Svitok
- Contact:
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.
From that file the HID protocol can be recovered. Then you need to adjust to work with the protocol.
-
- Posts: 11
- Joined: Fri Oct 13, 2017 9:20 pm
- Real Name: Andriy
I do not understand anything in programming. Ask for help at the forum, may someone help me with this code, he worked in QLC
-
- Posts: 11
- Joined: Fri Oct 13, 2017 9:20 pm
- Real Name: Andriy
Could you describe in more detail how I want to restore the protocol and configure it to work with this adapter.