avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] at43USB355 HID


From: Keith Gudger
Subject: Re: [avr-gcc-list] at43USB355 HID
Date: Wed, 15 Dec 2004 06:59:40 -0800 (PST)

Steve:

You say you want to "read" from the board, and you put data in the "OUT"
endpoint.  Usually a read *from* the board is an IN transaction, not an
OUT transation.  Does you VB app follow the example VC app in the
distribution kit?

If you want detailed help, I am happy to give you any I can.  Please email
me off the list, as I don't think this is a "general discussion" topic.

Keith

On Wed, 15 Dec 2004, Steve Sutherland wrote:

> I'm trying to get the '355 working as a USB HID, I have it set up, using 
> the USB wizard, such that any USB events cause the devkit LED's to give 
> me a code to show me which event is active.
> 
> With a VB demo app, I can write data to the board, causing a 
> App_ProcessEPn event. When I try to read data from the board, no events 
> seem to be generated, and the PC side times out.
> 
> I've tried pushing data to the OUT endpoint before any read attempts, 
> but nothing I do seems to be able to stop the PC side from timing out, 
> and I don't see any events triggered by the reads.. Maybe it's a 
> configuration problem ? anyone know of any sample code for this kind of 
> trivial reading/writing a few bytes kind of function ?
> 
> Steve Sutherland
> 
> steve.sutherland -at- fentechnology.co.uk
> 
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]