在vb.net中如何开发MAX232CPE的驱动程序? [英] How driver for MAX232CPE is developed in vb.net?

查看:62
本文介绍了在vb.net中如何开发MAX232CPE的驱动程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果有人描述使用vb.net开发驱动程序软件以识别MAX232CPE USB-Serial Converter的分步程序,我将感到高兴.

I would be pleased if anybody describe step by step procedure for developing driver software to recognize MAX232CPE USB-Serial Converter using vb.net.

推荐答案

VB.NET或任何其他托管代码语言的驱动程序.那就是C/C ++的意义.

至于访问转换器,将由转换器上的文档决定,或者由制造商为其发布SDK.

如果您只是想与连接到转换器的设备进行通信,则只需使用常规的串行端口方法即可.请参见 System.Io.Ports.SerialPort [ ^ ]类文档.
You cannot develop a driver in VB.NET, or any other managed code language. That''s the relm of C/C++.

As for accessing the converter, that would be left up to the documentation on your converter or if the manufacturer has released a SDK for it.

If you''re just trying to communicate with a device attached to the converter, you just use normal serial port methods. See the System.Io.Ports.SerialPort[^] class documentation.


这篇关于在vb.net中如何开发MAX232CPE的驱动程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆