News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Pranash

#1
Discussion - MCU / Re: FT900 D2XX and CDC ACM Bridge
January 18, 2021, 05:44:44 PM
But that won't solve the problem, as I want 4 interfaces in total, are you saying that it's impossible with FT900?
Also, in your earlier reply you suggested that I can configure 4 x CDCACM interfaces, can you help me in understanding how can I do that?

Thanks,
Pranash
#2
Discussion - MCU / Re: FT900 D2XX and CDC ACM Bridge
January 14, 2021, 04:52:52 PM
Quote from: BRT Community on January 14, 2021, 04:19:05 PM
So what you need to do is to concatenate some code. We have a few examples in AN_360 FT9xx Example Applications to help you:

D2XX Example 1
D2XX Example UART Bridge
USBD Example CDCACM

I tried to do this, but for some reason only CDCACM port is visible and D2XX ports aren't. That's why I came here to see if anyone has any better idea to do this.

Quote from: BRT Community on January 14, 2021, 04:19:05 PM
The other alternative is to create 4 x CDCACM interfaces and don't use the D2XX interfaces.

Full source code the for examples is provided with the FT9xx Toolchain:

C:\Users\Username\Documents\Bridgetek\FT9xx\2.5.0\Examples

For this, how can manage the endpoints, as there are only 6 data endpoints are available and all are unidirectional. So, are you suggesting to share the endpoints between multiple CDCACM interfaces? I'm not sure if the buffer will be sufficient in that case, and I don't think I can go to high power mode.
#3
Discussion - MCU / FT900 D2XX and CDC ACM Bridge
January 13, 2021, 02:53:40 PM
Hello All,

I'm building a USB bridge to UART and CAN, I used D2XX for UARTs and for CAN I need to use CDC ACM, as FT900 supports only 3 D2XX interfaces and I need 4 interfaces in total.
Can anybody help me to understand how to configure D2XX and CDC ACM in the same program to show 4 virtual COM ports?

Thank you.