Search found 2 matches

by Jurre
Sun Jul 11, 2010 12:23 am
Forum: V-USB
Topic: Sending more than 8 bytes through usbFunctionWrite() fails
Replies: 1
Views: 2231

Re: Sending more than 8 bytes through usbFunctionWrite() fails

As usual, I solved my own problem right after posting it on a forum. It turned out that I probably underestimated the time needed to write data to the EEPROM, as thinks are working perfectly when I take out my rom_write() call. So I probably have to store the data into RAM first and only write it to...
by Jurre
Sat Jul 10, 2010 9:40 pm
Forum: V-USB
Topic: Sending more than 8 bytes through usbFunctionWrite() fails
Replies: 1
Views: 2231

Sending more than 8 bytes through usbFunctionWrite() fails

Hello there, I'm working on a device that connects to my PC using V-USB. The hardware mainly consists of an ATmega162 and an external EEPROM. Now I want to write some data from my computer, to the EEPROM. For this, I want to be able to send data from my PC to the device in blocks of at least 64 byte...