"Permission Denied" When Installing Supplied VCOM Driver on Windows 7

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"Permission Denied" When Installing Supplied VCOM Driver on Windows 7

Jump to solution
766 Views
razed11
Contributor V

I downloaded SDK 2.4.2 for the K64 (USB & FreeRTOS) and built `usb_device_cdc_vcom`. When plugged in to a Windows 7 Professional machine I see `MCU VIRTUAL COM DEMO` in the device manager. When I follow the steps in the README PDF I get:

Windows found driver software for your device but encountered an error while attempting to install it.

Virtual Com Port

Access is denied.

I've checked permissions (owned by me and I'm an administrator). If I double click `cdc.cat` it claims that it is valid. I thought it might be related to digital signing but I'm not getting error to that effect.

Hoping to use this for a production device and it'd be nice to not use an FTDI chip + UART.

Thanks.

Labels (2)
0 Kudos
1 Solution
650 Views
razed11
Contributor V

User error: I had copied the .inf file from my Mac and the line endings were incorrect. Used unix2dos to convert the line endings and all is well.

View solution in original post

0 Kudos
1 Reply
651 Views
razed11
Contributor V

User error: I had copied the .inf file from my Mac and the line endings were incorrect. Used unix2dos to convert the line endings and all is well.

0 Kudos