I’m building a custom “robotish” machine that has 8 switches I need to interface with a laptop. The only input to the laptop is via USB.
Here’s my idea:
When the switch is closed, it sends a 5v signal to one of the input pins on a parallel to USB adapter. This adapter translates this to a USB signal and sends it to the computer, which will be listening for it.
Here’s my question(s):
Will this even work? Will the USB adapter be able to tell the computer that pin 8 (or whatever) on the parallel port side of the adapter is high?
Thanks!