GTX Service Frequencies - Changing them
Posted: Sun May 23, 2010 6:48 pm
Stock GTX.EXE puts the service frequencies in the 900 SMR band, not where the 33cm repeater split action is.
Need a fix for changing the internal programming points in service mode for putting it right in 33cm 25 mhz split bands?
I think I've figured out where it puts those points in GTX.EXE.
Get out Hex Workshop. Use the base converter. All values are Intel double(64)
00041C45: 00 00 00 00 00 34 8D 40 = 934.5000000000
00041C4D: 00 00 00 00 00 3C 8D 40 = 935.5000000000
00041C55: 00 00 00 00 00 44 8D 40 = 936.5000000000
00041C5D: 00 00 00 00 00 4C 8D 40 = 937.5000000000
00041C65: 00 00 00 00 00 54 8D 40 = 938.5000000000
00041C6D: 00 00 00 00 00 5C 8D 40 = 939.5000000000
00041C75: 00 00 00 00 00 64 8D 40 = 940.5000000000
00041C7D: 00 00 00 00 00 6C 8D 40 = 941.5000000000
00041C85: 00 00 00 00 00 FC 8B 40 = 895.5000000000
00041C8D: 00 00 00 00 00 04 8C 40 = 896.5000000000
00041C95: 00 00 00 00 00 0C 8C 40 = 897.5000000000
00041C9D: 00 00 00 00 00 14 8C 40 = 898.5000000000
00041CA5: 00 00 00 00 00 1C 8C 40 = 899.5000000000
00041CAD: 00 00 00 00 00 24 8C 40 = 900.5000000000
00041CB5: 00 00 00 00 00 2C 8C 40 = 901.5000000000
00041CBD: 00 00 00 00 00 34 8C 40 = 902.5000000000
00041CC5: CD CC CC CC CC 34 8D 40 = 934.6000000000
00041CCD: 00 00 00 00 00 3C 8D 40 = 935.5000000000
00041CD5: 00 00 00 00 00 44 8D 40 = 936.5000000000
00041CDD: 00 00 00 00 00 4C 8D 40 = 937.5000000000
00041CE5: 00 00 00 00 00 54 8D 40 = 938.5000000000
00041CED: 00 00 00 00 00 5C 8D 40 = 939.5000000000
00041CF5: 00 00 00 00 00 64 8D 40 = 940.5000000000
00041CFD: 00 00 00 00 00 6C 8D 40 = 941.5000000000
They could probably all be changed to a few hundred KHz away from each other, to get the response in tuning as flat as possible across the entire 1 MHz repeater split.
No correcting the checksum is needed on GTX.EXE
That should make tuning a lot more effective.
Need a fix for changing the internal programming points in service mode for putting it right in 33cm 25 mhz split bands?
I think I've figured out where it puts those points in GTX.EXE.
Get out Hex Workshop. Use the base converter. All values are Intel double(64)
00041C45: 00 00 00 00 00 34 8D 40 = 934.5000000000
00041C4D: 00 00 00 00 00 3C 8D 40 = 935.5000000000
00041C55: 00 00 00 00 00 44 8D 40 = 936.5000000000
00041C5D: 00 00 00 00 00 4C 8D 40 = 937.5000000000
00041C65: 00 00 00 00 00 54 8D 40 = 938.5000000000
00041C6D: 00 00 00 00 00 5C 8D 40 = 939.5000000000
00041C75: 00 00 00 00 00 64 8D 40 = 940.5000000000
00041C7D: 00 00 00 00 00 6C 8D 40 = 941.5000000000
00041C85: 00 00 00 00 00 FC 8B 40 = 895.5000000000
00041C8D: 00 00 00 00 00 04 8C 40 = 896.5000000000
00041C95: 00 00 00 00 00 0C 8C 40 = 897.5000000000
00041C9D: 00 00 00 00 00 14 8C 40 = 898.5000000000
00041CA5: 00 00 00 00 00 1C 8C 40 = 899.5000000000
00041CAD: 00 00 00 00 00 24 8C 40 = 900.5000000000
00041CB5: 00 00 00 00 00 2C 8C 40 = 901.5000000000
00041CBD: 00 00 00 00 00 34 8C 40 = 902.5000000000
00041CC5: CD CC CC CC CC 34 8D 40 = 934.6000000000
00041CCD: 00 00 00 00 00 3C 8D 40 = 935.5000000000
00041CD5: 00 00 00 00 00 44 8D 40 = 936.5000000000
00041CDD: 00 00 00 00 00 4C 8D 40 = 937.5000000000
00041CE5: 00 00 00 00 00 54 8D 40 = 938.5000000000
00041CED: 00 00 00 00 00 5C 8D 40 = 939.5000000000
00041CF5: 00 00 00 00 00 64 8D 40 = 940.5000000000
00041CFD: 00 00 00 00 00 6C 8D 40 = 941.5000000000
They could probably all be changed to a few hundred KHz away from each other, to get the response in tuning as flat as possible across the entire 1 MHz repeater split.
No correcting the checksum is needed on GTX.EXE
That should make tuning a lot more effective.