Hi Sooryakrishnan
It is really difficult to find out the window's problem, and I am not the expert of the windows engineer.
A simple way is reinstall the computer.
Or you can try to use anther computer, and check whether the com port can be found!
Besides, I find some Chinese customers use this way, you can try it:
1: Check whether your file "usbser.sys " is lost in folder:C:\Windows\System32\drivers
Check whether file"mdmcpq.inf" is lost in folder C:\Windows\inf
If lost these files, please find it from my attached zip file, unzip it, and copy "usbser.sys" to path C:\Windows\System32\drivers
copy "mdmcpq.inf" to path: C:\Windows\inf
2: modify the info file in C:\Freescale\Medical GUI\Drivers\x64
comment :CopyFiles=DriverCopyFiles.NTamd64
just like the following:
;------------------------------------------------------------------------------
; Vista-64bit Sections
;------------------------------------------------------------------------------
[DriverInstall.NTamd64]
include=mdmcpq.inf
;CopyFiles=DriverCopyFiles.NTamd64
AddReg=DriverInstall.NTamd64.AddReg
[DriverCopyFiles.NTamd64]
%DRIVERFILENAME%.sys,,,0x20
[DriverInstall.NTamd64.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService.NTamd64
[DriverService.NTamd64]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\%DRIVERFILENAME%.sys
then save it, try to install the CDC driver, and select this driver file again.
Wish it helps you!
If you still have question, please let me know!
Have a great day,
Jingjing
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------