Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

AVR microcontroller communicates with PC via USB

Status
Not open for further replies.

nguago

Newbie level 3
Joined
Oct 25, 2007
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
ft232r avr microcontroller

Hi all,
I want to communicate between AVR micro and PC via USB (UART is so simple and I've done it many times), AVR gathers information from sensors and transfers to PC.
I probably use FT232 chip, which is convert RS232 to USB. Right ?
Could you give me some advice or others solution ?
Thanks !!
 

Yes, you can use ft232rl.

If you wish you can also use AVR with usb

Regards
nandhu
 

FT232 chip will convert your usb data to serial data(RS232). I dont think that will be do a lot of change in your program.
It will just change your hardware schematic a bit.
And i dont think that will affect your transfer data speed.

How about use real usb controller for high speed data transfer? You may need more effort to do that like make a usb driver,learn usb protocol etc but i think that's worth of it.

Happy trying and good luck
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top