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.

Hardware for USB communication between PC and a micro controller

Status
Not open for further replies.

narithota

Full Member level 1
Joined
Apr 21, 2006
Messages
95
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
2,077
Hi

I want make a communicate between PC and micro controller by using USB for my

Application.

Please suggest me what hardware is required for USB communication.

Please guide for this project

Regards

nari
 

check usb communication c#

nari,
It depends on how you wan't to go about it. I know that the PIC18F4550 has USB integrated and that on windows it is treated as a serial port so the code is quite simple.
Otherwise maybe have a look at some of the ICs of FTDI that provide a USB-Serial conversion and thus you can use any MCU. I also know Atmel has a USB chip but am not familiar with Atmel ICs.

Cheers
Slayer
 

usb to uart bridge with pic18f2550

Hi

You may check this link
**broken link removed**

Salam
Hossam Alzomor
www(.)i-g(.)org
 

quickusb

I suggest to use a single-chip "USB to UART bridge" as the Silicon Labs CP2102.
 

Re: USB communication

Slayerza said:
nari,
I know that the PIC18F4550 has USB integrated and that on windows it is treated as a serial port so the code is quite simple.

this is not correct, you can use the USB but you must program it.

look at
**broken link removed**
 

Re: USB communication

start with USB2.0 specs. As you plan to develop the microcontroller side hw/sw, that part is quite easy compared to the driver development on windows side. You can use Jungo to start with.

BRM
 

Re: USB communication

Hi

I've found a simple example for using USB in PIC18F4550 or PIC18F2550 but is in CCS code.

Can find the code for pic and c# for the PC.

**broken link removed**
 

Re: USB communication

u can use the chip FT245 for usb1
or use Quickusb for usb2
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top