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.

USART to USB convertion Atmega32

Status
Not open for further replies.

nbprashanth

Member level 1
Joined
Aug 22, 2010
Messages
38
Helped
4
Reputation
8
Reaction score
4
Trophy points
1,288
Location
India
Activity points
1,540
Hi. I am trying to connect/interface an Atmega32 to my laptop through USB. I am comfortable enough with USART but i am new to USB.

Is there any code available online that i can use to transmit data through USB?

Can any of you suggest/post small example code for AT90USB* based micro's using winavr gcc?

Is there any IC that i can use to convert RS-232 communication to USB... Like a 2 way converter module.....

Thanks for your help in my previous questions. This site is awesome!
 

I think you can find some sample code directly at the ATMEL site. Or you can have a look at AVR Freaks, a great source for AVR coders.
For USB to 232 conversion, you can use FT232 from FTDI. Maybe is not the cheapest way to do so, but you get two big advantages:
1) it's very quick, basically you need the chip itself and 4-5 external components and that's all
2) there are a lot of devices that adopt FT232, in facts so many that most operating systems (Windows included) have a built-in USB driver for that chip.
 

Check AT90USBKEY devboard examples. There are HID examples, very easy to understand and implement. I've used HID keyboard example for my projects. AVR Studio or IAR examples available afaik.
 

I read these messages and have learned alot about USB peripheral .:|
Thanks Friendz...:wink:
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top