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 12-04-2006, 11:10 AM
Stupidfatkid's Avatar
Member
   
Join Date: Apr 2004
Location: Shawnee, KS
Posts: 19
Default Video - BC780XLT Virtual Display Created with VB 2005 Express

If anyone wants to get started creating homebrew software for their scanners Visual Basic 2005 Express is the way to go (free download from M$). I had never played around with the serial port control but after a couple hours I was able to create a virtual display for my BC780XLT. It's by no means a masterpiece, but it works. I posted on a video of it running on YouTube.

http://www.youtube.com/watch?v=bCzzzM5oyFo

Has anyone else played around with Visual Basic 2005 Express and a scanner?
__________________
The sky is falling crushing my tin foil hat.
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 12-05-2006, 08:19 AM
Stupidfatkid's Avatar
Member
   
Join Date: Apr 2004
Location: Shawnee, KS
Posts: 19
Default Version 2

I added a lot to the program since the first post. Along with the virtual display, the new version allows virtual control of the scanner. And of course there's a new video.

http://www.youtube.com/watch?v=DZ3bbaYxeUY
__________________
The sky is falling crushing my tin foil hat.
Reply With Quote
  #3 (permalink)  
Old 12-05-2006, 11:38 AM
Dubbin's Avatar
Member
 
Audio Feed Provider
 
Join Date: Dec 2002
Location: Findlay Ohio
Posts: 5,115
Default

Very nice!!! It almost looks like winscan 780.
__________________
Dwayne
My Scanner Feed
Reply With Quote
  #4 (permalink)  
Old 12-08-2006, 09:35 AM
Stupidfatkid's Avatar
Member
   
Join Date: Apr 2004
Location: Shawnee, KS
Posts: 19
Default Control Codes

I've had several inquiries about getting a copy of the control codes. For those who haven’t heard, Uniden now publishes the control codes for all their computer controlled radio on their website. Just bring up the page for your scanner and click on the downloads link.
__________________
The sky is falling crushing my tin foil hat.
Reply With Quote
  #5 (permalink)  
Old 12-09-2006, 11:37 AM
k4gps's Avatar
Member
   
Join Date: Aug 2002
Location: Sharon, SC
Posts: 94
Default

Would you be willing to make the program available ? I guess we would need to compile it ourselves as an .exe. I would make much better use of my scanner if I could leave it in one room connected to an outdoor antenna and just have a laptop let me control it and stream the audio. I have streamed audio over the internet in the past, I guess with your program, streaming software and also VNC I could make use of my scanner while watching TV, in the bedroom or out in the garage over WiFi.

Rich
Reply With Quote
Sponsored links
  #6 (permalink)  
Old 12-11-2006, 08:20 PM
Stupidfatkid's Avatar
Member
   
Join Date: Apr 2004
Location: Shawnee, KS
Posts: 19
Default

Source files are attached. The serial port control is set to COM1 and 19200 baud. If your scanner is different make sure you change the settings before you compile. And yes, I know, the way the virtual display is updated is kind of retarded. I plan on revisiting that later. I just threw together a quick display so I could get feed back while testing the buttons , so no laughing!!!!

If anyone has already worked out a reliable way to update the display I'm all ears!
Attached Files
File Type: zip VirtualDisplay.zip (129.1 KB, 35 views)
__________________
The sky is falling crushing my tin foil hat.
Reply With Quote
  #7 (permalink)  
Old 12-11-2006, 08:54 PM
k4gps's Avatar
Member
   
Join Date: Aug 2002
Location: Sharon, SC
Posts: 94
Default

Thanks! I'll give it a try, I just loaded it on a PC but I don't have the .NET framework installed. I'll go install it now and give it a run.

Rich
Reply With Quote
  #8 (permalink)  
Old 12-11-2006, 09:33 PM
k4gps's Avatar
Member
   
Join Date: Aug 2002
Location: Sharon, SC
Posts: 94
Default

I am not seeing any issue with the actual display, works fantastic so far.

I did look at your video and the buttons are black on white but in my installation the buttons are just plain old black. The only way I can tell it is a button is by the top and left shadow you placed on the buttons. By clicking to the right of the shadow they do operate properly though.

Again I really like the look and the LCD graphic, seems to be updating VERY well.


Sweet.. makes me wish I had just a drop of programing ability.
Reply With Quote
  #9 (permalink)  
Old 12-11-2006, 09:50 PM
GreatLakes's Avatar
Member
   
Join Date: Sep 2006
Location: Michigan
Posts: 2,875
Default

Quote:
Originally Posted by Stupidfatkid
I added a lot to the program since the first post. Along with the virtual display, the new version allows virtual control of the scanner. And of course there's a new video.

http://www.youtube.com/watch?v=DZ3bbaYxeUY

That's nice to be able to make your own custom display to your personal preferences. I used to program, maybe I'll get back into it!
Reply With Quote
Sponsored links
  #10 (permalink)  
Old 12-13-2006, 11:26 AM
Stupidfatkid's Avatar
Member
   
Join Date: Apr 2004
Location: Shawnee, KS
Posts: 19
Default

Quote:
Originally Posted by k4gps
I am not seeing any issue with the actual display, works fantastic so far.

I did look at your video and the buttons are black on white but in my installation the buttons are just plain old black. The only way I can tell it is a button is by the top and left shadow you placed on the buttons. By clicking to the right of the shadow they do operate properly though.

Again I really like the look and the LCD graphic, seems to be updating VERY well.


Sweet.. makes me wish I had just a drop of programing ability.
Can you post a screen shot? I have no idea why it would be doing that!
__________________
The sky is falling crushing my tin foil hat.
Reply With Quote
  #11 (permalink)  
Old 12-13-2006, 05:58 PM
k4gps's Avatar
Member
   
Join Date: Aug 2002
Location: Sharon, SC
Posts: 94
Default

Here is an example of what I see. I attached the file, this is my first time, hopefully it will work.

Rich
Attached Images
 
Reply With Quote
  #12 (permalink)  
Old 12-14-2006, 09:52 AM
Stupidfatkid's Avatar
Member
   
Join Date: Apr 2004
Location: Shawnee, KS
Posts: 19
Default

I noticed from your screen shot that you have your "Themes" service stopped, and I understand why, but I wonder if that's why the buttons aren't showing up correctly. When I get home I'll have to stop the Themes service and see if I get the same result.
__________________
The sky is falling crushing my tin foil hat.
Reply With Quote
  #13 (permalink)  
Old 12-14-2006, 07:48 PM
k4gps's Avatar
Member
   
Join Date: Aug 2002
Location: Sharon, SC
Posts: 94
Default

Don't even remember turning off themes ? I don't mess with the laptop very much, I use it more as a tool than a toy like I do my my desktop.

I'll have to look into it and see where I can turn themes on or off, since quite honestly I do not remember doing it years ago when I set up the PC.
Reply With Quote
  #14 (permalink)  
Old 12-14-2006, 08:06 PM
k4gps's Avatar
Member
   
Join Date: Aug 2002
Location: Sharon, SC
Posts: 94
Default

That was it, you were right on the money!

OK now I remember about themes, I turned it off so I can go into the classic mode.
Honestly I don't like the XP theme but I can turn it on and off easy enough when I
want to use your app.
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
Msp Trooper Tour 2005 RUSTY_SHACKAFORD Maryland Radio Discussion Forum 0 08-14-2005 04:29 AM


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