Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 Windows 7 Ultimate(32 位操作系统)的 compaq presario cq40 笔记本电脑。我想使用 Matlab 访问 15 针 VGA 端口(最好使用数据采集工具箱)。我需要额外的驱动程序还是应该从 Mathworks.com 下载任何东西?
我已经开发了一个程序,用于使用 DAQ 工具箱中的 digitalio() 函数通过并行端口 (LPT1) 发送数字信号。我打算以同样的方式使用 VGA 15 针端口(因为笔记本电脑没有并行端口)。
谢谢你。
无法访问 VGA 端口上的各个引脚。
问题是显卡将其完全抽象出来(非泄漏),因此无法解决它,即使在内核级别也是如此。
不过,我不建议将 VGA 端口用作数据端口。