How to send 8Byte data to device

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Rockna

How to send 8Byte data to device

Post by Rockna » Thu Oct 25, 2007 11:15 am

I know about how to send data from device to host.
But I don't know how to send data 8 byte from host to device.
Please help me about example code both host and device

Thanks

ksz
Rank 1
Rank 1
Posts: 26
Joined: Tue Jan 09, 2007 9:10 pm
Location: Poland

Re: How to send 8Byte data to device

Post by ksz » Thu Oct 25, 2007 8:19 pm

Rockna wrote:I know about how to send data from device to host.
But I don't know how to send data 8 byte from host to device.
Please help me about example code both host and device

Thanks

most basic example - PowerSwitch I think.. See it's source code: commandline/powerSwitch.c

Rockna

Post by Rockna » Fri Oct 26, 2007 4:43 am

Thanks you

Post Reply