show/hide this revision's text 2 added info/pros/cons

Cheap hardware device: Arduino

It's small, cheap, programmable, and very easy to learn how to program for (pretty much C++). It can interface with either USB or Serial depending on the board you get. It's the hardware hacker's wet dream when it comes to tinkering around with wierd projects that need to interface with a computer somehow. You could even wire up an LED for notifying the technician directly to the arduino.

Pros: Very little hardware knowledge needed to complete your project. All the wiring for reading a switch and lighting an LED are on the arduino project's site.

Cons: Learning how to interface your software with the Arduino Library might take a little bit of time.

show/hide this revision's text 1

Cheap hardware device: Arduino

It's small, cheap, programmable, and very easy to learn how to program for (pretty much C++). It can interface with either USB or Serial depending on the board you get. It's the hardware hacker's wet dream when it comes to tinkering around with wierd projects that need to interface with a computer somehow.