Hi/Low analog output to USB
9 次查看(过去 30 天)
显示 更早的评论
Hi,
I am trying to use MatLAB script as an on/off switch. In simple words, I wish to set a constant output of ~0V (low) or ~5V (high) at the USB port whenever I need to. How could I do this in a most simple and inexpensive way?
Thank you
0 个评论
采纳的回答
Walter Roberson
2013-1-20
This cannot be done directly with USB. USB is a shared serial bus, and only digital signals can be carried on it. If you were to use USB you would need to have a USB-interfaced device on the other end that decoded the serial commands to turn a switch on or off.
One important question for this purpose is what kind of rate of change do you need for this purpose? Another question is what precision you need in the timing. A third question is how much control you need over the pulse widths.
13 个评论
更多回答(2 个)
Image Analyst
2013-1-20
For $89 or so you can get a USB device that you can read pins from. See http://www.mccdaq.com/usb-data-acquisition/USB-1024-Series.aspx
5 个评论
Image Analyst
2013-1-20
MCC has numerous such devices, many of which support analog. I have one: http://www.mccdaq.com/solutions/USB-Data-Acquisition.aspx - the USB-3100.
You can find other supported devices here: http://www.mathworks.com/products/daq/supported/data-acquisition-cards-and-boards.html
I'm only familiar with some of the MCC devices, not the DLP Design or other brands. MCC has excellent free tech support.
Walter Roberson
2013-1-20
It looks like their 1208LS might be suitable: USB, 2 analog outputs of 12 bit resolution, $129.
In terms of effort involved, possibly their device with built-in relays would be easier: USB, 8 SPDT relays, $329. I'm just thinking in terms of the time and effort to put together a relay, mount it on a small breadboard, test it, and so on. A relatively easy lab assignment for an EE student who was provided with parts and testing equipment, but a nuisance for people who do not have those things on-hand or have the relevant experience.
(I think I still remember how to solder, but it would probably take me at least 3/4 hour just to track down a local store that still bothered to stock the parts, now that the days are long gone where RadioShack carried parts like these...)
Matyas Varga
2015-9-3
1 个评论
Walter Roberson
2015-9-4
Price and availability of those appear to be questionable. It appears to me that they are no longer sold by NI, and auction sites list them between $US150 and $US300 plus about $US25 shipment from overseas.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Acquisition Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!