Search found 2922 matches

by DL2RUM
Sat 14. Jun 2025, 13:08
Forum: RUMlogNG
Topic: Elecraft K4 Control
Replies: 2
Views: 21

Re: Elecraft K4 Control

Hard to find the required space. Or the window must become even larger.
I don't have a K4 available for testing and playing with it.
As workaround you could use few macro keys to set a fixed level.
by DL2RUM
Tue 10. Jun 2025, 08:50
Forum: RUMlogNG
Topic: More on Search QSOs
Replies: 4
Views: 50

Re: More on Search QSOs

Frequency must be given in kHz! You can use the band information as well. You can combine options to get results by modes: select * from logbook where band = '20m' group by dxcc,mode order by dxcc, mode, min(datetime) Bildschirmfoto 2025-06-10 um 10.37.28.PNG It's also interesting to see, when a ...
by DL2RUM
Mon 9. Jun 2025, 19:39
Forum: RUMlogNG
Topic: More on Search QSOs
Replies: 4
Views: 50

Re: More on Search QSOs

Using a SQLite tool this should work:

Code: Select all

select dxcc, callsign, datetime, band, mode from logbook group by dxcc order by dxcc, min(datetime)

In RL you need a dummy for the where clause:
Query
Query

Result
Result
by DL2RUM
Sat 17. May 2025, 09:25
Forum: RUMlogNG
Topic: Renaming User_column 1 etc
Replies: 2
Views: 1002

Re: Renaming User_column 1 etc

Preferences-->General-->User defined logging fields and mapping for ADIF export/import
by DL2RUM
Fri 2. May 2025, 09:18
Forum: RUMlogNG
Topic: RumlogNG date sort problem?
Replies: 1
Views: 3581

Re: RumlogNG date sort problem?

When you have set the option to save the QSO end time, the log will be sorted by the end time, not by the beginning time.
by DL2RUM
Sun 27. Apr 2025, 21:18
Forum: RUMlogNG
Topic: RGO One CW keying
Replies: 4
Views: 4957

Re: RGO One CW keying

So yes, RGO one does support kenwood keyer commands.
No! In your setting you use DTR/RTS.
RL doesn't include an own CW keyer.
by DL2RUM
Sun 27. Apr 2025, 21:01
Forum: RUMlogNG
Topic: RGO One CW keying
Replies: 4
Views: 4957

Re: RGO One CW keying

Does the Mission RGO One transceiver support the Kenwood keyer commands?
by DL2RUM
Sun 27. Apr 2025, 18:00
Forum: RUMlogNG
Topic: Duplicates from RUMlogNG to QRZ
Replies: 6
Views: 9595

Re: Duplicates from RUMlogNG to QRZ

No, this was another issue. There was a problem with a specific setup of the user fields when your QSO start date was different than QSO end date, around 00:00z.
by DL2RUM
Wed 23. Apr 2025, 13:06
Forum: RUMlogNG
Topic: TQSL Uploads not working
Replies: 2
Views: 3741

Re: TQSL Uploads not working

Try the solution from here: viewtopic.php?t=1888
by DL2RUM
Tue 22. Apr 2025, 16:38
Forum: RUMlogNG
Topic: USB-C Serial Adaptor
Replies: 3
Views: 4318

Re: USB-C Serial Adaptor

Maybe your Elecraft requires RS232 level, not just TTL?