I built this to aid in debugging a text area in a web page which was intermittently dropping characters in IE11 due to a JavaScript issue.
When manually typing at the keyboard, it's hard to tell if intermittent character loss is due to a bug, or because the keys were not pressed properly. This device solves the problem by emulating a USB keyboard and generating characters programmatically.
For more details on using this device, see the README in the GitHub repository.
Comments
Please log in or sign up to comment.