FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.

Messages - rajat

Pages: [1]
1
Discussion - Drivers / Re: FT232H and Serial Port
« on: June 29, 2022, 12:01:41 PM »
Hi,

 No worries.
 It managed to get it working using  VisualStudio IDE and a couple of header/library files ftd2xx.h, and libMPSSE_spi.h etc.
 Almost the same code as in Linux executes fine in Windows.

Thanks
Rajat

2
Discussion - Drivers / Re: FT232H and Serial Port
« on: June 28, 2022, 02:28:17 AM »
Hello,

 Thanks for the pointers in earlier post. I was able to talk to SPI Slave using libMPSSE and libftd2XX in Linux.

 Seems I am going in the reverse direction and now want to take this to Windows.

 Is there a libMPSSE_NET.dll ?

Thanks
Rajat

3
Discussion - Drivers / FT232H and Serial Port
« on: February 22, 2022, 03:05:13 AM »
I am a newbie to all this.

I am using FT232H as a USB to serial [ SCLK, SDI, SDO] converter.

In Win10 Home, I have used FTD2XX_NET and dotnet 6 framework and managed to talk to USB chip as per C#-example 3 on code examples section on the ftdi website.
I can read the Serial number, description from the USB chip.

However
- this examples does a UART loopback test so set baud rate etc UART related parameters.

I need a sample code which in C# which can set SPI parameters such as clock rate, 16bits/word and the do a block read ot 128 bytes.

Can you point my nose in the right direction.

Thanks in advance
Rajan

Pages: [1]