К основному контенту

Motorola Select-5 GP300 Channel Expansion


The GP300 5-Tone (aka. Select-V, Select-5, etc.) radios look like a normal GP300, but they aren't. They use a different controller in the radio which requires different RSS. This RSS does not store the codeplug information in the "normal" format, but instead saves the file as an S-record.
In order to change the number of channels in the radio, you will need a utility called GP-Tools. This may also have various names such as GPUT, GP-Utility, etc. This utility allows you to edit the codeplug of the radio directly.
WARNING: Using this utility to edit the radio directly is VERY dangerous and leaves the possibility of creating yourself a paperweight that looks like a GP300. Proceed only if you are familiar with hex editing and are confident that you know what you are doing. If the bytes you need to change don't match what is listed, be very cautious about proceeding, you may be editing the wrong byte!
Ok, now for the procedure... Fire up the utility program and connect your radio and programming hardware. Read the radio and use the edit function to do the following:
       00  01  02  03  04  05  06  07  08  09  0A  0B  0C  0D  0E  0F
0000   ==  ==  ==  ==  ==  ==  ==  ==  ==  ==  00  ==  17  00  00  03
0010   01  95  3A  3A  3A  3A  3A  3A  3A  3A  7A  7A  7A  7A  7A  7A
0020   7A  7A  06  06  06  06  06  06  06  06  38  02  2D  1D  1A  18
The above example is for a VHF 25kHz radio. The example codeplug could be different in some fields from yours, because this example is a default codeplug for a 146-174MHZ radio. It will work with all frequency ranges (UHF radios too).
Edit only the == marked fields!
Referring to the above codeplug disaply, you should find that offset 0x0000 through 0x0009 are the serial number (in hex) for the radio, and offset 0x000B is the max. channel field.
For editing the serial number, convert your ASCII characters that you want for a serial number to hex and enter them into the serial number area.
To expand the maximum number of channels from 8 to 16, change offset 0x000B to the corresponding value in the table below.
VHF 12.5kHz:               VHF 25kHz:
for  8 channels:0D         for  8 channels:19
for 16 channels:07         for 16 channels:02

UHF/low 12.5kHz:           UHF/low 25kHz:
for  8 channels:0E         for  8 channels:1A
for 16 channels:05         for 16 channels:06

UHF/high 12.5kHz:          UHF/high 25kHz:
for  8 channels:0F         for  8 channels:1B
for 16 channels:04         for 16 channels:03

Комментарии

Популярные сообщения из этого блога

Motorola Software

NOMENCLATURE: ARIANE:  GM350, GM600, GP600, GM950, GM950PLUS, GM1200E WARIS PORTABLES: MINNOW-POPULAR-PREFERRED:  GP644, GP688, GP346, (GP329PLUS), GP386, (GP339PLUS) LAZARUS-POPULAR-PREFERRED-ATEX:  GP640, (PTX700), GP680, (PTX760), GP320, GP340, (GP329),GP360, GP380, (GP339) PRIME:  GP1280, (PTX780) WARIS MOBILES: MPT:  GM640, GM660, (MCX760), GM1280, (MCX780) & DATA BOX DATABOX-CHA, CHC, CHD:  GM300 SERIES: GM340, GM360, GM380 PLAIN:  GM340 PREFERRED:  GM360, (GM339) PRIME:  GM380, (GM399) MARLIN , MARLIN PLUS:  CM340, CM360 GUPPY AND PIRANHA:  CPXXX 600 Series NPS R00.05.05 Network Programming Software for:GM600/GP600/PTX600/MCX600 Trunk/Conventional MPT. 600 Series DPS R00.04.07. DOS version GM600/GP600/MCX600/PTX600 Trunk/Conventional MPt 28 Jan 1997. 600 Series DPS R00.05.04. GM600/GP600/MCX600/PTX600. 1997. 600 Series DPS R00.05.05. GM600/GP600/MCX600/PTX600 Trunk/Conventional MPT ELN6086.10 May 1998. PTX-600-DPS Series ...

Поговорим об антеннах для RTL-SDR…

Не о выдающихся дорогих антеннах из интернет-магазинов, не о сложных крышных конструкциях, а о тех, с которыми можно поиграть уже "сегодня вечером", сидя в домашних тапках в любимом кресле. Идея состоит в том, чтобы использовать по максимуму ассортимент ближайшего хозяйственного магазина и естественную высоту вашего жилища в многоэтажном доме. Является ли входящая в комплект с китайским донглом маленькая антеннка на магнитике совсем уж бесполезной?   Конечно, нет. На нее вполне можно принять вещательные музыкальные станции FM диапазона и мощные полицейские репитеры, передатчики которых в крупном городе подняты на сотню и то две метров над землей (в Москве - на Останкинской башне). Если разместить штатную антеннку максимально близко к оконному стеклу, можно еще принять послания с самолетов, проходящих на высоте над городом (но не наземную диспетчерскую службу). Это как минимум три-четыре дня радостной игры с новоприобретенной игрушкой. Но потом хочется чего-то большего.....

DOSBox с использованием последовательного порта

Чтобы позволить DOSBox использовать последовательные порты компьютера, вам нужно изменить настройки в конфигурационном файле DOSBox. Пример [ serial ] # serial1-4 -- set type of device connected to com port. # Can be disabled, dummy, modem, nullmodem, directserial. # for directserial: realport (required), rxdelay (optional).     serial1 =directserial realport:com1 serial2 =disabled serial3 =directserial realport:com30 serial4 =disabled Таким образом, этот  пример настройки означает, что com1 компьютера (Windows) com1 в DOSBox и com30 моего компьютера com3 в DOSBox