Control Endpoint ( endpoint 0) related

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
mshafi
Posts: 1
Joined: Thu Dec 23, 2010 8:45 am

Control Endpoint ( endpoint 0) related

Post by mshafi » Thu Dec 23, 2010 9:10 am

Hi all,

Can the control Endpoint be used after enumeration. Say for recieving commands from the host ..for example to send the software version,to upgrade firmware etc...As per my understanding, it is bidirectional, so that we can send the version through the Endpoint 0 after recieving the command in Enpoint 0.
Is it really worth to use Endpoint 0 for this purpose of recieving commands from the host? Are there any advantages in using this, other than saving an endpoint.

Should i go for bulk endpoint?

Thanks and Regards
Shafi

Post Reply