Page 1 of 1

JT9

Posted: Sat 16. Feb 2013, 19:21
by KJ6RGX
Could the new JT9 mode be added to Rumlog?
Or is it possible to edit the list somewhere in Rumlog so I can add it myself?

I use eQSL and I see they have added this new mode but I can't seem to get Rumlog to recognize this new mode.

Re: JT9

Posted: Mon 18. Feb 2013, 11:01
by DL2RUM
To be compatible to other logger, only ADIF conform logging modes are supported. See here the latest specification: http://adif.org/adif227.htm#Mode%20Enumeration

As a temporally walk around you could edit the RUMlogOwn.plist file in your ~/library/preferences folder. Using a plist editor or a simple text editor find the entry for the key "PopupMode.-2147483648" Here you can add further modes. BUT: These changes will be overwritten when you make changes in the RUMlog preferences under the QRG/Mode tab.

Code: Select all

<key>PopupMode.-2147483648</key>
	<dict>
		<key>default</key>
		<string></string>
		<key>elements</key>
		<array>
			<string>CW</string>
			<string>FM</string>
			<string>PSK31</string>
			<string>RTTY</string>
			<string>SSB</string>
			<string>JT9</string>
		</array>
	</dict>

Re: JT9

Posted: Mon 18. Feb 2013, 14:15
by KJ6RGX
Thank you.