| Author |
Message |
jalzaaal
Joined: 29 Apr 2005 Posts: 2
|
29 Apr 2005 13:17 receive data from usb port |
|
|
|
|
I want to know the function for sending and receiving data to and from The USB port.
Actually I want to attach a scanner (rather sensor) to the printer port and want to send and receive data from scanner to printer port and vice versa.
Can anyone Help Me?
|
|
| Back to top |
|
 |
bobcat1
Joined: 10 Jul 2002 Posts: 1118 Helped: 48
|
29 Apr 2005 14:38 Re: How Can I send and receive data to USB Port |
|
|
|
|
Hi
If your transfer rate is low you can use FTDI chip for transfering data
use the FT245 easy and simple www.ftdichip.com
For high speed transfer you will need to design your product using more complex methode cypress,Ti,philips and other have chips who can handle high speed data transfer using the USB port
All the best
Bobi
|
|
| Back to top |
|
 |
Google AdSense

|
29 Apr 2005 14:38 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
jalzaaal
Joined: 29 Apr 2005 Posts: 2
|
29 Apr 2005 16:02 Re: How Can I send and receive data to USB Port |
|
|
|
|
actually i dont know at which speed the device (which i want to connect) transfers data.
is there any another way to do this. any in built functions or anything else?
Added after 4 minutes:
And u have told me to do this using complex methods like cypress and others ..
But I dont know about these methods. Can U Help ME?
|
|
| Back to top |
|
 |
Stan203
Joined: 28 Apr 2005 Posts: 2
|
29 Apr 2005 20:12 Re: How Can I send and receive data to USB Port |
|
|
|
|
Delcom makes a chip for USB I/O for about $8 US. I bought one and it works well. My only complaint is that you can't draw a lot of current off it. It comes with drivers for C and BASIC, I wrote a JNI for it myself.
http://www.delcom-eng.com/
|
|
| Back to top |
|
 |
skillert
Joined: 27 Feb 2005 Posts: 8
|
01 May 2005 16:04 Re: How Can I send and receive data to USB Port |
|
|
|
|
I Use PDIUSBD12 to design a U disk.
I just want to do a experiment with it, not too much other thought.
but I don't know much about the usb protocol.
could anyone help me?
I use At89c52 PDIUSBD12 and Samsung K89**560 flash disk.
|
|
| Back to top |
|
 |
saturn
Joined: 03 Jul 2004 Posts: 32 Helped: 2 Location: Solar System
|
02 May 2005 5:48 How Can I send and receive data to USB Port |
|
|
|
|
| You will need an USB controller. Many has suggested what microcontroller to use. However my favourate is Microchip PIC18F2550 family.
|
|
| Back to top |
|
 |
asit
Joined: 22 Mar 2002 Posts: 95 Helped: 3 Location: India
|
02 May 2005 7:45 How Can I send and receive data to USB Port |
|
|
|
|
| Check out http://www.cesko.host.sk/IgorPlugUSB_RS232/IgorPlug-USB%20(AVR)%20RS232_eng.htm
|
|
| Back to top |
|
 |
angelote
Joined: 28 Apr 2005 Posts: 106 Helped: 11 Location: Spain
|
07 May 2005 10:10 Re: How Can I send and receive data to USB Port |
|
|
|
|
The first thing you need to know is if the snaccer and the printer are capable of comunicating alone.
An USB scanner mainly transfer data to a PC. This process has a protocol defined by the scanner's manufacturer. This protocol is in an higher level than USB.
A printer mainly receive data from a PC, using another manufacturer protocol.
Theese protocols are near always differet; if they weren't, the same PC driver would work for all printers and scanners.
So, if your printer and scanner are not prepared to that connection, you will not be able to connect them whithout a PC.
|
|
| Back to top |
|
 |
agha
Joined: 25 Mar 2005 Posts: 68 Helped: 3
|
08 May 2005 20:28 Re: How Can I send and receive data to USB Port |
|
|
|
|
| I think Cypress series can help you about it. also you can use S12 motorola microcontroller that support USB easy to initilaize and use.
|
|
| Back to top |
|
 |
antedeluvian
Joined: 23 Apr 2005 Posts: 77 Helped: 15
|
09 May 2005 21:31 Re: How Can I send and receive data to USB Port |
|
|
|
|
| There are 3 articles on interfacing with the USB in this month's Circuit Cellar (May). You can download them from www.circuitcellar.com for a small fee.
|
|
| Back to top |
|
 |