Can I send a voltage out of my serial port with Matlab?
6 次查看(过去 30 天)
显示 更早的评论
Hi,
I was wondering if it's possible to access the serial ports using Matlab to send out high/low voltages to trigger external devices (e.g. Motion capture cameras).
I know it can be done with Data Acquisition Toolbox, but I'm not sure if I am going to have access to a supported DAQ card for the project I'm thinking about.
Thanks, J
0 个评论
回答(2 个)
Walter Roberson
2013-11-22
If you need more than the pulse of a serial bit, then all you have control over is DTR and RTS. The exact levels cannot be controlled.
0 个评论
Image Analyst
2013-11-22
Yes. You don't need the Data Acquisition Toolbox. I talk to my Measurement Computing box all the time just through the serial port (USB). They have analog devices too. http://www.mccdaq.com/usb-data-acquisition/USB-3100-Series.aspx
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Analog Input and Output 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!