Search found 5 matches

by alpha
Wed Aug 12, 2009 2:56 am
Forum: V-USB
Topic: HIDKeys and status LEDs
Replies: 1
Views: 2023

Re: HIDKeys and status LEDs

See my merged code from HIDkeys and C64 keys at: http://forums.obdev.at/viewtopic.php?f=8&t=3103&p=10497#p10497 I guess you can set the LEDs in the usbFunctionWrite function... I just started AVR one week ago, so I'm not 100% sure. uchar usbFunctionWrite(uchar *data, uchar len) { return 0x01...
by alpha
Wed Aug 12, 2009 2:23 am
Forum: V-USB
Topic: make HIDKeys reference example detect multiple keystrokes
Replies: 2
Views: 3154

Re: make HIDKeys reference example detect multiple keystrokes

For a test I merged the HID example and the C64 Keyboard example... I tried to change it to use more keys than 6, but i was not successful. To test this I used the AT90S2313... it works fine, however I had to remove some code to make it work. Regards, Markus Schulz PS: by the way I copyed the lates ...
by alpha
Thu Aug 06, 2009 3:43 am
Forum: V-USB
Topic: SOLVED AT90S2313-10PC, windows can not detect USB device.
Replies: 0
Views: 4429

SOLVED AT90S2313-10PC, windows can not detect USB device.

Everything is working now... I used the wrong pins... sorry.
by alpha
Sat Feb 10, 2007 2:39 am
Forum: V-USB
Topic: USB to RS485
Replies: 3
Views: 11359

Thank You for your reply. My idea was just to look at the Rx (the scanner has its Rx pins not connected to its circuit) and send all the bytes I receive using the keyboard HID / CDC class to the PC. So I don't need a driver and the barcode scanner will work with all devices that support a USB keyboa...
by alpha
Sun Feb 04, 2007 9:22 pm
Forum: V-USB
Topic: USB to RS485
Replies: 3
Views: 11359

USB to RS485

Hello, first I want to say hello to everybody! I'm new and I don't know a lot about electronic. Just enough to be dangerous I bought an old bar code scanner and the interface is IBM PORT 5B, I looked at the IBM web page and port 5b is RS485. I found a MAX485 and a MAX232... my first idea was to just...