Does anyone have the Pro-668 .inf file for iScan?

Status
Not open for further replies.

awal

Member
Joined
Apr 2, 2004
Messages
138
Location
Washington DC Metro
Hi,

Yes - I realize that it should be on my SD Card :) but - it's not. What happened was that the original card got corrupted, and since I was still running it on the original computer the software was loaded to - it was fine.

However, I got a Win 10 tablet, and of course - I need the driver file for CPU/Firmware updates.

Thanks in advance!!
 

InlandAZ

Member
Joined
May 16, 2005
Messages
662
Location
Maricopa AZ
I can upload it for you - but, see if you can copy and paste this first. Name it: RadioShack_Pro-668.inf


; Microchip Composite Device MSD+CDC
; This driver is required only by the CDC part of a composite device.
; The MSD part does not require any driver.
;
;
; Copyright (c) 2000 Microsoft Corporation
; Copyright (C) 2007 Microchip Technology Inc.
; Copyright (c) 2010 General Research of Electronics

[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MFGNAME%
LayoutFile=layout.inf
CatalogFile=%MFGFILENAME%.cat
DriverVer=11/15/2007,5.1.2600.0

[Manufacturer]
%MFGNAME%=DeviceList, NTamd64

[DestinationDirs]
DefaultDestDir=12


;------------------------------------------------------------------------------
; Windows 2000/XP/Vista-32bit Sections
;------------------------------------------------------------------------------

[DriverInstall.nt]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.nt
AddReg=DriverInstall.nt.AddReg

[DriverCopyFiles.nt]
usbser.sys,,,0x20

[DriverInstall.nt.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[DriverInstall.nt.Services]
AddService=usbser, 0x00000002, DriverService.nt

[DriverService.nt]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\%DRIVERFILENAME%.sys

;------------------------------------------------------------------------------
; 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


;------------------------------------------------------------------------------
; Vendor and Product ID Definitions
;------------------------------------------------------------------------------
; When developing your USB device, the VID and PID used in the PC side
; application program and the firmware on the microcontroller must match.
; Modify the below line to use your VID and PID. Use the format as shown below.
; Note: One INF file can be used for multiple devices with different VID and PIDs.
; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
;------------------------------------------------------------------------------
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_08B9&PID_000F&MI_01

[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_08B9&PID_000F&MI_01


;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
;Modify these strings to customize your device
;------------------------------------------------------------------------------
[Strings]
MFGFILENAME="mchpcdc"
DRIVERFILENAME ="usbser"
MFGNAME="RadioShack"
INSTDISK="RadioShack Installation Disc"
DESCRIPTION="RadioShack PRO-668 Serial Device
SERVICE="USB RS-232 Emulation Driver"
 

awal

Member
Joined
Apr 2, 2004
Messages
138
Location
Washington DC Metro
I can upload it for you - but, see if you can copy and paste this first. Name it: RadioShack_Pro-668.inf


; Microchip Composite Device MSD+CDC
; This driver is required only by the CDC part of a composite device.
; The MSD part does not require any driver.
;
;
; Copyright (c) 2000 Microsoft Corporation
; Copyright (C) 2007 Microchip Technology Inc.
; Copyright (c) 2010 General Research of Electronics

[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MFGNAME%
LayoutFile=layout.inf
CatalogFile=%MFGFILENAME%.cat
DriverVer=11/15/2007,5.1.2600.0

[Manufacturer]
%MFGNAME%=DeviceList, NTamd64

[DestinationDirs]
DefaultDestDir=12


;------------------------------------------------------------------------------
; Windows 2000/XP/Vista-32bit Sections
;------------------------------------------------------------------------------

[DriverInstall.nt]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.nt
AddReg=DriverInstall.nt.AddReg

[DriverCopyFiles.nt]
usbser.sys,,,0x20

[DriverInstall.nt.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[DriverInstall.nt.Services]
AddService=usbser, 0x00000002, DriverService.nt

[DriverService.nt]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\%DRIVERFILENAME%.sys

;------------------------------------------------------------------------------
; 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


;------------------------------------------------------------------------------
; Vendor and Product ID Definitions
;------------------------------------------------------------------------------
; When developing your USB device, the VID and PID used in the PC side
; application program and the firmware on the microcontroller must match.
; Modify the below line to use your VID and PID. Use the format as shown below.
; Note: One INF file can be used for multiple devices with different VID and PIDs.
; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
;------------------------------------------------------------------------------
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_08B9&PID_000F&MI_01

[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_08B9&PID_000F&MI_01


;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
;Modify these strings to customize your device
;------------------------------------------------------------------------------
[Strings]
MFGFILENAME="mchpcdc"
DRIVERFILENAME ="usbser"
MFGNAME="RadioShack"
INSTDISK="RadioShack Installation Disc"
DESCRIPTION="RadioShack PRO-668 Serial Device
SERVICE="USB RS-232 Emulation Driver"

Thank you SO much :) I shall try this tonight
 

awal

Member
Joined
Apr 2, 2004
Messages
138
Location
Washington DC Metro
If you need the entire SD content, point you browser to the link below. In the Files section download PRO668.zip

https://www.facebook.com/groups/809759642433559/files/

Thanks so much!!!!! :) I gotta admit though - when I went there, I could not click on the zip file.

Maybe I have to log in on Facebook, and - I don't do Facebook. I'd go without the file before I do that :)

But - I appreciate you :)
 

kibler

Member
Feed Provider
Joined
Dec 8, 2010
Messages
287
awal....If you still need this file, it is from my Virgin files saved from new SD card when radio was new! Just unzip! Thanks
Hope this helps!
 
Last edited:

DJ11DLN

Member
Joined
Mar 23, 2013
Messages
2,068
Location
Mudhole, IN
Thanks so much!!!!! :) I gotta admit though - when I went there, I could not click on the zip file.

Maybe I have to log in on Facebook, and - I don't do Facebook. I'd go without the file before I do that :)

But - I appreciate you :)
If you can't get it there, I have it on my HDD and can upload it to my Google Drive. Let me know...you'll have to PM me your e-mail address so I can tell Google to share it with you.

I do think that if RS isn't going to post a link to download iScan on their website, they ought to have provided a CD.
 

jfab

Member
Joined
Jun 10, 2006
Messages
1,462
Location
Broomfield/Aurora, CO
Does anyone have the default library that comes on the SD card? I formatted my card without backing up the content first.

Thanks!
 

K4OC

Member
Premium Subscriber
Joined
Mar 2, 2008
Messages
110
Location
Clayton, NC
Thank you for providing this dl. I formatted the original sd card which is ok as I was able to dl everything I needed but GREAT to have the original files for archive.
Thanks again.
 

awal

Member
Joined
Apr 2, 2004
Messages
138
Location
Washington DC Metro
...................probably my last RS scanner though.......it's insane they would do this, but - that is why they are what they are, if you get my drift.
 

DJ11DLN

Member
Joined
Mar 23, 2013
Messages
2,068
Location
Mudhole, IN
...................probably my last RS scanner though.......it's insane they would do this, but - that is why they are what they are, if you get my drift.
I hear you, and agree. I don't regret my RS scanner purchases...all were acquired at sometimes insanely low prices during liquidations. But enough is enough, Whistler or Uniden for me in the future. I only have one (of 4) current-generation scanners that is p.2-capable, and at some point, hopefully far down the road, the others will need to be replaced. I'm not overly concerned with the DMR update discussed elsewhere as there is little of that in my area that I'm interested in hearing. I'd rather see RS release an update to enable p.2 and many of the other missing features on my Pro-18, but that's for another discussion.

But that you have to go looking on RR for a version of iScan because RS cannot be bothered to host it for download is asinine. I'm glad you got your scanner going, enjoy it, they're good radios.
 
D

darunimal

Guest
I have never had a problem loading these files onto a SD card (GRE, RS or Whistler)
But I have NEVER been able to update a Uniden scanner.

Can you elaborate on this statement with a lot more details?
 
Status
Not open for further replies.
Top