A project built to reduce the time it takes to manually type a password, and allows users to use complex passwords without the worry about forgetting it. This was an university project that helped me ...
The loop() function continuously listens for newline-terminated strings on the serial port. It then uses a pretty basic if/else-if chain to turn these into HID inputs. The Arduino responds "OK\n" on ...