dbisu / pico-ducky

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

SENDHEX is not implemented #128

Closed nclr closed 1 year ago

nclr commented 1 year ago

I'd like to output some raw hexadecimal data in order to control a ps3. I see SENDHEX function is not implemented.

I've tried using usb_hid alone, but not successfully.

dbisu commented 1 year ago

I don't see SENDHEX in the ducky script manual. If you need to send binary (hex) data, this is probably not the tool for you. This tool acts like a USB keyboard.

dbisu commented 1 year ago

Closing, out of scope.