Account  |  Mobile  |  Help    
 
Home Database Live Audio Forums Wiki Classifieds Submit Info About

Go Back   The RadioReference.com Forums > Software > Scanner Programming Software


Scanner Programming Software This is the place to discuss scanner programming and control software.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-07-2006, 11:47 PM
Member
   
Join Date: Sep 2003
Location: New York, NY
Posts: 3
Default New Radios, Old Problem, No Solution

I just rcvd my 996D today--lovely piece o' kit--and with it, that incredibly sinking feeling I get every time I take a look at a new radio. I use the word "look" metaphorically, being totally blind. The scanner control software that's out there just doesn't make it for blind users, good otherwise as it probably is. I'm looking for some enterprising programmer-types who might be interested in helping re-open a slowly closing hobby to blind people by helping to write a scanner control program that a blind person can effectively make use of. The problem with the ScanStars and Butels and WinScans of the world is their Windows interface. They don't use standard Windows screen controls, therefore standard cursor movement with arrows and tabs does not produce predictable results for folks (like me) using screenreading software. Sometimes pressing TAB does nothing. Sometimes, instead of moving from column to column, it skps data entirely. Sometimes all it does is to move a widget, not the cursor itself, to indicate where data is being entered. All no good. If you're interested in assisting, or can direct me to somewhere I can find the information that the ScanStars and WinScans and Butels of the world use to learn how to control these radios, I'll work on doing the programming myself if I have to, although that'll certainly take longer if there are already folks who are savvy about these things, which I've got to believe there are. Thanks in advance.
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 06-08-2006, 01:28 AM
Member
   
Join Date: May 2006
Location: South Dakota
Posts: 193
Default

I'm currious if there is some way to control/program the 396/996 via a command prompt or telnet interface?

What about editing the .usd files directly, using a screenreading friendly text editor? This probably would be fairly simple once the formatting style was learned.

Have you looked in the BCD396T Protocol pdf? (there is also one for the 996D, but I couldn't find a direct link to it)
You can get the BCD996D Protocol pdf directly from Uniden under downloads for the 996D.
It lists all the commands needed to control the radio through the serial port.
If someone could simply figure out how to open a command prompt via Hyperterminal, you might be able to use that to upload/download .usd files.

http://mndigital.faricy.net/files/li...T_Protocol.pdf

JH
__________________
Uniden BCD396T

Last edited by JHaislet; 06-08-2006 at 01:44 AM..
Reply With Quote
  #3 (permalink)  
Old 06-08-2006, 08:02 PM
Al42's Avatar
Member
   
Join Date: Apr 2005
Location: Long Island, NY, USA
Posts: 3,444
Default

You can talk to the scanner directly using Hyperterminal. Just say "STS<CR><LF>" (without the quotation marks) to it and watch the screen. (<CR> and <LF> are the Return and LF characters, respectively.)
__________________
Suffolk County, NY PD live stream
and the files you'll need to do it yourself: http://www.webdingers.com/scanner.html
Winamp connection: suffolkscanner.redirectme.net:8000/stream
Reply With Quote
  #4 (permalink)  
Old 06-09-2006, 05:25 AM
Member
   
Join Date: Sep 2002
Location: Toronto, Ontario
Posts: 1,794
Default

The LF is not required. It is not part of the command protocol spec.
Reply With Quote
  #5 (permalink)  
Old 06-09-2006, 10:30 PM
Al42's Avatar
Member
   
Join Date: Apr 2005
Location: Long Island, NY, USA
Posts: 3,444
Default

Of course you're correct - this is RR, not VB Forums, where I had just gotten through helping someone with a serial I/O problem that required that both characters be sent.
__________________
Suffolk County, NY PD live stream
and the files you'll need to do it yourself: http://www.webdingers.com/scanner.html
Winamp connection: suffolkscanner.redirectme.net:8000/stream
Reply With Quote
Sponsored links
  #6 (permalink)  
Old 08-23-2006, 01:08 PM
Member
   
Join Date: Sep 2003
Location: New York, NY
Posts: 3
Default

The .USD file? This is news to me but possibly a solution. I can open a serial port and do I/O through it either with Kermit or via program control that I may write. Now, as to what goes into the .USD file, I haven't found that info yet. I did, however, download the control codes, so I know a little bit about what to expect when I read the .USD file. Off to find that now.
Quote:
Originally Posted by JHaislet
I'm currious if there is some way to control/program the 396/996 via a command prompt or telnet interface?

What about editing the .usd files directly, using a screenreading friendly text editor? This probably would be fairly simple once the formatting style was learned.

Have you looked in the BCD396T Protocol pdf? (there is also one for the 996D, but I couldn't find a direct link to it)
You can get the BCD996D Protocol pdf directly from Uniden under downloads for the 996D.
It lists all the commands needed to control the radio through the serial port.
If someone could simply figure out how to open a command prompt via Hyperterminal, you might be able to use that to upload/download .usd files.

http://mndigital.faricy.net/files/li...T_Protocol.pdf

JH
Reply With Quote
  #7 (permalink)  
Old 08-23-2006, 06:26 PM
Member
   
Join Date: Sep 2003
Location: New York, NY
Posts: 3
Default

When you say "watch the screen," do you mean the one on the scanner or the one on the PC? Watching the PC screen is doable; watching the scanner screen is not an option. By the way, to JH, I opened two .USD files I found, and they are nothing at all like what I was expecting--all data, no commands. Onward and upward I guess.
Quote:
Originally Posted by Al42
You can talk to the scanner directly using Hyperterminal. Just say "STS<CR><LF>" (without the quotation marks) to it and watch the screen. (<CR> and <LF> are the Return and LF characters, respectively.)
Reply With Quote
  #8 (permalink)  
Old 08-23-2006, 11:25 PM
Al42's Avatar
Member
   
Join Date: Apr 2005
Location: Long Island, NY, USA
Posts: 3,444
Default

Quote:
Originally Posted by number6
When you say "watch the screen," do you mean the one on the scanner or the one on the PC?
The one in Kermit, or whatever communications software you're using. It's kind of a string representation of the current state of the scanner's screen.
Quote:
I opened two .USD files I found, and they are nothing at all like what I was expecting--all data, no commands.
But quite human readable once you get it figured out. (Some of the numeric strings are a mystery, but I find that I can make changes, or even make almost an entire file, pretty easily by hand.)

Somewhere, I may have a file in which someone else actually defined the entire .usd file. If I find it I'll post a link to it.
__________________
Suffolk County, NY PD live stream
and the files you'll need to do it yourself: http://www.webdingers.com/scanner.html
Winamp connection: suffolkscanner.redirectme.net:8000/stream
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
San Antonio EDACS system and the press blantonl Texas Radio Discussion Forum 8 05-03-2009 12:53 PM
Radios and equipment FS or Trade gundoc Old Classifieds Archives 14 02-18-2009 11:08 AM
12 Days of Scanner Christmas b7spectra Tavern Archives 1 12-13-2005 03:58 AM
Detroit's radios paid by suburbs seamusg Michigan Radio Discussion Forum 13 08-07-2005 02:43 PM
Burbank Airport getting new radios karldotcom California Radio Discussion Forum 1 07-19-2005 01:48 PM


All times are GMT -5. The time now is 06:47 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, 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