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

08-09-2008, 07:43 PM
|
|
Member
|
|
|
Join Date: Nov 2005
Posts: 376
|
|
scanning softwear and linux
i have a few linux PC there alot better then windows but not sure if there are linux versions for Pro 96 and Pro 2055 can anybody help?
|

08-10-2008, 10:56 AM
|
|
|
There are a few Windows emulators for Linux (WINE is one), that will allow you to emulate the Windows operating system on your Linux machine. You should be able to run WIN96/WIN97 from there.
|

08-11-2008, 09:16 AM
|
|
Member
|
|
|
Join Date: Nov 2005
Posts: 376
|
|
I have given up on emulators cuz they dont work
|

08-12-2008, 03:06 PM
|
|
|
Quote:
Originally Posted by FCVPI99
I have given up on emulators cuz they dont work
|
Try vmware. I run Probe (DOS software for a Pro-2006) in a vm session under Linux, works great.
In fact, I run Probe under DOS, EasyStream, and Scanner Recorder under Windows, all pm the same Linux box, controlled from anywhere in the world via vnc.
__________________
Lots of radios, not enough antennas...
|

09-24-2008, 12:47 PM
|
|
|
I have tried to run win96/97 in WINE and it said it is missing MFC42.DLL error 126
__________________
MNA02
LiveFireFeeds.com
Pro-95 w/ discriminator tap for UniTrunker
Pro-96, Pro-97 X2, Pro-164, BC246T, BCD396T
|

09-24-2008, 01:53 PM
|
 |
Member
|
|
|
Join Date: Aug 2005
Location: Corbin, KY
Posts: 216
|
|
I run linux only no windows. Emulators do work they are just not as easy as the windows counter parts. If you are having DLL issues, transfer those DLLs to the /home/USER (your name)/.wine/C/windows/system folder and set up overides for the program. You can learn more about doing that at wineHQ.
|

10-01-2008, 02:45 PM
|
|
Member
|
|
|
Join Date: Jan 2008
Location: Jeffersonville, Indiana
Posts: 17
|
|
Linux Scanner Software
First, full disclosure: I have not and do not intend (at this time) to set up an emulator or a vm on my laptop running Ubuntu 8.0.4. I'm not meaning to be obstinate, but on a 1.0 GHz laptop, performance becomes an issue. I have found that often the emulators and VM suites have difficulty using software that routes directly to hardware.
So, that leads to the question: is there any non-Windows-based software out there for programming scanners?
|

10-01-2008, 04:04 PM
|
|
|
Quote:
Originally Posted by N9ZLI
First, full disclosure: I have not and do not intend (at this time) to set up an emulator or a vm on my laptop running Ubuntu 8.0.4. I'm not meaning to be obstinate, but on a 1.0 GHz laptop, performance becomes an issue. I have found that often the emulators and VM suites have difficulty using software that routes directly to hardware.
So, that leads to the question: is there any non-Windows-based software out there for programming scanners?
|
Recently I saw a boot-able WinXP installation on a USB thumb-drive. Maybe that would work?
http://www.google.com/search?hl=en&q...+drive&aq=f&oq=
|

10-01-2008, 05:42 PM
|
|
Member
|
|
|
Join Date: Jan 2008
Location: Jeffersonville, Indiana
Posts: 17
|
|
Quote:
Originally Posted by SIG-INT
|
That's really cool. And actually, it might work, but the BIOS on my laptop doesn't understand the concept of booting from a USB device. The only other problem would be the absence of a second USB port.
Actually, this whole thing has kind of made me start looking at programming again. I've made a few abortive efforts at learning how to program before so maybe this is the inspiration I need. I just want to be able to pull the data off my radio into a CSV file, monkey with it in a OpenOffice Calc and write it back. I may just have to find out how to do that from a command line first then build a GUI.
|

10-02-2008, 07:59 AM
|
|
Member
|
|
|
Join Date: Jan 2006
Posts: 181
|
|
I have an old 1GHz laptop that doesn;t boot off usb either. vmware and wine work fine on it. remember vmware is not an emulator, its just passing all the hardware calls on and acting like its just another app running, I can run windows under vmware full screen and no one can tell if its virtual or native. wine is a little slow for things but smaller apps its not a big deal, now if you wanted to run some blaoted software like msoffice it robably wouldn't work under wine on 1GHz but small apps are fine.
this works well under linux because of the efficient memory managenet, under windows your just fighting the vmm so its really slow. My little 1GHz laptop with 640M ram can run my garmin software under wine faster than my work provided dual core 2GHz laptop with 2G ram because the work laptop running windows wants to page out to keep ram free so it spends all it time paging.
__________________
Radio Shack Pro 97 Scanner
Midland 75-820 CB
Cobra 25 NW WX ST CB
|

10-02-2008, 11:52 AM
|
|
Member
|
|
|
Join Date: Jan 2008
Location: Jeffersonville, Indiana
Posts: 17
|
|
I fully understand that vmware and wine CAN and often DO work just fine even on slower machines. That's great. I don't WANT to run Windows on a virtual machine on my laptop. What I am looking for is a means to use my laptop (running Ubuntu) to access the data in my scanner without using a vm or an emulator. Now I realize that this is not going to be easy. But I don't think it's impossible. All I need to discover or learn is what instructions the radio understands. I'm not a programmer, but this is intriguing and I might be willing to try to learn how to do some rudimentary programming in order to learn how to make this happen.
|

10-02-2008, 12:19 PM
|
|
Member
|
|
|
Join Date: Jan 2006
Posts: 181
|
|
I've found that a lot of the radio programming codes are propriatry and can't be relased without paying $$$ to the maker so you either have to reverse engineer them yourself or wait for someone else to make an open source or linux based program, there are not a lot o tbe had. At the moment wine is the only solution I've run across.
__________________
Radio Shack Pro 97 Scanner
Midland 75-820 CB
Cobra 25 NW WX ST CB
|

10-02-2008, 12:48 PM
|
|
Member
|
|
|
Join Date: Feb 2001
Location: Lansing, MI
Posts: 7,298
|
|
Uniden codes are published - GRE codes I think are available if you ask.
|

10-02-2008, 12:54 PM
|
|
|
It shouldn't be too difficult for someone who has already developed scanner software to re-compile it to run under Linux.
|

10-02-2008, 01:32 PM
|
|
Member
|
|
|
Join Date: Feb 2001
Location: Lansing, MI
Posts: 7,298
|
|
Spoken from someone who has never developed software
There's no connection. TOTALLY different operations and development platforms.
|

10-02-2008, 02:33 PM
|
|
|
Quote:
Originally Posted by rdale
Spoken from someone who has never developed software
There's no connection. TOTALLY different operations and development platforms.
|
I'll admit I haven't done it myself, but if it's written using c++ and there aren't any MFC classes or other Windows libraries it should be possible.
If you're using Microsoft's Visual Basic, or .Net Framework, then yes you would have problems.
|

10-02-2008, 03:15 PM
|
|
Member
|
|
|
Join Date: Jan 2008
Location: Jeffersonville, Indiana
Posts: 17
|
|
Quote:
Originally Posted by rdale
Uniden codes are published - GRE codes I think are available if you ask.
|
You wouldn't happen to know where one might find them, would you? It would be greatly appreciated.
N9ZLI
|

10-02-2008, 03:22 PM
|
|
Member
|
|
|
Join Date: Feb 2001
Location: Lansing, MI
Posts: 7,298
|
|
Uniden's are on their website.
|

10-02-2008, 04:50 PM
|
|
Member
|
|
|
Join Date: Jan 2008
Location: Jeffersonville, Indiana
Posts: 17
|
|
I've searched Uniden's website and there are no API's available. If you search using terms that would make sense for what I'm trying to do (program, usb, interface) you get referred to guides on how to program your scanner and which models have USB interfaces. Sorry, rdale, but that wasn't much help.
I have found one lead that looked promising: There was a TCL script out there called BC246T.TCL at one time. The creator of it had it stored at his ComCast homepage. That now redirects to a page that has some videos about the Jehovah's Witnessses. Obviously not much about radio and almost as helpful as the aforementioned comment. So, yet another question: Does anyone have this script or know where one might find it? And by that I mean, "Does anyone have a URL where BC246T.TCL can be downloaded?"
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:56 PM.
|
|
|
|
| |
|
|