•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Windows NT / 2000 / XP / 2003 section within the Tech Talk category of DaniWeb, a massive community of 363,560 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,882 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Windows NT / 2000 / XP / 2003 advertiser:
Views: 35207 | Replies: 39
![]() |
•
•
Join Date: Nov 2003
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I have a Sony ICD-R100PC recorder that I purchased in 1999. The recorder comes with a data cable (parallel port) and some software (Win95/98) that allows you to download the voice files (*.ics) from the recorder onto the computer. I can get the software to "work" under Windows ME. I can also get it to "run" under Windows XP by changing the compatibility mode settings back to Win95/98/ME. However, I was unable to download the files form the recorder in XP, it's as if the computer didn't want to see the recorder was connected. I tried it on other computers and I got the same problem. So, I figured the compatibility wizard wasn't enough to overcome the fact that the Sony PC Link software is too old for today's standards. My question is, has anyone ever tried to mount the recorder as a storage device? Many years ago I used to have an external hard drive that plugged into the parallel port. I wonder if there's a way to mount the recorder file system locally, through the parallel port. There probably isn't but I thought I'd give it a try. It would be nice if it were possible because transferring the files would be a lot faster than having to sit there and wait for the recording to play into the audio input ports of my soundcard so I can record it into digital format. I have already contacted Sony about this and, as I suspected, they say the software will NOT work in XP, there is no USB-data cable available, and they don't believe they will be working on that any time soon.
Thanks in advance for any assistance you may be able to provide. :cheesy:
Thanks in advance for any assistance you may be able to provide. :cheesy:
•
•
Join Date: Jan 2004
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
http://www.beyondlogic.org/porttalk/porttalk.htm
I've just managed to get the extremely dodgy Visual Basic Sony ICD-R100 software to work under Windows XP for the first time, thanks to the piece of software linked to above... The procedure is
a) Install the dodgy software, using XP compatibility mode
b) Set up the icd-pclink.exe to run under XP compatibility mode
c) Use the allowio.exe from the porttalk package to give the dodgy Sony software access to the parallel port:
c:\> allowio.exe icd-pclink.exe \a
It is shameful that Sony haven't rewritten this software to use the NT/2000 HAL. It'd just be a case of tweaking the Visual Basic source a very little bit - lazy so&so's... or perhaps they want to sell some of their new ICDs?
I've just managed to get the extremely dodgy Visual Basic Sony ICD-R100 software to work under Windows XP for the first time, thanks to the piece of software linked to above... The procedure is
a) Install the dodgy software, using XP compatibility mode
b) Set up the icd-pclink.exe to run under XP compatibility mode
c) Use the allowio.exe from the porttalk package to give the dodgy Sony software access to the parallel port:
c:\> allowio.exe icd-pclink.exe \a
It is shameful that Sony haven't rewritten this software to use the NT/2000 HAL. It'd just be a case of tweaking the Visual Basic source a very little bit - lazy so&so's... or perhaps they want to sell some of their new ICDs?
•
•
Join Date: May 2003
Location: Royal Oak, Michigan
Posts: 864
Reputation:
Rep Power: 9
Solved Threads: 34
•
•
•
•
Originally Posted by jutl
I've just managed to get the extremely dodgy Visual Basic Sony ICD-R100 software to work under Windows XP for the first time, thanks to the piece of software linked to above... The procedure is
a) Install the dodgy software, using XP compatibility mode
b) Set up the icd-pclink.exe to run under XP compatibility mode
c) Use the allowio.exe from the porttalk package to give the dodgy Sony software access to the parallel port.
-- Michael RudasHow To Ask Questions The Smart Way (article by Eric Raymond).
Dealing with Malware
My Articles page.
My Best-of-Breed Free Software for Windows list
Other Windows- & Microsoft-related links
The Audio Tech's Page
My blog
The Oak Park Computer Club
PenguiCon 4.0 Open Source & Science Fiction convention, April 21-23, 2006.
Knoppix Linux (CD-bootable) download. information, & support.
•
•
Join Date: Jan 2004
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by TallCool1
A major part of the problem is not entirely Sony's fault. It turns out that there are no interrupts assigned to the parallel port under NT/2000/XP, so the software chokes because the hardware interface is not as expected. See: http://www.lvr.com/parport.htm -- this is also why CPU usage rises sharply when using a parallel-port printer, as opposed to a USB interface. Deprecation has its price.
No, absolutely. They should have released an update though - their failure to do so makes me extremely wary of their hardware's longevity in general where it depends upon Windows drivers...
Also, while checking out what the s/w actually does, it became clear that some of the more minor incompatibilities stemmed from the author's decision to hardcode the names of certain registry settings that he writes and checks, rather than going through a guaranteed API - this is partly why I described it as dodgy.
•
•
Join Date: Jan 2004
Location: Westechester, NY
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by jutl
http://www.beyondlogic.org/porttalk/porttalk.htm
I've just managed to get the extremely dodgy Visual Basic Sony ICD-R100 software to work under Windows XP for the first time, thanks to the piece of software linked to above... The procedure is
a) Install the dodgy software, using XP compatibility mode
b) Set up the icd-pclink.exe to run under XP compatibility mode
c) Use the allowio.exe from the porttalk package to give the dodgy Sony software access to the parallel port:
c:\> allowio.exe icd-pclink.exe \a
It is shameful that Sony haven't rewritten this software to use the NT/2000 HAL. It'd just be a case of tweaking the Visual Basic source a very little bit - lazy so&so's... or perhaps they want to sell some of their new ICDs?
I managed to install the PCLink software in XP Compatibility mode and set it up to run in XP Compatibility mode. I also downloaded/installed the I/O Port device Drive software from PortTalk. When I run the following:
c:\>allowio.exe c:\Program Files\SONY\ICD-PCLINK\icd-pclink.exe /a
the ICD-PCLINK software starts up. The I get the dialog box to
"please connect IC Recorder to PC. then press the OK button."
I connected the IC recorder to the parallel port, then clicked OK.
I then get the error message:
"Could not communicate with IC Recorder. Make sure that the cable is connected properly."
Do you know how I can get past this error? Thanks.
•
•
Join Date: Jan 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I managed to install the PCLink software in XP Compatibility mode, set it up to run in XP Compatibility mode, downloaded and installed the I/O Port device Drive software from PortTalk. after running
c:\>allowio.exe c:\Program Files\SONY\ICD-PCLINK\icd-pclink.exe /a
I got the following:
"please connect IC Recorder to PC. then press the OK button."
and after connecting the recorder I got the following :
"Could not communicate with IC Recorder. Make sure that the cable is connected properly."
could anyone help in solving this error?
Thanks.
c:\>allowio.exe c:\Program Files\SONY\ICD-PCLINK\icd-pclink.exe /a
I got the following:
"please connect IC Recorder to PC. then press the OK button."
and after connecting the recorder I got the following :
"Could not communicate with IC Recorder. Make sure that the cable is connected properly."
could anyone help in solving this error?
Thanks.
•
•
Join Date: Feb 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by Techsup
I managed to install the PCLink software in XP Compatibility mode, set it up to run in XP Compatibility mode, downloaded and installed the I/O Port device Drive software from PortTalk. after running
I got the following:
"please connect IC Recorder to PC. then press the OK button."
and after connecting the recorder I got the following :
"Could not communicate with IC Recorder. Make sure that the cable is connected properly."
could anyone help in solving this error?
Thanks.

and btw, yes i was able to install icd-pclink w/ the latest patch from SONY.
Last edited by elementsrtyte : Feb 8th, 2004 at 10:18 pm. Reason: FYI
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Windows NT / 2000 / XP / 2003 Marketplace
•
•
•
•
apple battery bluray browser computer console crack dell development dual dvd game hardware hd install internet laptop layer leopard linux microsoft mobile news nintendo open operating os pc photo playstation power ps3 recall security server software sony source stocks system technology ubuntu unix upgrade video video game vista windows windows vista xp
- Previous Thread: setting up offline files
- Next Thread: Outlook Express - problem leaving messages on server


Linear Mode