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

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


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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-18-2009, 07:30 PM
Member
 
Premium Subscriber
 
Join Date: Jul 2006
Location: Bay Shore Long Island NY
Posts: 13
Default BCD996XT Software Rs232 control protocols

Cannot find rs232 protocols anywhere on web or Uniden site for BCD996XT. Contacted customer service and they said it wasn’t released maybe in the future. Doesn’t make sense to sell remote control device without protocols. How am I supposed to develop an interface for this radio radio. How did Freescan and Butel get them. If anybody knows where I can get them please let me know.
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 10-18-2009, 08:59 PM
ac7xc's Avatar
Member
 
Premium Subscriber
 
Join Date: Apr 2003
Location: Oregon
Posts: 291
Send a message via AIM to ac7xc Send a message via Yahoo to ac7xc
Default

Quote:
Originally Posted by Kennrth View Post
Cannot find rs232 protocols anywhere on web or Uniden site for BCD996XT. Contacted customer service and they said it wasn’t released maybe in the future. Doesn’t make sense to sell remote control device without protocols. How am I supposed to develop an interface for this radio radio. How did Freescan and Butel get them. If anybody knows where I can get them please let me know.
You can obtain some of the codes from the bc346XT protocols in the manual BC346XT_Complete_Reference.pdf
then use the commands in the bcd396t protocol that was released with the 396T. Uniden seems to just not gotten around to publishing the complete protocol yet, but with the release of the 346 it seems Uniden will be releasing the protocol. If you need to you can use serial port monitor in WinXP to reverse engineer the protocol to check for errors in programming.
__________________
____________________
Best Regards, Keith http://home.comcast.net/~kilowattradio/
BCT15X PRO-106 PRO-92 PRO-83 TH-F6A FT897D BC346XT BC245XLT
Mac OS X, WIn7 & Linux
Reply With Quote
  #3 (permalink)  
Old 10-18-2009, 09:26 PM
KE4ZNR's Avatar
KE4ZNR@radioreference.com
 
Database Admin
 
Join Date: Jan 2002
Location: Raleigh, NC
Posts: 2,581
Send a message via AIM to KE4ZNR Send a message via Skype™ to KE4ZNR
Default

Quote:
Originally Posted by ac7xc View Post
You can obtain some of the codes from the bc346XT protocols in the manual BC346XT_Complete_Reference.pdf
then use the commands in the bcd396t protocol that was released with the 396T. Uniden seems to just not gotten around to publishing the complete protocol yet, but with the release of the 346 it seems Uniden will be releasing the protocol. If you need to you can use serial port monitor in WinXP to reverse engineer the protocol to check for errors in programming.
How about forgetting about the 346xt complete reference and use the 396xt complete reference instead? The 396xt is basically the same radio as the 996xt so the commands are the same (minus the record output that the 996xt has).
Marshall KE4ZNR
__________________
Marshall
NC/SC Forum Moderator/Database Administrator
Frequently Asked Questions
Forum Rules & Guidelines

@KE4ZNR on Twitter
Reply With Quote
  #4 (permalink)  
Old 10-19-2009, 03:22 AM
ac7xc's Avatar
Member
 
Premium Subscriber
 
Join Date: Apr 2003
Location: Oregon
Posts: 291
Send a message via AIM to ac7xc Send a message via Yahoo to ac7xc
Default

Quote:
Originally Posted by KE4ZNR View Post
How about forgetting about the 346xt complete reference and use the 396xt complete reference instead? The 396xt is basically the same radio as the 996xt so the commands are the same (minus the record output that the 996xt has).
Marshall KE4ZNR
I wasn't aware that a reference for 396XT was released. Thanks for the info. The BCD996XT has one unique command the upside down LCD command:
PRG
DUD,0 or 1
EPG
__________________
____________________
Best Regards, Keith http://home.comcast.net/~kilowattradio/
BCT15X PRO-106 PRO-92 PRO-83 TH-F6A FT897D BC346XT BC245XLT
Mac OS X, WIn7 & Linux

Last edited by ac7xc; 10-19-2009 at 03:24 AM..
Reply With Quote
  #5 (permalink)  
Old 10-19-2009, 11:40 PM
Member
 
Premium Subscriber
 
Join Date: Jul 2006
Location: Bay Shore Long Island NY
Posts: 13
Default

Aok for now - downloadeded 396xt complete reference instead will do for now
Thank you very much.
Reply With Quote
Sponsored links
  #6 (permalink)  
Old 10-21-2009, 09:16 AM
PeterGV's Avatar
Member
 
Audio Feed Provider
 
Join Date: Jul 2006
Location: Mont Vernon, NH
Posts: 313
Default

I believe the 396xt and the 996xt are identical.

OTOH, there are small differences between the 396t and the 996t, and both of these and the 396xt.

It would help the community a great deal (and save all us developers a ton of R&D time) if somebody from Uniden would take an hour or two and document the differences in communications protocols among at least these very similar scanner models.

Peter
K1PGV
Reply With Quote
  #7 (permalink)  
Old 10-22-2009, 11:59 PM
Member
 
Premium Subscriber
 
Join Date: Apr 2006
Location: Milwaukee, WI
Posts: 963
Default

Quote:
Originally Posted by PeterGV View Post
I believe the 396xt and the 996xt are identical.
I can think of at least three differences which, although minimal, keep them from being identical. Each has menu choices associated with it.

-The possibility of the upside-down display on the 996XT
-The record out function on the 996XT
-The second port on the 996XT

There could be others, of course.

Dick
__________________
WD9GRI
Milwaukee, WI
Reply With Quote
  #8 (permalink)  
Old 11-02-2009, 11:12 PM
Member
 
Premium Subscriber
 
Join Date: Jul 2006
Location: Bay Shore Long Island NY
Posts: 13
Default

I've been programming the BCD996XT using the BCD396XT Protocol over the RS232 port using Visual Basic 6.0 (MSComm). The button syntax is the same. Most everthing seems to work in scan,Settings and search mode. Ran into problems in PRG program mode. I can tell you that the memory is organized similarly but not the same. . The SIN Command returns several more strings in the return array than the protocol accounts for. Going to need BCS996XT Protocol or do alot of screwing around. The same is true when dumping memory in the Groups. Probably can decipher this from built in Menus.
I have been able to get the first System using SIH and all the rest using (next index returned by SIN. System index for every concurring Sin Command until -1 is returned(no more systems). So now I can dump all the system with data to memory and hard drive.
I programmed the the hell out of bandscope and beg to differ with a remark made somewhere in these threads that this is just a toy. It's actually a mini spectrum IF anayzer. I found it very useful. While watching the radios band scope sweep. I found a hit. Then pressed Hold Quickly. Then Pressed Function and moved the marker over the hit. The squelched opened up and could hear what was going on. The Marker frequency showed what frequency I was on. Pretty good. You can't hear audio while the bandscope is sweeping.
I have Butels ARC XT Pro. Found the BandScope Frustrating. On the BCD996xt when I run the virtual bandscope the radios bandscope display doesn't show up. I have to run virtual control first and bring up the bandscope on the radio display. Then run the vitual bandscope. In Butels Band Scope I can not move the cursor over the hit- no controls for that. Also can not set bandwith CF or step on the fly. I find this not to be very useful at all. And shows they didn't really understand how to use it.
I'll keeps pounding away at it.
Kennrth N2MAC

Last edited by Kennrth; 11-02-2009 at 11:30 PM..
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



All times are GMT -5. The time now is 12:36 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