woutgg / ofxGenericDmx

an OpenFrameworks addon currently usable for both Enttec as well as generic DMX devices based on the FTDI USB chip
http://github.com/woutgg/ofxGenericDmx
MIT License
30 stars 8 forks source link

Fix rawdmx #5

Closed akupila closed 10 years ago

akupila commented 10 years ago

Tested and fixed raw dmx. Working now with a DIY USB -> FT232 -> MAX485 -> DMX device (very similar to Enttec Open DMX). For some reason the max length at 513 didn't work, not entirely sure why. Changing DMX_DATA_LENGTH to 494 or less made everything nice and stable (could be caused by other things though).

woutgg commented 10 years ago

Thanks for your input! If you ever find out what caused the strange behaviour, please let me know.