Quote:
Originally Posted by themlruts
All you is a serial port and a uniden bcd996t. I am going to try to work with vegas and see if we can make for more than one scanners. Well at least to start the bcd996 and his model. My buddy who updated the code made it pretty modular so i am hoping we can have it support more scanners.
As far as antennas go its not huge at all. I will try and snap a pic to show you.
Thanks
Mike
|
You know Mike, all we really need here is a lookup table for the radios with key:value pairs.
Code:
<RADIOS>
<RADIO id="BCD996T">
<KEYS>0:KEY01,1:KEY12,2:KEY09</KEYS>
</RADIO>
<RADIO id="BCT8">
<KEYS>0:KEY07,1:KEY03,2:KEY10</KEYS>
</RADIO>
</RADIOS>
Then just map the values to buttons...btn0, btn1, btn2 etc.
Obviously not all radios will implement all buttons, but that's not a problem, since clicking on a button that's not implemented will not do anything. All we really need to do then is come up with the best default button and label set for Uniden radios that can be PC controlled.
Hopefully, after a year or two of hard work, we'll have a solid generic Uniden scanner plugin that you, me and that other guy can use instead of the ones we already have.....no wait...that can't be right.
Seriously, when you get it all squared away, pass me back the code and I'll rework mine to match yours. I like yours better, I must say.
Cheers!
Mark