问题描述
我正在从事这个项目,其中有四个 MSP430F5635 评估板通过USB HUB与PC连接.在软件中,CDC USB通信类将用于所有MSP430F5635.
I am working on the project, in which, four MSP430F5635 boards are connected with PC through USB HUB. In software, CDC USB communication class will be used for all MSP430F5635.
我想知道的是,如何在Visual Basic 6.0中编写用于与此控制器进行CDC USB通信的主机软件?
I want to know is, how can I write host software in Visual Basic 6.0 for CDC USB communication with this controller?
我知道串行通信,但是在VB6.0中是USB通信的新功能.
I am aware of serial communication, but new at USB communication in VB6.0.
您能给我有关主机PC软件的详细信息吗?如何初始化端口;在端口上接收-发送数据;等..
使用VB 6的CDC类是否有可用的示例?
Can you give me details for host side PC software? How can I initialize the port; receive- send data on port; etc..?
Is there any example available for CDC class using VB 6?
谢谢.
推荐答案
因此,您需要找到一个VB6或以下版本的论坛来提出要求,或者在网上搜索VB6中的示例.
So you will need to find a VB6 or less forum to ask in or search the net for an example in VB6.
这篇关于VISUAL BASIC 6.0中的CDC USB通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!