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 - sanka1p

Pages: [1]
1
Discussion - Software / Receiving data from Ft260
« on: December 09, 2022, 02:39:53 PM »
Hi,
I am using FT260 as a UART to USB HID converter chip. My UART side MCU is ATmeag1608 and on the other hand I have an Embedded host which is CH32V103C8T6 MCU. I am trying to send a simple string from my ATmega1608 MCU to this USB Host through converter chip, but it is not being received there. I successful received a string on my PC when I used librbaryFt260. My question is, do I need to execute the same commands on my Host MCU to receive the string which are used in librabryFt260?

Thank you.

2
Discussion - Software / Re: FT260 changing Baud rate
« on: November 29, 2022, 08:18:02 PM »
I changed the baud rate of FT260 to 9600 and my MCU baud rate is also 9600. Now when I execute sample uart.cpp project, I am only receiving the first character i.e 'a' from that sample and not the whole string. Can you tell me why? In my MCU program , I am trying to capture whole string. .

3
Discussion - Software / Re: FT260 changing Baud rate
« on: November 23, 2022, 04:14:22 PM »
Yes, I saw that. But what is the input it is expecting. For example when I run uart.exe(From librbaryFt260) in my command prompt. How to set the baud rate in that command prompt? The datasheet gives us a register but to to set that register?

4
Discussion - Software / FT260 changing Baud rate
« on: November 22, 2022, 09:58:49 PM »
Hi All,
How do we change the baud rate of FT260? I compiled and ran the sample example that is provided in LibrbaryFT260. From there I came to know that by default FT260 is running at 115200 baud rate. I want to change this to 9600. How can I do that?

Thank you.

5
Discussion - Software / Regarding use of FT260 librabry examples
« on: November 15, 2022, 05:15:23 PM »
Hi All,

I am trying to use FT260 as a USB(HID) to UART converter chip. I am looking at the documentation provided in libraryFT260. The question I have is,the samples codes in that file, where should I compile them? which IDE should I use for that? The MCU I am using is Atmega1608 on UART side and I am trying to send data to my PC through this bridge.

Thank you.

Pages: [1]