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
TX136/500 v1.15 minor corrections
TX136/500 v1.15 minor corrections
- Attachments
-
- TX136-500 v1.15 (C-source+HEX load file).zip
- C-source+HEX load file
- (234.01 KiB) Downloaded 1688 times
Re: TX136/500 v1.15 minor corrections
Here is the V1.15 manual ant the AFP interface sketch 1.00.
73, Patrick F4GCB
73, Patrick F4GCB
- Attachments
-
- TX136-500 v1.15(instructions + AFP sketch).zip
- Manual and AFP sketch
- (337.61 KiB) Downloaded 1560 times
Re: TX136/500 v1.15 minor corrections
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
73, Patrick F4GCB
- Attachments
-
- TX136-500 v1.15j (HEX load file).zip
- Japanese portable regulation
- (103.3 KiB) Downloaded 1529 times
Re: TX136/500 v1.15 minor corrections
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
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
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
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
Who is online
Users browsing this forum: Bing [Bot] and 8 guests