Reputation:
The Problem:
The Question:
Is there a Better/Cheaper/Easier way of doing this? Or can anyone suggest a Good device that's easy to get the output using c# code so i can incorporate it into a program i made?
Upvotes: 0
Views: 1755
Reputation: 1
More expensive and complex board is IOFirebug with c# library and many functions. Input voltage range is from 5V to 30V.
Upvotes: 0
Reputation: 3717
It's not clear if you are asking for a hardware or software solution here. Are you asking what the best way to facilitate that data transfer from your machine to the PC? If so, this may not be the place to ask, but you might look at a USB to GPIO module.
http://numato.com/8-channel-usb-gpio-module is an example.
Upvotes: 1
Reputation: 6777
I'd recommend an Arduino:
http://www.arduino.cc/playground/Main/InterfacingWithHardware
They dev kits are cheap and there's a ton of open/free libraries that interface the Arduino to C#.
Upvotes: 0