Search found 6 matches
- Mon May 14, 2007 12:16 pm
- Forum: V-USB
- Topic: question of HID
- Replies: 7
- Views: 10984
Helo, In the example which is given: F32x_Firmware There is its in the code: void Timer2_ISR(void) interrupt 5 { if (!(B1)) // Check for switch #1 pressed { if (Toggle1 == 0) // Toggle is used to debounce switch { // so that one press and release will Switch1State = ~Switch1State; // toggle the stat...
- Wed May 09, 2007 11:38 am
- Forum: V-USB
- Topic: question of HID
- Replies: 7
- Views: 10984
I have another question, I submitted my report descriptor and now I want to send data of my kit to the PC, by pressing on a button of the kit it sendings a tram of data to the PC! To send it is given in HID of the kit to the PC, there are a special standard or I to send data as in normal USB little?...
- Wed May 09, 2007 11:03 am
- Forum: V-USB
- Topic: question of HID
- Replies: 7
- Views: 10984
- Wed May 09, 2007 10:36 am
- Forum: V-USB
- Topic: question of HID
- Replies: 7
- Views: 10984
Thank you, I tried to study this document, but it is in English and I does not understand it all! I had already to study article 6.2.2.2 but I do not have to find answer has my question! If LOGICAL_MAXIMUM is of (255) why one write 0x26, 0xff, 0x00, and not 0x26, 0xff,! It is that which I do not arr...
- Wed May 09, 2007 8:57 am
- Forum: V-USB
- Topic: question of HID
- Replies: 7
- Views: 10984
- Tue May 08, 2007 3:34 pm
- Forum: V-USB
- Topic: question of HID
- Replies: 7
- Views: 10984
question of HID
Helo, I am spirit to modify the firmware of my microcontrolor C8051F320 to make it pass for a joystick or all other produced HID. I have 2 or 3 question, somebody if know in HID here?? For example which is the diférence between maximum Logical and physical maximum? Thank you PS. I am one study Swiss...