Maker Pro
Maker Pro

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

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