Maker Pro
Maker Pro

Receiving serial data from FT232RL and sending the same data to another device with ATmega

Dada Krauter

Feb 22, 2015
28
Joined
Feb 22, 2015
Messages
28
Hello everyone, :)

I want to connect two devices to one FT232RL, avr reads received data from FT232RL and sends same data to second device.

I want to configure xbee trough avr with pc X-CTU program.

Im working with Atmel Studio 6 C code; but i don't know how to write that...

See my attachment for detailed schematic>>>

Thanks ;)

DADA
 

Attachments

  • C__Data_Users_DefApps_AppData_INTERNETEXPLORER_Temp_Saved Images_10.jpg
    C__Data_Users_DefApps_AppData_INTERNETEXPLORER_Temp_Saved Images_10.jpg
    49.9 KB · Views: 283

Gryd3

Jun 25, 2014
4,098
Joined
Jun 25, 2014
Messages
4,098
Hello everyone, :)

I want to connect two devices to one FT232RL, avr reads received data from FT232RL and sends same data to second device.

I want to configure xbee trough avr with pc X-CTU program.

Im working with Atmel Studio 6 C code; but i don't know how to write that...

See my attachment for detailed schematic>>>

Thanks ;)

DADA
What is the purpose of the AVR?
Will it buffer or manipulate data? Will it need to send any serial data out to either device by itself?
 

Dada Krauter

Feb 22, 2015
28
Joined
Feb 22, 2015
Messages
28
What is the purpose of the AVR?
Will it buffer or manipulate data? Will it need to send any serial data out to either device by itself?

Thank you for your reply, :)

So I want to configure xbee with x-ctu program without any external ftdi converters. when mcu operates it receives data from xbee but i want to make mode(e.g. xbee config.) to configure xbee without taking out of board and connecting with external ftdi converter... thats all :) i need c code of those functions. can you help me?

Thanks again ;)

DADA
 

Gryd3

Jun 25, 2014
4,098
Joined
Jun 25, 2014
Messages
4,098
Please someone...

Help me :)
Sorry , meant to reply earlier... I was going to suggest merely eavesdropping on the data lines... but it sounds as though you will need to actually receive a little, buffer and send.
I am sorry, but I have not enough experience to help with the coding.
Sit tight though, someone here will ;)
 
Top