USBHIDKeyboard print function does not reliably output uppercase characters #7578
Closed
1 task done
Labels
Status: Awaiting triage
Issue is waiting for triage
Board
ESP32-S3-WROOM1
Device Description
ESP32-S3-DevKitC-1
Hardware Configuration
SPI TFT is connected to GPIOs 13, 14, 15, 16, 21, 35, 36, 47
Version
v2.0.5
IDE Name
arduino-cli 0.29
Operating System
Linux
Flash frequency
40MHz
PSRAM enabled
no
Upload speed
921600
Description
Keyboard.println("abcdefghijklmnopqrstuvwxyz");
Gives the expected output of: 'abcdefghijklmnopqrstuvwxyz'
Keyboard.println("ABCDEFGHIJKLOMNPQRSTUVWXYZ");
Gives an output with some characters lower case, such as:
'abCdEFGHIjklOMNPQRStUvwXYZ'
or
' aBcdeFGHIjKLOMNPQrsTuVWXYz'
Sketch
Debug Message
Other Steps to Reproduce
No
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: