Jump to content

Recommended Posts

Posted

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

  • 1 month later...
Posted

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

  • 1 year later...
Posted

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

  • 2 years later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...