1. Voice memory M1 - M8
The PC send to the radio the following:
$FE $FE $to $from $28 $00 $## $FD
## - Memory Location
2. CW Memory M1 - M8
It cannot be sent directly by a dedicated command via CI-V. (found it hard way, confirmed HERE)
Therefore, a workaround can be done like this:
1. Read the memory by sending
$FE $FE $DEV $RADIO $1A $02 $## $FD (## 1 to 8)
the radio will respond with byte string
$FE $FE $DEV $RADIO $1A $02 ____ 70 bytes $FD
2. Load the bytes into an Array
Mem1[77] ; The Array will have 6 bytes preamble, 70 bytes message, 1 byte STOP BYTE (EOM)
3. For (int i = 6, i<=76, i++)
{ byte CW = Mem1[i];
sendPreable();
sendCW();
mySerial.write(CW);
sendSTOP();
}
This will send the stored message.
Abonați-vă la:
Postare comentarii (Atom)
Most viewed posts in last 30 days
-
Icom IC-7300 wide band modification by PA2DB: Remove bottom and find the diode matrix (near big chip) Open RX 0.030-74.8Mhz (REMOVE D...
-
Kenwood Programing Software FIRMWARE: KDS-100 504XXXXX 4A46 PTT ID Display feature 176.86 KB CURRENT 401XXXXX F7FC Corrects lock up whe...
-
Icom programming Software GM-110SC rev.1.2. ex1725. IC-3FX 245MHZ THAILAND CB HANDY RADIO, EX2020 REV 1.0. IC-3FGX 80 CHANNELS 245MHZ THAILA...
Niciun comentariu:
Trimiteți un comentariu