User Name Password Register
DaniWeb IT Discussion Community
All
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
Reply
Join Date: Nov 2003
Posts: 1
Reputation: taz is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
taz taz is offline Offline
Newbie Poster

Sony ICD-R100 recorder in windows XP

  #1  
Nov 6th, 2003
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:
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2003
Posts: 1
Reputation: klausbert is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
klausbert klausbert is offline Offline
Newbie Poster

Help Re: Sony ICD-R100 recorder in windows XP

  #2  
Dec 29th, 2003
"I feel your pain" :cry:
I spent 400 bucks on that gadget.
It won't work on W2000.
All they have is a software update which assumes the previous, bundled version is correctly installed. Sigh.
Got no decent tech answer from them.
Me, I'll never buy anything else from Sony, ever.
Reply With Quote  
Join Date: Jan 2004
Posts: 3
Reputation: jutl is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jutl jutl is offline Offline
Newbie Poster

Re: Sony ICD-R100 recorder in windows XP

  #3  
Jan 9th, 2004
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?
Reply With Quote  
Join Date: Jan 2004
Posts: 3
Reputation: jutl is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jutl jutl is offline Offline
Newbie Poster

Re: Sony ICD-R100 recorder in windows XP

  #4  
Jan 9th, 2004
Originally Posted by jutl
c:\> allowio.exe icd-pclink.exe \a

Make that allowio.exe icd-pclink.exe /a
Reply With Quote  
Join Date: May 2003
Location: Royal Oak, Michigan
Posts: 864
Reputation: TallCool1 is a jewel in the rough TallCool1 is a jewel in the rough TallCool1 is a jewel in the rough 
Rep Power: 9
Solved Threads: 34
Colleague
TallCool1's Avatar
TallCool1 TallCool1 is offline Offline
Practically a Posting Shark

Re: Sony ICD-R100 recorder in windows XP

  #5  
Jan 9th, 2004
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.
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.
-- Michael Rudas
How 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.
Reply With Quote  
Join Date: Jan 2004
Posts: 3
Reputation: jutl is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jutl jutl is offline Offline
Newbie Poster

Re: Sony ICD-R100 recorder in windows XP

  #6  
Jan 10th, 2004
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.
Reply With Quote  
Join Date: Jan 2004
Posts: 1
Reputation: tatchus is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
tatchus tatchus is offline Offline
Newbie Poster

Re: Sony ICD-R100 recorder in windows XP

  #7  
Jan 11th, 2004
jutl, everything is great. Under XP - my ICD was connected, i can play msgs on ICD, but if i would like to tranfer files from ICD to computer, i have got an error - Run time error 6 - Overflow. What can i have to do? Can you help me?
Reply With Quote  
Join Date: Jan 2004
Location: Westechester, NY
Posts: 1
Reputation: ibmtechie is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
ibmtechie ibmtechie is offline Offline
Newbie Poster

Help Re: Sony ICD-R100 recorder in windows XP

  #8  
Jan 27th, 2004
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.
Reply With Quote  
Join Date: Jan 2004
Posts: 1
Reputation: Techsup is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Techsup Techsup is offline Offline
Newbie Poster

Re: Sony ICD-R100 recorder in windows XP

  #9  
Jan 30th, 2004
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.
Reply With Quote  
Join Date: Feb 2004
Posts: 1
Reputation: elementsrtyte is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
elementsrtyte elementsrtyte is offline Offline
Newbie Poster

Help Re: Sony ICD-R100 recorder in windows XP

  #10  
Feb 8th, 2004
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.
I'm not familiar with command lines and such. is "c:\>allowio.exe c:\Program Files\SONY\ICD-PCLINK\icd-pclink.exe /a" the exact commandline you put into the target or run box? I tried putting that in but it said c:\>allowio.exe was not a valid command. i also tried putting the command in w/o the >, but instead that just ran the allowio program without icd-pclink program starting up. Im frustrated with Sony right now :cry: and any help thats given would be appreciated. I think im on the right track

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
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Windows NT / 2000 / XP / 2003 Marketplace
Thread Tools Display Modes

Other Threads in the Windows NT / 2000 / XP / 2003 Forum

All times are GMT -4. The time now is 5:27 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC