I’m trying to use FTDI c# library wrapper to communicate with a diy DMX controller.
At the start, it seemed relatively trivial. I got a list of devices, got a device by the serial number, I set it up, but I can’t get it to work properly during the writing process.
What could it be? What am I doing wrong?
Many thanks for any help.
The managed wrapper DLL can be downloaded at FTDI website.
There is source patch:
OpenDmxFtdi.zip (50.3 KB)
Upd: The problem was with Baud Rate. All works perfect.