RadioReference on Facebook   RadioReference on Twitter   RadioReference Blog
 
Home Database Live Audio Forums Wiki Classifieds Submit Info About

Go Back   The RadioReference.com Forums > Scanners and Receivers Forums > GRE Scanners


GRE Scanners A forum for the discussion of all GRE branded scanning radios and receivers.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-2008, 01:15 AM
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: London, Kentucky
Posts: 873
Send a message via ICQ to ShawnCowden Send a message via Yahoo to ShawnCowden
Default problems psr 500

I cant get my usb cord to work at all with my scanner and I need help with it it might be something about port settings but I did a port scan and it said no scanner found HELP!!!
__________________
Shawn Cowden, KG4KBU
London, KY
HOMEPAGE: http://www.myspace.com/KG4KBU
AIR AMERICA RADIO: http://www.airamericaradio.com
FREECYCLE: http://www.freecycle.org check it out its a neat site!!!
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 11-20-2008, 01:20 AM
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: London, Kentucky
Posts: 873
Send a message via ICQ to ShawnCowden Send a message via Yahoo to ShawnCowden
Default

Windows Vista Btw
__________________
Shawn Cowden, KG4KBU
London, KY
HOMEPAGE: http://www.myspace.com/KG4KBU
AIR AMERICA RADIO: http://www.airamericaradio.com
FREECYCLE: http://www.freecycle.org check it out its a neat site!!!
Reply With Quote
  #3 (permalink)  
Old 11-20-2008, 01:59 AM
tobarger's Avatar
Member
   
Join Date: Nov 2007
Location: Ohio
Posts: 79
Default Help

The COM port number assigned to the USB cable by your computer. If you are running a Windows operating system, you can find this information under “Ports” in the Device Manager.
Reply With Quote
  #4 (permalink)  
Old 11-20-2008, 02:17 AM
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: London, Kentucky
Posts: 873
Send a message via ICQ to ShawnCowden Send a message via Yahoo to ShawnCowden
Default

yes I know and my port is 41 and psredit will not take that port only up to 32
__________________
Shawn Cowden, KG4KBU
London, KY
HOMEPAGE: http://www.myspace.com/KG4KBU
AIR AMERICA RADIO: http://www.airamericaradio.com
FREECYCLE: http://www.freecycle.org check it out its a neat site!!!
Reply With Quote
  #5 (permalink)  
Old 11-20-2008, 03:05 AM
eyes00only's Avatar
Member
 
Premium Subscriber
 
Join Date: Jun 2004
Location: Denver Colorado
Posts: 2,134
Default

I had a hard time too, but I did Win500. The solution was in the software program under configuation, I think.
If I remember correctly, I had to check several port settings before I found one that worked.

JK
__________________
"There is a fine line between 'hobby' and 'mental illness'."
Reply With Quote
Sponsored links
  #6 (permalink)  
Old 11-20-2008, 05:49 AM
mandlair's Avatar
Member
   
Join Date: Feb 2003
Location: delaware
Posts: 442
Send a message via Yahoo to mandlair
Default

And I think you can change the port number in ports in device manager.Mike
__________________
RADIO SHACK PRO-96/RADIO SHACK PRO-2036/RADIO SHACK PRO-197/GRE PSR500/UNIDEN 200XLT/YAESU VX-7R/KENWOOD TM-V7. callsign KB3LZZ
Reply With Quote
  #7 (permalink)  
Old 11-20-2008, 07:36 AM
mikey60's Avatar
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: Oakland County Michigan
Posts: 2,299
Default

Quote:
Originally Posted by ShawnCowden View Post
yes I know and my port is 41 and psredit will not take that port only up to 32
Edit the PSREdit500.ini file and change the port there. It's in the [Communications] section. I'll add more port values to that drop down for the next release.

Mike
__________________
http://www.psredit.com
Reply With Quote
  #8 (permalink)  
Old 11-21-2008, 10:49 PM
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: London, Kentucky
Posts: 873
Send a message via ICQ to ShawnCowden Send a message via Yahoo to ShawnCowden
Default

how do i do that mikey
__________________
Shawn Cowden, KG4KBU
London, KY
HOMEPAGE: http://www.myspace.com/KG4KBU
AIR AMERICA RADIO: http://www.airamericaradio.com
FREECYCLE: http://www.freecycle.org check it out its a neat site!!!
Reply With Quote
  #9 (permalink)  
Old 11-22-2008, 08:39 AM
mikey60's Avatar
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: Oakland County Michigan
Posts: 2,299
Default

Quote:
Originally Posted by ShawnCowden View Post
how do i do that mikey
Open the folder where the PSREdit500 program is located. In that folder you should find a PSREdit500.INI file. Double click on it and open it with notepad or any other text editor.

Within that file you'll find a line that looks like this:

[Communications]

That's the start of the Communications section. Just under that line you should see a line similar to this:

Port=32

Change the number in that line to 41 from whatever it is now, and then save the file. As long as you don't go into the serial port editor in PSREdit500, it should work for you.

Mike
__________________
http://www.psredit.com
Reply With Quote
Sponsored links
  #10 (permalink)  
Old 11-22-2008, 01:23 PM
mikey60's Avatar
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: Oakland County Michigan
Posts: 2,299
Default

Quote:
Originally Posted by ShawnCowden View Post
how do i do that mikey
I just uploaded an update to PSREdit500 that will allow you to go up to COM64 from the GUI...

Mike
__________________
http://www.psredit.com
Reply With Quote
  #11 (permalink)  
Old 11-22-2008, 01:44 PM
Member
 
Premium Subscriber
 
Join Date: Jun 2003
Location: Santa Clara, CA
Posts: 2,895
Default

Quote:
Originally Posted by mikey60 View Post
I just uploaded an update to PSREdit500 that will allow you to go up to COM64 from the GUI...
Suggestion... why not allow anything that Device Manager will allow (COM1 - COM256)? It's not as if you have to actually populate the control's "data" at edit/compile time - you can just add the strings to the control in your WM_INITDIALOG handler (presuming it's a combo / drop-down list box in a dialog box).

The "slick" way, of course, would be to try to open COM1 through COM256, and only add strings for those ports where CreateFile() doesn't result in ERROR_FILE_NOT_FOUND. (ERROR_ACCESS_DENIED could be used to flag ports that exist but are already opened).

EDIT: Heh... like this if you're using any of my WinXX programs.

Last edited by DonS; 11-22-2008 at 03:48 PM..
Reply With Quote
  #12 (permalink)  
Old 11-24-2008, 05:34 PM
mikey60's Avatar
Member
 
Premium Subscriber
 
Join Date: Sep 2003
Location: Oakland County Michigan
Posts: 2,299
Default

Quote:
Originally Posted by DonS View Post
Suggestion... why not allow anything that Device Manager will allow (COM1 - COM256)? It's not as if you have to actually populate the control's "data" at edit/compile time - you can just add the strings to the control in your WM_INITDIALOG handler (presuming it's a combo / drop-down list box in a dialog box).

The "slick" way, of course, would be to try to open COM1 through COM256, and only add strings for those ports where CreateFile() doesn't result in ERROR_FILE_NOT_FOUND. (ERROR_ACCESS_DENIED could be used to flag ports that exist but are already opened).

EDIT: Heh... like this if you're using any of my WinXX programs.
It will support it currently if you edit the ini file... Going all the way to 256 would actually not be too hard to do, and I may do that as soon as things settle down a little around here.

MIke
__________________
http://www.psredit.com
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about the PSR 500. AlphaDelta10 GRE Scanners 4 07-20-2008 04:55 PM
Ho Do You Record On The PSR 500 Using Win 500 Software... btritch GRE Scanners 3 06-25-2008 09:23 PM
Programming Files Into PSR 500 btritch GRE Scanners 12 05-21-2008 06:49 PM
PSR 500 Logging Chevyman22360 GRE Scanners 17 05-07-2008 05:39 PM
Radio shack Pro97 to PSR 500? Stavro35 GRE Scanners 3 01-05-2008 12:12 PM


All times are GMT -5. The time now is 02:41 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
All information here is Copyright 2009 by RadioReference.com LLC and Lindsay C. Blanton III.Ad Management by RedTyger
Copyright 2009 by RadioReference.com LLC Privacy Policy  |  Terms and Conditions