Control I/O with USB | Get Help Now

  • Thread starter Thread starter Liad
  • Start date Start date
  • Tags Tags
    Usb
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
Liad
Messages
23
Reaction score
0
Hey,

I need to find a way to control via usb something like 20 ins and outs.
Don't have any idea what to do next. :\


Any help is more than welcomed.



Liad.
 

Discussion

Engineering news on Phys.org
You could use something like an arduino - a standalone small single chip computer with lots of I/O pins and a usb - and write something yourself
or you could buy a USB data acquisition board from someone like National Instruments

Do you want easy, cheap or industrial certified.
 
Can I control the Arduino with c#?
 
Liad said:
Can I control the Arduino with c#?

The arduino itself is programmed in 'sort of' C - with it's own free development tools. A program to just receive a word on the serial port and turn on the appropriate pins would only be a dozen lines.
Then you c# program on the pc just has to write words to the USB, normally you would install a driver to make the USB look like a serial port.
If this is for real work rather than just a project it's probably easier to just buy a USB daq board with a driver.
 
Thanks for all your help!

I'll start working on it.


Liad.