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.

USB communcation with AVR

Status
Not open for further replies.

Saddique159

Newbie level 3
Joined
Jun 28, 2009
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Lahore
Activity points
1,319
USB communcation with AVR

HI,
I want to communicate with my AVR ATMEGA32 micro controller using USB port. I have searched the internet but I have not found and easily understandable information on internet.

Any one help me how to write the code on AVR for USB port using C or C++.
I also need help on code for computer side. on computer side C# and java language programs are also helpful for me

Thanks in advance
 

Hi,
Since the ATMEGA32 doesn't have USB (although it IS possible to implement it in software, which may get somewhat complicated), an easy solution could be to use a USB to RS232 converter and use RS232 for communication.

Take a look at this link for some information on USB to RS232 conversion: USB to RS232 converters

Hope this helps.
Tahmid.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top