Page 1 of 1

TX136/500 v1.15 minor corrections

Posted: 16 Apr 2023 09:21
by F4GCB
Hello the TX136/500 builders,

This new unofficial version 1.15 fixes some minor bugs and add GPS time display for SWR, current and relay alarms.

73, Patrick F4GCB

Re: TX136/500 v1.15 minor corrections

Posted: 16 Apr 2023 09:22
by F4GCB
Here is the V1.15 manual ant the AFP interface sketch 1.00.

73, Patrick F4GCB

Re: TX136/500 v1.15 minor corrections

Posted: 16 Apr 2023 09:23
by F4GCB
And as usual for our Japanese friends, here is the version 1.15j which limits the RF power according to the portable regulation in Japan.

73, Patrick F4GCB

Re: TX136/500 v1.15 minor corrections

Posted: 27 Feb 2024 20:14
by F6CWA
Bonjour Patrick
je remarque avec plaisirs que tu es actif sur 472kHz .
je n'ai pas encore la chance de recevoir tes signaux depuis Lyon
où je suis perturbé en réception .
avec mes 73
Hubert F6CWA

Re: TX136/500 v1.15 minor corrections

Posted: 31 Oct 2024 14:35
by BH3PTS
Bonjour dear develpoer
Thank you very much for your work!I‘m using your firmware on my Juma TX136 and it is works well.
I find External REMOTE rs232 command is not work case the line 608 in serial_tx500.c

case 'R': case 'r':
switch(cmd_buf[2])
{
default:
set_cw_shift(get_number(2), 1, 0, 0);
break;

case 'S': case 's':
set_rem_soft(get_number(2), 1, 0, 0);
break;
}
break;

it should be
set_rem_soft(get_number(3), 1, 0, 0);

Thank you very much!
Rong BH3PTS

Re: TX136/500 v1.15 minor corrections

Posted: 13 Nov 2024 13:05
by F4GCB
Hello Rong,

Many thanks for your feedback.
You are absolutely right and I will update the software.

73 Patrick F4GCB