Page 1 of 7

Yaesu radios config files

Posted: Wed Nov 26, 2014 2:36 pm
by yo3ggx
Hi,

Please use this thread to post your own config file for any Yaesu radio. This will help the other users. Most popular functions will be added to the default radio config file included in the package.

Thank you,
Dan YO3GGX

Re: AW: Pocket RxTx v0.8 now available in Play Store

Posted: Tue Aug 25, 2015 12:07 am
by MysticFire
Hi Dan. Just bought the App (the +Version) . Great App. For all in Forum a Question. How to get ft 857 S Meter and SWR to work. Or RPT Mode and changing ctcss /dcs codes. Anything possible?

http://www.mumble-funk.de - Freier Funk für PC/Android/Iphone

Re: Pocket RxTx v0.8 now available in Play Store

Posted: Tue Aug 25, 2015 8:51 am
by yo3ggx
Hi,

In the current version, the configs file contain feedback settings only for the following transceivers I own myself:
Yaesu FT817
Yaesu FT450
but is explained in the user guide how to add freedback for any tranaceiver by just editing the text config file.
For FT857 in particular you can copy the feedback section from FT817 config file (as it is similar for 8x7 family). You will need to calibrate application meters as described in the user guide.
In the next release you will be able to load updated config files directly from the application, with no need to manually load the new files or to update the full app.

The feedback section look like in the following example:

Code: Select all

; read command format
; <priority>,<when to read>,<command - variable length>,<separator>,<nr.of.expected.bytes>,<rec_byte_1>,...,<rec byte_n>
; 		<priority> - 01-each loop, 02-from time to time (currently one from 4 loops)
;		<when to read> - 00-both during Rx and Tx, 01-during Rx only, 02-during Tx only (discarded/not sent otherwise)
;		<command - variable length> - see list of available commands format above (same as for the "blind commands", with no feedback)
;		<separator> - <R> - end command separator (<R>)
;		<nr_rec_bytes> - number of data bytes expected to be received
;		<rec_byte_x> - what that byte represent
;					 - follows the rule from the SEND commands to define data
;					 - <00> - byte not containing a farameter to be read - will be discarded
;		 			 - list of possible byte value (as 2 digits hex if numeric value or Sx if char value) and corresponding parameter value. Take care to use a valid parameter value, this is not checked for errors. 
;						A binary byte followed by '/' can be used as a mask for that byte if only some bits are to be used
;   
CMD_READ_FREQ&MODE=01,01,00,00,00,00,03,<R>,05,<D87>,<D65>,<D43>,<D21>,<00=LSB;01=USB;02=CW;03=CWR;04=AM;06=WFM;08=FM;0A=DIG;0C=PKT>
CMD_READ_PTT=04,00,00,00,00,00,F7,<R>,01,<0xxxxxxx=ON;1xxxxxxx=OFF>
CMD_READ_VFO=04,01,<RE0055>,<R>,02,<xxxxxxx0=VFO-A;xxxxxxx1=VFO-B>,<xxxxxxxx>
CMD_READ_SMETER=01,01,00,00,00,00,E7,<R>,01,<xxxx0000=S0;xxxx0001=S1;xxxx0010=S2;xxxx0011=S3;xxxx0100=S4;xxxx0101=S5;xxxx0110=S6;xxxx0111=S7;xxxx1000=S8;xxxx1001=S9;xxxx1010=S9+10dB;xxxx1011=S9+20dB;xxxx1100=S9+30dB;xxxx1101=S9+40dB;xxxx1110=S9+50dB;xxxx1111=S9+60dB>
CMD_READ_PWR=01,02,00,00,00,00,BD,<R>,02,<vvvvxxxx>,<xxxxxxxx>
CMD_READ_ALC=01,02,00,00,00,00,BD,<R>,02,<xxxxvvvv>,<xxxxxxxx>
CMD_READ_SWR=01,02,00,00,00,00,BD,<R>,02,<xxxxxxxx>,<vvvvxxxx>
CMD_READ_MOD=01,02,00,00,00,00,BD,<R>,02,<xxxxxxxx>,<xxxxvvvv>

CALIB_SMETER=
CALIB_PWR=<MAX=0F>,<0=0;07=2.5;0F=5>
CALIB_SWR=<MAX=0F>,<00=1;02=1.1;04=1.2;05=1.5;06=2;08=3;09=5;0B=10>
CALIB_ALC=<MAX=0F>,<0=0;07=50;0F=100>
CALIB_MOD=<MAX=0F>,<0=0;07=50;0F=100>

;CMD_READ_SQUELCH=0A,05,01,00,00,00,00,E7,<R>,<01>,<10000000/01=ON;10000000/00=OFF>

; list of commands to be sent at startup (optional)
STARTUP=CMD_SET_PTT_OFF,CMD_SET_LOCK_OFF,CMD_SET_PARAMS_FROM_INTERFACE

; list of commands for the parameters feedback
POLLING=CMD_READ_FREQ&MODE,CMD_READ_PTT,CMD_READ_VFO,CMD_READ_SMETER,CMD_READ_SWR,CMD_READ_PWR,CMD_READ_ALC,CMD_READ_MOD
Thank you for your feedback,
Dan Yo3GGX

Re: AW: Pocket RxTx v0.8 now available in Play Store

Posted: Tue Aug 25, 2015 5:22 pm
by MysticFire
I will test it. What i noted with 817 Settings that S Meter works but SWR always show 1. Sometimes PTT turn red but no actual Transmission.

Thanks for helping me out


http://www.mumble-funk.de - Freier Funk für PC/Android/Iphone

Re: Pocket RxTx v0.8 now available in Play Store

Posted: Tue Aug 25, 2015 5:54 pm
by yo3ggx
HI,

You need to put calibration parameters in the file for your transceiver. I have no way to do it myself without an FT857 here, as this is something not documented by the manufacturer, so you need to experiment.
Take care that there is a sticky feature for PTT. If you short press it then it will remain on til you press the button again.

Maybe I will do this configurable in a future version as may confuse the users.

Thank you.
Dan

Re: AW: Pocket RxTx v0.8 now available in Play Store

Posted: Tue Aug 25, 2015 5:58 pm
by MysticFire
I simply used the 817 Example. Maybe for SWR, PWR there is something different to 857


; read command format
; <priority>,<when to read>,<command - variable length>,<separator>,<nr.of.expected.bytes>,<rec_byte_1>,...,<rec byte_n>
; <priority> - 01-each loop, 02-from time to time (currently one from 4 loops)
; <when to read> - 00-both during Rx and Tx, 01-during Rx only, 02-during Tx only (discarded/not sent otherwise)
; <command - variable length> - see list of available commands format above (same as for the "blind commands", with no feedback)
; <separator> - <R> - end command separator (<R>)
; <nr_rec_bytes> - number of data bytes expected to be received
; <rec_byte_x> - what that byte represent
; - follows the rule from the SEND commands to define data
; - <00> - byte not containing a farameter to be read - will be discarded
; - list of possible byte value (as 2 digits hex if numeric value or Sx if char value) and corresponding parameter value. Take care to use a valid parameter value, this is not checked for errors.
; A binary byte followed by '/' can be used as a mask for that byte if only some bits are to be used
;
CMD_READ_FREQ&MODE=01,01,00,00,00,00,03,<R>,05,<D87>,<D65>,<D43>,<D21>,<00=LSB;01=USB;02=CW;03=CWR;04=AM;06=WFM;08=FM;0A=DIG;0C=PKT>
CMD_READ_PTT=04,00,00,00,00,00,F7,<R>,01,<0xxxxxxx=ON;1xxxxxxx=OFF>
CMD_READ_VFO=04,01,<RE0055>,<R>,02,<xxxxxxx0=VFO-A;xxxxxxx1=VFO-B>,<xxxxxxxx>
CMD_READ_SMETER=01,01,00,00,00,00,E7,<R>,01,<xxxx0000=S0;xxxx0001=S1;xxxx0010=S2;xxxx0011=S3;xxxx0100=S4;xxxx0101=S5;xxxx0110=S6;xxxx0111=S7;xxxx1000=S8;xxxx1001=S9;xxxx1010=S9+10dB;xxxx1011=S9+20dB;xxxx1100=S9+30dB;xxxx1101=S9+40dB;xxxx1110=S9+50dB;xxxx1111=S9+60dB>
CMD_READ_PWR=01,02,00,00,00,00,BD,<R>,02,<vvvvxxxx>,<xxxxxxxx>
CMD_READ_ALC=01,02,00,00,00,00,BD,<R>,02,<xxxxvvvv>,<xxxxxxxx>
CMD_READ_SWR=01,02,00,00,00,00,BD,<R>,02,<xxxxxxxx>,<vvvvxxxx>
CMD_READ_MOD=01,02,00,00,00,00,BD,<R>,02,<xxxxxxxx>,<xxxxvvvv>

CALIB_SMETER=
CALIB_PWR=<MAX=0F>,<0=0;07=2.5;0F=5>
CALIB_SWR=<MAX=0F>,<00=1;02=1.1;04=1.2;05=1.5;06=2;08=3;09=5;0B=10>
CALIB_ALC=<MAX=0F>,<0=0;07=50;0F=100>
CALIB_MOD=<MAX=0F>,<0=0;07=50;0F=100>

;CMD_READ_SQUELCH=0A,05,01,00,00,00,00,E7,<R>,<01>,<10000000/01=ON;10000000/00=OFF>

; list of commands to be sent at startup (optional)
STARTUP=CMD_SET_PTT_OFF,CMD_SET_LOCK_OFF,CMD_SET_PARAMS_FROM_INTERFACE

; list of commands for the parameters feedback
POLLING=CMD_READ_FREQ&MODE,CMD_READ_PTT,CMD_READ_VFO,CMD_READ_SMETER,CMD_READ_SWR,CMD_READ_PWR,CMD_READ_ALC,CMD_READ_MOD

Re: Pocket RxTx v0.8 now available in Play Store

Posted: Tue Aug 25, 2015 6:14 pm
by yo3ggx
I was not able to find a protocol specification for the meters in FT857. If you are aware of any, then this may help.
Considering the higher output power, most probable the command syntax is different.

Thank you,
Dan

Re: AW: Pocket RxTx v0.8 now available in Play Store

Posted: Tue Aug 25, 2015 6:17 pm
by MysticFire
Ok maybe i find out or another User with a 857 already did.

Thanks Dan

http://www.mumble-funk.de - Freier Funk für PC/Android/Iphone

Re: Pocket RxTx v0.8 now available in Play Store

Posted: Wed Aug 26, 2015 8:38 am
by yo3ggx
Maybe you can take a look at the communication between HRD and FT857 using another application in between, like my SPCA available here:
http://www.yo3ggx.ro/spca/spca.html

I'm working on a new version which will allow you to download updated configuration files from my server directly from the application.
In this way any change in the configs will be transferred to the app without manual editing or application update.

Thank you.
Dan

Re: AW: Pocket RxTx v0.8 now available in Play Store

Posted: Wed Aug 26, 2015 12:35 pm
by MysticFire
Great. I will give it a try soon. I just hope HRD works. No full Version yet of HRD

http://www.mumble-funk.de - Freier Funk für PC/Android/Iphone