Re: [avr-gcc-list] USB

2007-10-17 Thread Dave Hylands
> Here's a place you can get the FTDI USB-UART (serial) converter already > soldered. > http://www.beyondttl.com/usb232lv.html And another: http://www.sparkfun.com/commerce/product_info.php?products_id=718 SparkFun has quite a few chips available on breakout boards. -- Dave Hylands Vancouver,

Re: [avr-gcc-list] USB

2007-10-17 Thread alee
Shashank Chintalagiri wrote: Hi, Does anyone know of any chip that will let me interface with USB devices from an ATmega, that is available in DIP packages? Thanks Here's a place you can get the FTDI USB-UART (serial) converter already soldered. http://www.beyondttl.com/usb232lv.html

Re: [avr-gcc-list] USB

2007-10-17 Thread Joerg Wunsch
As Xiaofan Chen wrote: > > An AVR itself. ;-) There are a number of software-USB solutions > > around for it (including an Atmel appnote). However, they all are > > low-speed USB solutions. > But this kind of firmware-only based USB does not confirm to > USB standard. That's why I put a smiley

Re: [avr-gcc-list] USB

2007-10-16 Thread Dave N6NZ
Joerg Wunsch wrote: "Shashank Chintalagiri" <[EMAIL PROTECTED]> wrote: Does anyone know of any chip that will let me interface with USB devices from an ATmega, that is available in DIP packages? I've never seen one. Many amateurs have been soldering things like FTDIs or PDIUSBs before

Re: [avr-gcc-list] USB

2007-10-16 Thread Xiaofan Chen
On 10/17/07, Joerg Wunsch <[EMAIL PROTECTED]> wrote: > "Shashank Chintalagiri" <[EMAIL PROTECTED]> wrote: > > > Does anyone know of any chip that will let me interface with USB > > devices from an ATmega, that is available in DIP packages? > > An AVR itself. ;-) There are a number of software-USB

Re: [avr-gcc-list] USB

2007-10-16 Thread Neil Davey
"Shashank Chintalagiri" <[EMAIL PROTECTED]> wrote: Does anyone know of any chip that will let me interface with USB devices from an ATmega, that is available in DIP packages? An AVR itself. ;-) There are a number of software-USB solutions around for it (including an A

Re: [avr-gcc-list] USB

2007-10-16 Thread Joerg Wunsch
"Shashank Chintalagiri" <[EMAIL PROTECTED]> wrote: > Does anyone know of any chip that will let me interface with USB > devices from an ATmega, that is available in DIP packages? An AVR itself. ;-) There are a number of software-USB solutions around for it (including an Atmel appnote). However,

[avr-gcc-list] USB

2007-10-16 Thread Shashank Chintalagiri
Hi, Does anyone know of any chip that will let me interface with USB devices from an ATmega, that is available in DIP packages? Thanks -- Chintalagiri Shashank Junior Undergraduate Department of Physics Indian Institute of Technology, Kanpur [EMAIL PROTECTED] [

[avr-gcc-list] USB

2007-02-06 Thread AVR Development
http://www.cesko.host.sk/IgorPlugUSB/IgorPlug-USB%20(AVR)_eng.htm ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

[avr-gcc-list] USB part support?

2006-12-14 Thread Rick Mann
Hi. I came across some posts that suggest there is AT90USBxxx part support, but my avr-gcc 4.1.0 build doesn't have it. I'm in the process of downloading 4.1.1, but the posts talked about patches (I assume they were for some gcc 3.x version). Can someone elaborate? Where do I find these kin