完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好
现在我遇到了一个问题,我有两个(Mebe)更多的板通过USB连接到PC。我想用一个应用程序读/写数据。如果只有一个板,我知道怎么做。但是现在两个板连接到PC,并且我想要同时控制它们。例如,我的设备VID=0x054和AMP;PID=0x1002,当一个设备,枚举如下,它工作得很好。INT设备= UBStuts-和Gt;DeVICECUnter();int VID,PID;int d=0;{{UBStudio&Gt;打开(d);;//打开自动调用Clute();如果必要的话,VID=UbStudio & Gt;VendorID;PID= UBStudio.& GT;De++;}((d & lt;设备)&;(VID)!= 0x054)和(PID)!但是现在它有两个设备,并且具有相同的PID和VID。我怎么能列举它们呢?你能给我一个最好的例子吗?谢谢。 以上来自于百度翻译 以下为原文 Hello everyone Now i meet a problem.I have two (meybe more) boards connect to PC by u***3.0. I want to read/write data with a Application.If just one board I know how to do that.But now two board connect to PC ,and I want to control them at the same time .e.g my device vID= 0x0547&pID = 0x1002 When just one device ,Enumerate like follows and it works well. int devices = USBDevice->DeviceCount(); int vID, pID; int d = 0; do { USBDevice->Open(d); // Open automatically calls Close() if necessary vID = USBDevice->VendorID; pID = USBDevice->ProductID; d++; } while ((d < devices ) && (vID != 0x0547) && (pID != 0x1002)); but now it has two device and has the same pID&vID.How can I Enumerate them.Can you give me a example Best Regards Thanks |
|
相关推荐
1个回答
|
|
嗨,Ayi,
您可以使用序列号来区分两个不同的电路板。 可以将USB设备-gt;SerialNoT添加到您的条件检查中,以不同的方式识别设备。 谢谢, 西克里希纳。 以上来自于百度翻译 以下为原文 Hi Ayi, You can use serial number to distinguish the two different boards. USBDevice->SerialNumber can be added to your condition checks to identify the devices differently. Thanks, sai krishna. |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2103 浏览 1 评论
1849 浏览 1 评论
3667 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1784 浏览 6 评论
1534 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
568浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
422浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
437浏览 2评论
383浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
915浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 00:49 , Processed in 0.988293 second(s), Total 78, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号