optical communication
Using instructions from here you can make an Arduino board appear as a USB HID device. HID devices don’t normally require drivers so they can work by emulating keyboards, mice and joysticks buy taking inputs from other devices.
The example created sends a string of characters to the keyboard buffer when a button […]