Search found 13 matches
- Tue Nov 16, 2010 12:54 am
- Forum: V-USB
- Topic: USBTool -c and -i options not working
- Replies: 0
- Views: 4460
USBTool -c and -i options not working
I am trying to use these options to communicate to an Out interruput endpoint, but -c and -i keep getting flagged as illegal options. has anyone got it to work?
- Wed Oct 20, 2010 11:40 am
- Forum: V-USB
- Topic: Completely new to V-USB! Some Questions
- Replies: 6
- Views: 4667
Re: Completely new to V-USB! Some Questions
hey if you wait a few days you can get one of these m take a look around the site, it will go up for sale as a kit soon Hey Frank, your website is super cool and i've been looking at your HID tutorial. quick question about your usbFunctionsetup / get report case: case USBRQ_HID_GET_REPORT: // check...
- Sat Oct 16, 2010 9:55 pm
- Forum: V-USB
- Topic: example software host application compiler problem
- Replies: 5
- Views: 4613
Re: example software host application compiler problem
i'm a noob and i don't use windows so i can't be of more help, but try this:
viewtopic.php?f=8&t=4749&p=15603&hilit=compile#p15603
viewtopic.php?f=8&t=4749&p=15603&hilit=compile#p15603
- Sat Oct 16, 2010 5:19 pm
- Forum: V-USB
- Topic: example software host application compiler problem
- Replies: 5
- Views: 4613
Re: example software host application compiler problem
Are you using the legacy API(libusb .1)? I had compile errors when i used the stable 1.0
- Mon Oct 04, 2010 8:31 pm
- Forum: V-USB
- Topic: usbFunctionSetup - 8 Bytes?
- Replies: 7
- Views: 5900
Re: usbFunctionSetup - 8 Bytes?
omg it works!
i dont know anything about linux if it isn't that obvious. doing a make all "compiled?" a program for me which i was able to run from the terminal.
can anyone make a suggestion on what i should do next? my gut tells me to mess around with the functions.
i dont know anything about linux if it isn't that obvious. doing a make all "compiled?" a program for me which i was able to run from the terminal.
can anyone make a suggestion on what i should do next? my gut tells me to mess around with the functions.
- Mon Oct 04, 2010 3:19 pm
- Forum: V-USB
- Topic: usbFunctionSetup - 8 Bytes?
- Replies: 7
- Views: 5900
Re: usbFunctionSetup - 8 Bytes?
I have no idea what you don't understand, is it the typecasting? I got way ahead of myself and tried to take in too much information. I didn't even build the project and mess with it at that point, which is what i'm doing right now. --- So far i flashed my metaboard with the custom class example th...
- Sat Sep 25, 2010 4:43 am
- Forum: V-USB
- Topic: usbFunctionSetup - 8 Bytes?
- Replies: 7
- Views: 5900
Re: usbFunctionSetup - 8 Bytes?
_frank26080115 wrote:read http://www.beyondlogic.org/usbnutshell/ ... etupPacket
actually, read all the chapters
I did read all of the chapters. I think I need to study the code, just not too sure of how much because i'll start wondering how the asm code works.
- Fri Sep 24, 2010 12:09 am
- Forum: V-USB
- Topic: usbFunctionSetup - 8 Bytes?
- Replies: 7
- Views: 5900
Re: usbFunctionSetup - 8 Bytes?
This is wrong, the 8 bytes have already been received by the time that "usbFunctionSetup" is called. Thanks Frank, Could you please note some function that does this in the code and/or provide a simple explanation? -- The wiki provides a very good explanation and shows great usage example...
- Fri Aug 20, 2010 9:50 pm
- Forum: V-USB
- Topic: Need help powerswitch
- Replies: 10
- Views: 8189
Re: Need help powerswitch
Yes, that's the core I meant. Except that you forgot to connect the Vcc line (power supply) from the USB connector to the rest of the circuit. I don't know the company who sells Metaboard. Did not even know that it's available commercially. Regarding Arduino: What makes it an interesting candidate ...
- Fri Aug 20, 2010 5:24 am
- Forum: V-USB
- Topic: Need help powerswitch
- Replies: 10
- Views: 8189
Re: Need help powerswitch
Regarding Metaboard: The advantage are the I/O pins and the breadboard area. It is intended to be used with a boot loader. A boot loader is a kind of built-in programmer, so you flash it via USB instead of connecting an external programmer to some pins. On the other hand, it contains an unnecessary...
- Thu Aug 19, 2010 1:22 am
- Forum: V-USB
- Topic: Need help powerswitch
- Replies: 10
- Views: 8189
Re: Need help powerswitch
does the chip have to be 20mhz? is 10mhz ok?
- Wed Aug 18, 2010 11:24 pm
- Forum: V-USB
- Topic: Need help powerswitch
- Replies: 10
- Views: 8189
Re: Need help powerswitch
If you want something simple and educational to start with, I'd recommend m instead. The circuit is very easy to build AND you can use it to learn more about electronics. PowerSwitch is not really intended for the electronics newbie because it works with mains voltage. That can be rather dangerous....
- Tue Aug 17, 2010 11:03 pm
- Forum: V-USB
- Topic: Need help powerswitch
- Replies: 10
- Views: 8189
Re: Need help powerswitch
Regarding Vista: I have not tried it, but I see no reason why it should fail. LSPx are connections to the outside world. LSP1 and 2 are the mains connection, LSP3...10 are switched outputs. Relays are K1...K8. I thought the K1-8 on the top of the circuit diagrams were what was used to switch the po...