完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好。
我在Windows 7上使用CY8CITK-50 PSOC5开发工具包,它运行良好。 笔记本电脑最近从Windows 7升级到Windows 10。下面的UBBART驱动程序不适用于Windows 10。当我安装驱动程序时(文件:UBUARTARJ.CDC.INF), 它示出了以下错误:需要数字签名信息。有人有同样的问题吗?请帮忙。谢谢您。 以上来自于百度翻译 以下为原文 Hi. I'm using CY8CKIT-50 PSOC5 development Kit on windows 7 for several years and it works fine. Laptop upgraded from windows 7 to windows 10 recently. and the USBUART driver below is not working for windows 10. when I install the driver (file: USBUART_CDC.inf), it shows the error below: need digital signature information. does anyone have the same issue? Please help. thank you. |
|
相关推荐
11个回答
|
|
你好,
这些驱动程序文件已签署- http://www.cypress.com/documentation/software-and-drivers/microsoft-certified-u***-uart-driver 结合USB串口设备的微软®CDC驱动–kba91366 以上来自于百度翻译 以下为原文 Hello, These Driver files are signed- http://www.cypress.com/documentation/software-and-drivers/microsoft-certified-u***-uart-driver Binding a USB-Serial Device to a Microsoft® CDC Driver – KBA91366 |
|
|
|
muuwfwr 发表于 2018-8-30 14:26 你好, 谢谢你的回复。 但这不管用。当我安装了CyWINCDC.INF,我从你提到的链接下载,Windows找不到驱动程序。 当我安装我自己的驱动程序是从项目自动生成的,它需要在Windows 10的签名。我还尝试下载最新的PSoC创建者4.2并更新所有组件并重新合成,重新编译以生成UsBuTARTH.CDC.IF。但问题仍然存在。 期待您的回复。先谢谢你。 春燕 以上来自于百度翻译 以下为原文 Hello, Thank you for your reply. but this doesn't work. when I install CyWinCDC.inf which I downloaded from the link you mentioned, windows can't find the driver. when I install my own driver that is auto generated from project, it need the signature on windows 10.. I also tried to download latest psoc creator 4.2 and update all the component and re-synthesis, re-compile again to generate USBUART_CDC.inf. but the issue is still there. looking forward to your reply. thank you in advance. Chunyan |
|
|
|
你好, 你试过在第二链接上运行.exe,安装UBUART认证驱动程序吗? 以上来自于百度翻译 以下为原文 Hello, Have you tried running the .exe available at the 2nd link to install the USBUART certified driver |
|
|
|
对。 已安装的CyPress驱动程序安装程序。 但问题依然存在。谢谢您。 以上来自于百度翻译 以下为原文 Yes. installed CypressDriverInstaller_1.exe. but issue still exist. thank you. |
|
|
|
muuwfwr 发表于 2018-8-30 15:13 在我从第一个链接安装驱动程序之后。我的设备管理器没有cypressu***consolewindowsdriver(第一个红圈的下面。) 以上来自于百度翻译 以下为原文 after I install the driver from the first link. My device manager don't have the CypressU***ConsoleWindowsDriver(first red circle below.) |
|
|
|
huzp_123 发表于 2018-8-30 15:24 如果您的系统是32位操作系统,那么您需要在这个路径使用.INF: C:程序文件(x86) CyPress CyPress USB串行驱动器DRIVER二进制CDCJORKBIWI10x86 如果您的系统是64位操作系统,那么您需要在这个路径使用.INF: C:程序文件(x86) CyPress CyPress USB串行驱动器DRIVER二进制CDCJORKBIWI10x64 我希望你已经做了相应的链接,请提供我们的项目,我们将检查其枚举在Windows 10系统。 以上来自于百度翻译 以下为原文 If your system is 32 bit operating system , then you need to use the .inf at this path: C:Program Files (x86)CypressCypress USB-Serial DriverDriverBinaryCDC_Driverbinwin10x86 If your system is 64 bit operating system, , then you need to use the .inf at this path: C:Program Files (x86)CypressCypress USB-Serial DriverDriverBinaryCDC_Driverbinwin10x64 I hope you have done the linking accordingly, please provide us with your project, we will check for its enumeration on Windows10 system. |
|
|
|
huzp_123 发表于 2018-8-30 15:24 我在多个基于Windows的系统上使用UBFS UART的代码示例来检查这个问题。这似乎与Windows 10有关。 我能够使用TelAtTM连接和打开COM端口。这不是司机的问题。 你可以尝试做的是: 在键盘上按“Windows徽标”+“X”键。 b)点击“设备管理器”。 c)搜索要从计算机上删除的USB串行端口。 右键点击它并选择“卸载”。 e)然后拔出UsBART串口并再次进行复制,并从这些路径重新安装驱动程序文件。 C:程序文件(x86) CyPress CyPress USB串行驱动器DRIVER二进制CDCJORKBIWI10x86 或 C:程序文件(x86) CyPress CyPress USB串行驱动器DRIVER二进制CDCJORKBIWI10x64 以上来自于百度翻译 以下为原文 I checked for this issue using Code Example for USBFS UART on multiple Windows10 based system. It seems to be issue with Windows10. I am able to connect and open the COM port using teraterm. Its not a driver issue. What you can try to do is to: a) Press “Windows Logo” + “X” keys on the keyboard. b) Click on “Device Manager”. c) Search for the USB Serial port that you would like to remove from the computer. d) Right click on it and select “Uninstall”. e) Then unplug the USBUART Serial port and replug again and reinstall the driver file from these path C:Program Files (x86)CypressCypress USB-Serial DriverDriverBinaryCDC_Driverbinwin10x86 Or C:Program Files (x86)CypressCypress USB-Serial DriverDriverBinaryCDC_Driverbinwin10x64 |
|
|
|
muuwfwr 发表于 2018-8-30 15:55 我试图安装下面的两个文件 但它仍然不起作用。 以上来自于百度翻译 以下为原文 I tried to install the two files below But it still does not work. |
|
|
|
请给我你的项目我会检查在Windows 10系统中的枚举 以上来自于百度翻译 以下为原文 Please provide me with your project I will check for its enumeration on a Windows 10 system |
|
|
|
很抱歉,因为某些原因,我可以交你整个项目。 杰西托 JCETUTH163COM γ 签名是由网易邮箱大师定制 以上来自于百度翻译 以下为原文 I am sorry but for some reason I can just hand over you the whole project. 邮箱:jceeto@163.com | Signature is customized by Netease Mail Master |
|
|
|
我敢肯定,它不是在所有USBUART驱动的问题,因为我试过用代码示例USB系统UART多windows10系统。我能够使用TelAtTM连接和打开COM端口。这不是司机的问题。 你可以检查你的系统是否也uartcode例子列举或USB系统得到不。 我会建议你“卸载”的USBUART串口驱动和“重装”从正确的路径的驱动程序(x86或x64)先前提到的相互作用。 如果你仍然无法获得设备的列举,那么我会建议你联系微软,因为它似乎是系统特定的Windows 10的问题。 以上来自于百度翻译 以下为原文 I am pretty sure its not at all USBUART driver issue because I have tried to using Code Example for USBFS UART on multiple Windows10 based system. I am able to connect and open the COM port using teraterm. Its not a driver issue. Can you too check on your system whether USBFS UARTCode example is getting enumerated or not. I will suggest you to "Uninstall" the driver of the USBUART Serial port and "reinstall" the driver from the correct path (x86 or x64) mentioned in previous interactions. If still you are unable to get the device enumerated, then I will suggest you to contact Microsoft because it seems to be System specific Windows 10 issue. |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2101 浏览 1 评论
1848 浏览 1 评论
3666 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1783 浏览 6 评论
1533 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
564浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
418浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
434浏览 2评论
380浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
909浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-21 19:04 , Processed in 1.407252 second(s), Total 96, Slave 80 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号