Hi all,

Robert PA2RDK has made another version of program. Here is what he wrote in his email:

Hereby is the latest version of the software.
Includes all dutch VHF repeaters, but you can put your own arrays in. There are five. The first segment of all arrays are dummies.
 
Repeaterchannels: // The channel of the repeater, 145.575 = 1, raster =12.5kHz, 145.800=19
Data 0 , 1 , 3 , 3 , 3 , 3 , 4 , 5 , 5 , 5 , 6 , 6 , 7 , 7 , 8 , 9 , 9 , 10 , 10 , 11 , 11 , 11 , 12 , 13 , 13 , 13 , 14 , 15 , 15 , 15 , 16 , 17
 
Repeaters: //Call of the repeater
Data "DUMMY " , "PI3UTR" , "PI3ALK" , "PI3ZVL" , "PI3TWE" , "PI3SRT" , "PI3APM" , "PI3BOZ" , "PI3ZOD" , "PI3AMF" , "PI3FRL" , _
 "PI3ZUT" , "PI3MEP" , "PI3BRD" , "PI3VLI" , "PI3RTD" , "PI3NOV" , "PI3VHP" , "PI3YMD" , "PI3HVN" , "PI3EHV" , _
 "PI3DTC" , "PI3ZAZ" , "PI3GOE" , "PI3APD" , "PI3ZLB" , "PI3FLD" , "PI3NYM" , "PI3GRN" , "PI3RAZ" , "PI3ALM" , "PI3ASD"
 
Cities: //Location of the repeater
Data "Dummy      " , "IJsselstein" , "Alkmaar    " , "Overslag   " , "Eibergen   " , "Venlo      " , "Appingendam" , "Bergen/Zoom" , _
 "Emmen      " , "Amersfoort " , "Leeuwarden " , "Zutphen    " , "Meppel     " , "Breda      " , "Vlissingen " , _
 "Rotterdam  " , "'t Harde   " , "Vroomshoop " , "IJmuiden   " , "Heerenveen " , "Eindhoven  " , "Doetinchem " , _
 "Wormerveer " , "Goes       " , "Apeldoorn  " , "Geleen     " , "Lelystad   " , "Nijmegen   " , "Groningen  " , _
 "Zoetermeer " , "Almere     " , "Amsterdam  "
 
Ctcsstxnrs: //CTCSS TX code
Data 0 , 5 , 9 , 1 , 5 , 3 , 7 , 9 , 1 , 1 , 7 , 1 , 5 , 3 , 9 , 9 , 5 , 5 , 9 , 7 , 3 , 5 , 9 , 9 , 5 , 3 , 5 , 5 , 7 , 9 , 1 , 9
 
Ctcssrxnrs: //CTCSS RX code
Data 0 , 1 , 9 , 1 , 5 , 3 , 7 , 9 , 1 , 1 , 7 , 1 , 5 , 3 , 9 , 9 , 5 , 5 , 9 , 7 , 3 , 5 , 9 , 9 , 5 , 3 , 5 , 5 , 7 , 9 , 1 , 9
 
Please set the variable:
Dim Repeatercounter As Byte
Repeatercounter = 31 //The actual number of repeaters defined in the arrays…
 
I also included a menu item 'reverse' which reverses the TX and RX frequencies of the repeater.
 
 Robert has also made a manual in English. You can Download both - latest program and manual in the Download section.
 
I suppose that anyone (except Dutch) using this SW will have to modify the Repeater table, but this is not hard to do.
Note that this SW would require Bascom-AVR licenced SW. If you do not have it send me an email with modifications that you've made in the program and I will recompile the file and send to you HEX/BIN files that you can use for programming your AVR.