UNO-HIDKeyboard-Library
UNO-HIDKeyboard-Library copied to clipboard
Key ',' comma is not working. Sent as '<'
I am working on a script which sends powershell commands through arduino. In that, a command has a comma ',' character in it ***** keyboard.print("$SMTPInfo = New-Object Net.Mail.SmtpClient($SmtpServer, 587)"); ****. When the code is executed, the character '<' is sent instead of comma ','. I tried using SHIFT as well, but same result.
I fixed this by modifying the HIDKeyboard.h and changing the shift register for 44 (ascii = ,) from SHIFT to 0x00. both work asintended now , & <
@jojov0 i do not own this project so what do you mean?