Good afternoon,

i just started to use Qt, it is impressive what we can do with it !

So, i already have a software made with Qt 4.8.6, currently this software control a motorized head, which means when i press a specific touch, the motor move to the desired direction ( funny isn't it ? )

I bought a motorized light projector, which can be controlled via DMX port/protocol, so i bought a USB/DMX to have a direct link from my laptop to the lamp.

I would like to do the same thing with my lamp, like with the motor.

My question : is it possible to control via Qt this lamp ? I know that DMX uses signal to specific channel to do specific actions ( example : in channel 4 if you send to the device a signal 240, it will move the motor to the right ).

Thanks for your answers and time.

Carardryan.