dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.43k stars 440 forks source link

Typing speed of the Pico #183

Closed Timbolimbo closed 1 year ago

Timbolimbo commented 1 year ago

I am currently using the Raspberry Pi Pico with this pico-ducky script. My question is if it is possible to make the pico type faster than its current speed because I think it is sort of slow.

dbisu commented 1 year ago

I believe the limitation is in the HID driver of CircuitPython.

Timbolimbo commented 1 year ago

Okay, but when I try to open the HID driver in VS Code it only makes scribbly letters and I don't know how to change that.

dbisu commented 1 year ago

You would need to look at the adafruit-hid repo here.

dbisu commented 1 year ago

Closing, typing speed is out of scope for this project. Check with the adafruit-hid library.