show/hide this revision's text 2 edited body

To expand on Marcelo's answer, in case you want to prototype this quickly, FTDI does make a standalone board, the UB232R, which is about US$20 in single quantities. You could use the CTS pin as an input (with an appropriate pullup, e.g. 10K) from your device to the PC.

All you need besides one of these is a USB cable and a way to connect the board to your microswitch. (not sure whether a solderless breadboard would be appropriate / robust enough, but it's a quick & dirty solution since the UB232R has a DIP8 footprint) No external power supplies, no need to make a custom PC board, no need to program anything other than your PC, no need to learn any hardware drivers beyond the basic communication port services, assuming your PC's communication libraries include features to read the CTS pin status.

edit: for an output, you can use the DTR RTS pin. If you have more inputs and outputs than this, you'll want to think a little more carefully....

show/hide this revision's text 1

To expand on Marcelo's answer, in case you want to prototype this quickly, FTDI does make a standalone board, the UB232R, which is about US$20 in single quantities. You could use the CTS pin as an input (with an appropriate pullup, e.g. 10K) from your device to the PC.

All you need besides one of these is a USB cable and a way to connect the board to your microswitch. (not sure whether a solderless breadboard would be appropriate / robust enough, but it's a quick & dirty solution since the UB232R has a DIP8 footprint) No external power supplies, no need to make a custom PC board, no need to program anything other than your PC, no need to learn any hardware drivers beyond the basic communication port services, assuming your PC's communication libraries include features to read the CTS pin status.

edit: for an output, you can use the DTR pin. If you have more inputs and outputs than this, you'll want to think a little more carefully....