Search found 2 matches

by cube
Sat Feb 22, 2014 7:42 pm
Forum: V-USB
Topic: Atmega328p + V-USB Linux Problems
Replies: 5
Views: 9072

Re: Atmega328p + V-USB Linux Problems

Hi martinay, thanks for your answer! I have tried what you suggested (no timer) like this: void loop(){ serial.poll(); } This does not produce errors but does not output anything ether… When I disconnect the device cable, there is an error »hid_read() returned error« (in »HID API Test Tool«). When I...
by cube
Fri Feb 21, 2014 10:28 pm
Forum: V-USB
Topic: Atmega328p + V-USB Linux Problems
Replies: 5
Views: 9072

Atmega328p + V-USB Linux Problems

Hi, I’m using the Arduino V-USB library ( http://code.rancidbacon.com/ProjectLogArduinoUSB ) on an Atmega328p to use it as a HID. This is working fine on Windows and Mac, on Linux (Lubuntu) however it’s not working properly – it gets disconnected and then reconnected all the time and I have no clue ...