论坛风格切换切换到宽版
  • 10770阅读
  • 28回复

motorola 扩信道全攻略 [复制链接]

上一主题 下一主题
离线5v_ct
 
发帖
85
只看楼主 倒序阅读 0楼 发表于: 2004-02-06
http://202.99.153.254/bbs/dispbbs.asp?boardid=6&id=1301&star=#8650

里面有图



手里拿了一个moto 的208车台,现有8信道,不够用。前几天看到文章说可以增加信道,本人新手什么都不懂,所以战战兢兢地试了一次,还真成功了。现在增加为15信道,现在两个数码管都显示,没有乱码,显示为15。
将diy的过程给大家讲一下,希望对想扩信道的朋友有用:

器材:写频器,电脑。
软件:写频软件+hex workshop or utra edit等编辑软件。

先将原有的写频软件及电台设置保存一个备份。
然后修改 .mdf 文件,用hex workshop打开,首先找到与本台型号一样的数据,在型号后面第三个字节为信道限制值,十六进制,0x08 = 8 ch, 0x10 = 16 ch, 0x20 = 32 ch, 0x28 = 40 信道。
当然不能随意增加,因为超出台子存储限制的话,会将头上的信息覆盖。

now, if you have a 8ch radio you can try bumping it up to 16, we've been told that it works fine (in fact, depending on what other options you use you might even get 17 channels).

you can take a 16ch radio all the way up to 40 ch (0x28) and it should work fine, any more than that and it does strange things (codeplug probably gets too full and wraps).

如果您的台子是16信道,可以扩到40信道,工作正常。
但好像跟存数据的多少有关系,象一些信令的设置等等。

下面分别是没有扩信道前的配置及mdf文件 和扩信道后的配置和mdf文件。

如果有任何问题,可以mail到5v_ct@sina.com

祝各位朋友好运!
离线BG3AHZ
发帖
455
只看该作者 1楼 发表于: 2004-02-06
支持!
离线5v_ct
发帖
85
只看该作者 2楼 发表于: 2004-02-06
谢谢,我另外有一个问题哪位朋友可以回答?

这个台子标称 25 w, 现在发射功率设置为110,最大为122,
有的朋友说 设置为80的时候就是25瓦, 设置为100的时候是31.25瓦,
那么设置为110的时候是34。375瓦,是这样的么?

还是设置为100的时候就是 25瓦?
离线john
发帖
1837
只看该作者 3楼 发表于: 2004-02-06
别设的太高,机器会严重发热.
离线胡匪
发帖
817
只看该作者 4楼 发表于: 2004-02-06
顶~~
离线胡匪
发帖
817
只看该作者 5楼 发表于: 2004-02-06
顶~~
离线5v_ct
发帖
85
只看该作者 6楼 发表于: 2004-02-06
多谢,关键是设置为100的时候是25瓦,还是31。5瓦?
离线胡匪
发帖
817
只看该作者 7楼 发表于: 2004-02-06
顶~~
离线youaido
发帖
797
只看该作者 8楼 发表于: 2004-02-06
hex workshop or utra edit等编辑软件什么地方有?是不是编辑过的文件要重新写回车台。
离线5v_ct
发帖
85
只看该作者 9楼 发表于: 2004-02-06
hex workshop 你可在google里找,有的是,而且可以用于检查校验码等等。
编辑的文件主要是写频软件读取后对加信道进行限制,例如原来是d34lra。。。是8信道,那么在你对mode操作加信道的时候写频软件限制,如果你将mdf文件修改后,例如修改为16信道,那么你就可以多增加信道。但是不能随意增加,如果太多了以后,你可删除两个信道,或是删掉mdc信令等等 以释放 codeplug 空间。

修改的文件不是 写入电台里的。
离线youaido
发帖
797
只看该作者 10楼 发表于: 2004-02-07
谢谢你的回复。
离线5v_ct
发帖
85
只看该作者 11楼 发表于: 2004-02-07
不客气,我是新手,还要大家多帮助
离线bg7ikz
发帖
3418
只看该作者 12楼 发表于: 2004-02-07
请问可否修改输入频率限制?
离线5v_ct
发帖
85
只看该作者 13楼 发表于: 2004-02-08
可以,
out of band by modifying the .mdf file

there is another method of programming the radio out of band, it is a little more complicated than the method described above, but it will work just fine.

in the gm300.mdf file make a checksum-16 of the whole file (the f12 option in hex workshop), in our case we ended up with 0x5d53 (rss v 05.00), write this down, you might need it later.


look starting at about offset 0x2ac, you should see something like:


the highlighted area contains all the possible bandsplits that a gm300 could be.

a single bandsplit entry looks like:


the bytes to take note of are:

05 00 = bandsplit identifier (note: the bandsplit identifier is at the end of the frequency list)

94 11 = 4500 in decimal, ie 450.0000 mhz

5c 12 = 4700 in decimal, ie 470.0000 mhz

note there are 3 occurances of the strings 94 11 and 5c 12, the first set is the limits displayed in the radio wide menu (f4-f2). the second set are the tx limits for the radio. the third set are the rx limits for the radio (note that if the tx and rx limits are not set the same the rx limits are screwed up).

to figure out what hex to enter for your bandsplits you can either use the base convertor (in hex workshop), or use a calculator with a hex --> decimal conversion function.

if you are using a calculator enter your limit (ie 4400 for 440.000 mhz) and convert it to hex, you should get 0x1130. when you enter the data into the .mdf file you have to reverse the bits such that you would actually enter 0x3011 in the field you are changing.

if you are using hex workshop, launch the base converter utility and select "intel byte order". then, enter your desired frequency and write down the hex result.


you can then directly enter the hex result (0x3011) into the bandsplit field.


in this example we are changing the lower bandsplit of a 450-470mhz radio to 440-470mhz.

save the new file (you might want to make a backup copy of the original if you haven't already.

some of the rss packages (we don't have codeplugs for everything, so we can't check them all) check the checksum of the .mdf file when you try and load a codeplug and return an error if the checksum of the .mdf file doesn't match the one stored in the program. try running the rss with the new .mdf file, if you don't get an error when you run the rss and load a codeplug then you don't have to worry about the next step.


--------------------------------------------------------------------------------

correcting the .mdf file checksum

if you get a corrupt .mdf file error then you will have to go back and correct the checksum in your edited .mdf file. load the file back in your hex editor and make a checksum-16 of the file. if you compare the new checksum


with the original one


you will find they are probably different.

the only way we have to correct the checksum of the file at this time is to keep editing bits and making checksum-16 calculations until the edited file's checksum and the original match. you can either edit the copyright statement or some of the model descriptions in the file. just take one or a few of these insignificant bytes (some experimentation may be required depending on by how much the cheksum is out) and add or subtract a few bits of the numbers make a checksum-16 of the file. you should notice the checksum has changed by the number of bits you added or subtracted. keep going until the checksum's match.

once the checksum's of the files match you should be able to run the rss, load the codeplug, and enter the frequencies within your new bandsplits with ease.


--------------------------------------------------------------------------------

add channels by modifying the .mdf file
离线BG4RFF
发帖
1581
只看该作者 14楼 发表于: 2004-02-10
我记得改过的机器必须用改过的软件写频,比如原来是8信道机,改软件写到16信道,那么下次用没改过的软件就读不出来,必须用改过的软件写,也就是实际的频道数不能多与软件里的限制。最好的办法是用tk修改机器自身的识别码
离线BD5FNA
发帖
2159
只看该作者 15楼 发表于: 2004-02-14
回复: motorola 扩信道全攻略
最初由 5v_ct 发表
http://202.99.153.254/bbs/dispbbs.asp?boardid=6&id=1301&star=#8650
里面有图
手里拿了一个moto 的208车台,现有8信道,不够用。前几天看到文章说可以增加信道,本人新手什么都不懂,所以战战兢兢地试了一次,还真成功了。现在增加为15信道,现在两个数码管都显示,没有乱码,显示为15。
将diy的过程给大家讲一下,希望对想扩信道的朋友有用:
器材:写频器,电脑。
软件:写频软件+hex workshop or utra edit等编辑软件。
先将原有的写频软件及电台设置保存一个备份。
然后修改 .mdf 文件,用hex workshop打开,首先找到与本台型号一样的数据,在型号后面第三个字节为信道限制值,十六进制,0x08 = 8 ch, 0x10 = 16 ch, 0x20 = 32 ch, 0x28 = 40 信道。
当然不能随意增加,因为超出台子存储限制的话,会将头上的信息覆盖。
now, if you have a 8ch radio you can try bumping it up to 16, we've been told that it works fine (in fact, depending on what other options you use you might even get 17 channels).
you can take a 16ch radio all the way up to 40 ch (0x28) and it should work fine, any more than that and it does strange things (codeplug probably gets too full and wraps).
如果您的台子是16信道,可以扩到40信道,工作正常。
但好像跟存数据的多少有关系,象一些信令的设置等等。
下面分别是没有扩信道前的配置及mdf文件 和扩信道后的配置和mdf文件。
如果有任何问题,可以mail到5v_ct@sina.com
祝各位朋友好运!
有没有更改m机型号的方法?谢谢!
离线5v_ct
发帖
85
只看该作者 16楼 发表于: 2004-02-15
本人是个新手,这个我还不懂,找找看!找到了肯定共享给大家。
离线BD5FNA
发帖
2159
只看该作者 17楼 发表于: 2004-02-16
最初由 5v_ct 发表
本人是个新手,这个我还不懂,找找看!找到了肯定共享给大家。
ok,非常感谢! :d :d
离线zhjing26
发帖
1005
只看该作者 18楼 发表于: 2004-02-16
挺好!支持!
离线BD5FNA
发帖
2159
只看该作者 19楼 发表于: 2004-02-16
最初由 5v_ct 发表
本人是个新手,这个我还不懂,找找看!找到了肯定共享给大家。
我可以给你一个tk软件,听说这软件能改机器型号,比如能把m34gmc20d3aa改成m34gmc29c3aa,那就直接能写16信道。