Open gekberlin opened 2 years ago
Hi. I think there is a problem with the arduino serial monitor (and line breaks).
The easiest solution for you is change
message = Serial.readStringUntil('\n');
to message = Serial.readStringUntil('#');
then you can use:
D;42#D;58#D;38#U;42#U;5#U;38#
Tell me if it works for you! I tested here and it worked
Hi great setup,
everything works great except for the send of shortcuts, e.g.:
is not registered from the host as [Shift] + [Caps_Lock] + [l]
Any suggestion how to solve that problem ? Tested under Windows, ChromeOS and with direct serial communication to the ESP32 with ArduinoIE