tmk_keyboard
tmk_keyboard copied to clipboard
Missing charactor of print message
-
Occasionally print message is corrupted with LUFA stack maybe also with PJRC. It seems to need buffering or retry logic in sendchar().
-
Wait for debug output to be configured at initialize part of LUFA/PJRC. This makes print functions avaialable at very early stage.
This problem is not observed anymore or seldom now. At least on Linux.