Search found 4 matches
- Wed May 12, 2010 4:30 am
- Forum: V-USB
- Topic: How to use a control-out interupt to write data from a PC?
- Replies: 6
- Views: 4454
Re: How to use a control-out interupt to write data from a PC?
Yup, I looked at your post and have implemented pretty much the same thing. Thing is Im stuck pretty much at the same place you are. Nothing seems to be written to the avr from the pc, although reading is fine. Did you manage to get the led to flash for your project? if you did could you post your c...
- Tue May 11, 2010 7:15 am
- Forum: V-USB
- Topic: libusbjava
- Replies: 2
- Views: 2761
Re: libusbjava
Hi,
could you attach your code for this please? Im keen to see how you implemented this.
Im kind of in the same place you were. can read fine but cant write out from the pc.
Thanks
could you attach your code for this please? Im keen to see how you implemented this.
Im kind of in the same place you were. can read fine but cant write out from the pc.
Thanks
- Tue May 11, 2010 6:31 am
- Forum: V-USB
- Topic: How to use a control-out interupt to write data from a PC?
- Replies: 6
- Views: 4454
Re: How to use a control-out interupt to write data from a PC?
Hi, Yup similar to that . Tried that but appears to be no way that I am able to communicate in Java. Tried using the test app that comes with libusb and all i get is errors for read / write using the hid-data type example. I believe I am trying to implement usbFunctionWriteOut() but thus far without...
- Sat May 08, 2010 6:05 am
- Forum: V-USB
- Topic: How to use a control-out interupt to write data from a PC?
- Replies: 6
- Views: 4454
How to use a control-out interupt to write data from a PC?
Hello all, I am new to AVR-usb and really appreciate all the work gone into making this project. I am trying to make a device that is based on the hid-mouse example. Basically I have a device that uses an accelerometer and I use the x,y,z values of the sensor in an app i have written in java using t...