NBJ Posted October 26, 2010 Author Posted October 26, 2010 Hi VAG, Sorry, my sub to this topic must have expired. Yes - the FTDI chip is used in many USB serial devices. I am happy you have found the UDF useful, and thank you for posting your modifications back to the forums. I have not had time to get back to this project recently, I am sure I will get back to it very soon, just need "Spare" time Please feel free to PM me on this topic. If I can help I will. Cheers NBJ
thomas221065 Posted December 7, 2010 Posted December 7, 2010 Hi! Can anyone help me please? I use jmsusb2dmx interface and the dmx lightning software "Freestyler". This Program send the dmx data over ftd2xx.dll to the interface. I simply want to monitor the dmx data something like this: $dmx=GetDMXData($channel) ; $dmx 0...255 ; $channel 1..512 ( or $dmx in an array... ) Thank you very much. cu thomas221065
bgolab Posted April 22, 2012 Posted April 22, 2012 Hi, I unfortunatelly ran the example based on FTD2xx.dll UDF: and 2 new modules stopped working (the VID/PID=0x0000! just after running the example). I cannot figure out what is going on - there was no calls in this example to EEPROM API. Maybe you can help me. Thanks, Bogdan
weirddave Posted May 9, 2014 Posted May 9, 2014 I think I've found a bug in the example, lines 32-34 For $i_Loop = 0 To UBound($Do) - 1 ConsoleWrite(@CRLF & '$v_Result[' & $i_Loop & ']=' & $Do[$i_Loop]) Next This doesn't write anything to the console, $Do is the result of _FT_ListDevices($pvArg1, $pvArg2, $FT_LIST_BY_NUMBER_ONLY) and is just a number, not an array.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now