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 programming for microcontroller

Status
Not open for further replies.

dinesh401

Advanced Member level 4
Joined
Aug 21, 2010
Messages
104
Helped
3
Reputation
4
Reaction score
2
Trophy points
1,298
Location
BANGALORE
Activity points
2,077
i want to know about how to send data using usb to another pc usb (or) any other simple circuitary like microcontroller without using usb to serial converter.
can i send data directly to 8051 microcontroller using usb? is it possible?
if not tel me another microcontroller circuit which supports usb data directly and some basic example program of usb programming
 

u can use PIC18F4550. It support for usb. Anyway, usb is not simple as UART.
 

can you tell me how to program i.e to send data via usb, i.e., how to send data through usb. For serial communication between pc's we have hyperterminal by which we can send the data using rs232. Likewise is there any software to send data through usb?
 

I'd begin with checking FTDI, who make various USB-serial
chips. My USB-GPIB dongles and USB-OBDII interface all
seem to use them, they have Windows driver support and
so on.
 

i want to know about how to send data using usb to another pc usb (or) any other simple circuitary like microcontroller without using usb to serial converter.
can i send data directly to 8051 microcontroller using usb? is it possible?
if not tel me another microcontroller circuit which supports usb data directly and some basic example program of usb programming

Start with the basics of USB for more information read the Jan Axelson's USB Complete
then select a controller to do USB Operation..
I am using PIC18F4550 for this and working on USB..
To start quickly i have choose MikroC Compiler and to receive and send data to USB device (Like HyperTerminal)
I had developed an application just to connect with my device..

U can have a free tool called "HID Terminal" available in MikroC to send and receive data through USB devices using HID Class..

I will migrate to Microchip Compiler soon... with the help of Microchip USB Framework..

Before doing anything just start learning the basics of USB..
USB is not simple as UART..

Hope this helps..
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top