L
L
littleguga2016-07-11 18:14:19
Do it yourself
littleguga, 2016-07-11 18:14:19

How to write drivers for a usb device?

I'm trying to make a device consisting of:
usb dongle, which receives a signal from another device.
At certain events on the computer into which the usb dongle is plugged in, keystrokes should be "transmitted" / occur.
How to implement correctly? Should I write my own driver or can I somehow make the dongle look like a keyboard?
In which direction to dig? What to read? What to google?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
ipswitch, 2016-07-11
@littleguga

Your USB crap should emulate a keyboard. USB HID is your salvation. And you don't need any drivers. Google USB HID class.

I
Ivan P, 2016-07-22
@ivanpp

like in the hacker magazine there was an article about something like that

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question