Can usb.device.keyboard send strings? #16888
Replies: 2 comments 8 replies
-
|
Keyboards send characters. If you need to send a string, send it as individual key presses. |
Beta Was this translation helpful? Give feedback.
-
|
MicroPython 1.26 Please share your experience with version 1.26 and the implementation of a USB HID Keyboard on a plain ESP32S3 Wroom board. |
Beta Was this translation helpful? Give feedback.
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