Can usb.device.keyboard send strings? #16888
Unanswered
pudah
asked this question in
RP2040 / Pico
Replies: 1 comment 7 replies
-
Keyboards send characters. If you need to send a string, send it as individual key presses. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can the keyboard_example be modified to send a string upon button press instead of just a single keycode? Does anything like that exist for the micropython usb keyboard library?
Beta Was this translation helpful? Give feedback.
All reactions