使用Matlab进行VGA 15针端口数据读写

发布于 2024-08-19 04:17:13 字数 266 浏览 3 评论 0原文

我使用的是带有 Windows 7 Ultimate(32 位操作系统)的 compaq presario cq40 笔记本电脑。我想使用 Matlab(最好使用数据采集工具箱)访问 15 针 VGA 端口。我需要额外的驱动程序还是应该从 Mathworks.com 下载任何内容?

我已经开发了一个程序,用于使用 DAQ 工具箱中的 digitalio() 函数通过并行端口(LPT1)发送数字信号。我打算以同样的方式使用 VGA 15 针端口(因为笔记本电脑没有并行端口)。

谢谢。

I am using compaq presario cq40 laptop with windows seven ultimate(32-bit OS). I would like to access the 15 pin VGA port using Matlab (preferrably using the Data Acquisition Toolbox). Do I require extra drivers or should download anything from Mathworks.com ??

I have already developed a program for sending digital signal through parallel port (LPT1) using digitalio() function in DAQ toolbox. I intend to use the VGA 15 pin port the same way (since there is no parallel port for the laptop).

Thank You.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白芷 2024-08-26 04:17:13

无法访问 VGA 端口上的各个引脚。

问题是显卡完全将其抽象出来(非泄漏),因此无法解决它,即使在内核级别也是如此。

无论如何,我不建议使用 VGA 端口作为数据端口。

It is not possible to access the individual pins on a VGA port.

The problem is that the graphics card completely abstracts it away(non-leakyish) so there is no way of working around it, not even at the kernel level.

I would not recommend using the VGA port as a data port anyway though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文