colin-harms / FTDI-LED-Controller

A windows based app for Controlling DotStar Led Strips using a C232HM Usb 5V SPI interface
1 stars 0 forks source link

Problem with detect FTDI #1

Open AlirezaAbdiyan opened 9 years ago

AlirezaAbdiyan commented 9 years ago

Hi, Thanks for your cool project... When I connect my FTDI, detect as COM port in Device Manager, but in your program line 51 of file SPIOutput.cs when called LibMpsseSpi.SPI_GetNumChannels(out channels);

channels remain 0! why didn't detected my FTDI device?

regards AliReza

colin-harms commented 9 years ago

Which hardware / OS / driver are you using? Right now I'm using Windows 10, and the included FTDI driver

AlirezaAbdiyan commented 9 years ago

Windows 10 FT232 RL

thanks