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 - FTDI Community

Pages: 1 ... 36 37 [38] 39 40 ... 60
556
Discussion - Hardware / Re: FT260 Protocol question
« on: December 17, 2019, 01:38:13 PM »
Hello,

Could you send us a copy of the descriptor which the PC receives and also details on which keyboard chipset you use.

You can reply here or send to our support address support1@ftdichip.com if you prefer.

Thanks,
FTDI Community

557
Discussion - Software / Re: Issue with FT4232 and serial coms
« on: December 13, 2019, 11:38:32 AM »
Hello,

Would it be possible to see the section of code your application is getting stuck at?

You may want to look at the FT_Timeouts function in the API:
https://www.ftdichip.com/Support/Documents/ProgramGuides/D2XX_Programmer's_Guide(FT_000071).pdf

Best Regards,
FTDI Community

558
Hello,

We are dealing with your request via email. Please feel free to add any resolution here when complete to help other community users.

Best Regards,
FTDI Community

559
Hello Maxwell,

The VCP or D2XX drivers can be used to control the IC:

However note the data transfer rates:

  • up to 1 Megabyte / second with the D2XX Direct Drivers.
  • up to 300 kilobyte / second with the VCP Drivers.

Please see the FT245R Datasheet for more information.

TN_167 FTDI FIFO Basics also provides useful information.

So if you are using the VCP port via a terminal, simple read and writes are possible.
Note the FT245R is a FIFO slave which is controlled by a master.

You can test and evaluate using our UM245R.

Best Regards,
FTDI Community

560
Discussion - Drivers / Re: Windows 10 x64/FT232RL
« on: December 11, 2019, 11:38:53 AM »
Hello,

One thing you could do is to check with USBview as shown below. This allows you to see if a device returns descriptors correctly. If the details such as idVendor and idProduct (VID and PID) are zeros then the device has not been able to communicate properly with the PC.

https://www.ftdichip.com/Support/Utilities.htm#MicrosoftUSBView

Best Regards,
FTDI Community

561
Hello,

There is nothing in particular with FT230X (vs FT232R) which would cause this issue.
So there must be some issue with your custom PCB.

CTS/RTS flow control signals are used to avoid data loss at high speeds but would probably not avoid data corruption like you are seeing.
Have you wired them up as a test case anyway?

Best Regards,
FTDI Community

562
Hello,

The schematic generally looks ok.

Is the behaviour the same on a Windows PC?

Please test in a loopback fashion to rule out any issue with the communication to the MCU.

Simply connect TXD to RXD and use a terminal program like PuTTY to send/receive characters.
Note that PuTTY will only show received characters unless your force ON the sent characters.

Please also test with our known good hardware which you can also use for reference:

https://www.ftdichip.com/Products/Modules/DevelopmentModules.htm

Best Regards,
FTDI Community

563
Discussion - Software / Re: FT260 and LibFT260, using Interrupts
« on: November 13, 2019, 11:02:07 AM »
Hello,

Thanks for your post.

I believe that you have also contacted email support where we will continue to deal with your issue and post any resolution here.

Regards,
FTDI Community

564
Discussion - Hardware / Re: FT932X I2C High speed Mode not working
« on: November 12, 2019, 04:45:41 PM »
Hello,

You have sent us an email on this matter. Feel free to post any resolution here to help other forum users.

Best Regards,
FTDI Community

565
Discussion - Hardware / Re: Is FT260 the correct solution?
« on: November 11, 2019, 04:44:14 PM »
Hello,

The FT260 can't be made to appear as a keyboard.

The source code for the keyboard example for the FT9xx MCU is available. It's included as part of the FT9xx Toolchain:

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

Best Regards,
FTDI Community

566
Discussion - Hardware / Re: Is FT260 the correct solution?
« on: November 06, 2019, 04:04:01 PM »
Hello,

The FT260 would appear as a HID class device but not exactly like a keyboard.
It doesn’t use FTDI drivers but uses standard HID class drivers.
Feel free to evaluate using the UMFT260EV1A.

The other real keyboard solution we have is FT90x / FT93x. This has a programmable USB device controller. We have already produced a keyboard example in AN_360 FT9xx Example Applications. See USBD Example HID . This is a bigger MCU though.

Best Regards,
FTDI Community

567
Hello,

Unfortunately FTDI do not offer that services, but hopefully one of the other forum members can help you out!

Best Regards,
FTDI Community

568
Discussion - Hardware / Re: FT813 non const text display?
« on: November 01, 2019, 11:51:03 AM »
Hi,

Glad it helped and thanks for letting us know,

Just to add, if you were originally trying to update variables on the screen without re-sending the command list, it is generally necessary to re-send the commands to create each screen update rather than have a change reflected on the screen in real time.

There are a couple of techniques that can help minimise the amount of the display which you re-send in AN_340 below and we also use the technique in several other examples such as section 9 of BRT_AN_014 and our sample apps too.

https://brtchip.com/wp-content/uploads/Support/Documentation/Application_Notes/ICs/EVE/AN_340_FT800_Optimising-screen-updates-with-Macro-and-Append.pdf

https://brtchip.com/wp-content/uploads/Support/Documentation/Application_Notes/ICs/EVE/BRT_AN_014_FT81X_Simple_PIC_Library_Examples.pdf

Best Regards, FTDI Community


569
Hello,

It is not possible to shorten this time unfortunately as the end of the transfer is sent over a separate USB frame after the end of the data and so there is always a gap of more than one USB frame interval.

Best Regards,
FTDI Community

570
Discussion - Hardware / Re: FT813 non const text display?
« on: October 28, 2019, 12:05:21 PM »
Hi,

You can use string commands (such as sprintf) to write a string into the string variable x. This will allow you to create the string and then display it rather than have the hard-coded text string.

Best Regards,
FTDI Community

Pages: 1 ... 36 37 [38] 39 40 ... 60