Control I/O with USB | Get Help Now

  • Thread starter Thread starter Liad
  • Start date Start date
  • Tags Tags
    Usb
AI Thread Summary
To control 20 inputs and outputs via USB, options include using an Arduino or purchasing a USB data acquisition (DAQ) board. An Arduino can be programmed in a C-like language to manage I/O pins, and it can be controlled through a C# program on a PC, typically requiring a driver to emulate a serial port. For industrial applications, a USB DAQ board may be more suitable due to ease of use and reliability. The discussion emphasizes the balance between DIY solutions and ready-made products based on the user's needs. Exploring these options will help in effectively managing USB control of multiple I/O devices.
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.
 
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.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top