How to transfer data ?

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
euclectus
Posts: 1
Joined: Mon Jun 11, 2007 11:29 pm

How to transfer data ?

Post by euclectus » Mon Jun 11, 2007 11:40 pm

Hey,

I've read about all the forum and take a big look at the automator, hidkeyboard and infrahid before posting in the forum !

I programmed and used succesfully and hidkeaboard but my goal, now is to simply transfer some bytes (from an I2C realtime clock) to the computer.

But i don't find any example of transfering simply some bytes to the usb hid class on the computer side. I don't want keys sent over the usb and interract directly on my windows (like my keyboard touches pressed) but just the bytes sent so i can manage themo with my hid class in the .net framework.

Hope i will be understood, sorry for bad english and THANKS in advance !

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Wed Jun 13, 2007 3:58 pm

Take a look at Automator. This project transfers a block of 512 bytes (the content of the EEPROM) to and from the controller.

Post Reply