Search found 2 matches
- Mon May 21, 2007 1:07 pm
- Forum: V-USB
- Topic: "Invalid or incomplete multibyte or wide character"
- Replies: 1
- Views: 5674
"Invalid or incomplete multibyte or wide character"
hi. i've built a USB device on Atmega8 which counts seconds, measures temperature in fixed intervals and stores data in EEPROM. when connected via USB it is polled every second to give current time and temperature. it works fine, but from time to time I get errors like those: commandline: USB error:...
- Sat May 05, 2007 8:18 pm
- Forum: V-USB
- Topic: USB and AC power
- Replies: 1
- Views: 4427
USB and AC power
Hi. I'm developing USB device which should use AC power when unplugged from USB. Here is simplified schematic: m What values of diodes and resistors should I use there? Should I compile the driver as USB powered or externally supplied? I'm forced to use LE33 instead of LE35, will 3.3V be fine for da...