New Model #2437
closedAnytone TERMN-8R
50%
Files
Updated by Jim Unroe almost 10 years ago
- Status changed from New to In Progress
- Assignee set to Jim Unroe
- Target version set to 0.5.0
- Chirp Version changed from 0.4.0 to daily
Updated by Jim Unroe almost 10 years ago
- File AnyTone_TERMN-8R.img AnyTone_TERMN-8R.img added
- File AnyTone_OBLTR-8R.img AnyTone_OBLTR-8R.img added
- % Done changed from 0 to 50
Initial AnyTone TERMN-8R driver submitted.
Includes basic spreadsheet editor support and a few settings.
Bonus: AnyTone OBLTR-8R support included.
Jim KC9HI
Updated by Alex B almost 10 years ago
Guys,
Great job on the new driver.
There is an issue with showing the empty channels after upload.
You need to set the binary flags in address 0101 & 0102 to hide them. Please see the Attached image.
I was trying to figure out the file structure on my own and here are some of the missing pieces:
bbcd freq[4];
bbcd offset[4];
u8 unknown1:4,
tune_step:4;
u8 unknown2:2,
txdcsextra:1,
txinv:1,
channel_width:2,
unknown3:1, = Talkaround
tx_off:1;
u8 unknown4:2,
rxdcsextra:1,
rxinv:1,
power:2,
duplex:2;
u8 unknown5:4,
rxtmode:2,
txtmode:2;
u8 unknown6:2,
txtone:6;
u8 unknown7:2,
rxtone:6;
u8 txcode;
u8 rxcode;
u8
Optional Signaling:1, 01=DTMF, 02=2Tone, 03 = 5Tone, 04 = MSK
unknown:2,
char name[6];
u8 squelch:4,
unknown9:2,
bcl:2; Busy Channel Lockout: 1=Repeater, 2=Busy
u8 unknownA;
5TonePTTID: 0=none, 10=begin, 20=end, 30=Begin & End *
*DTMF PTTID: 0=none, 01=begin, 02=end, 03=Begin & End
u8 unknownB:7,
sqlmode:1; 00=Carrier, 01=CTCSS/DCS
u8 unknown:2, Define CTSS Freq: [62.5 : 254.1]
unknownC 2,
Updated by Jim Unroe almost 10 years ago
Alex,
This is being done. I just added a channel to CHIRP and uploaded the data to the radio. I verified it was there. Then I removed that channel from CHIRP and again uploaded the data to the radio. I verified that the channel was removed.
Please describe the steps that you are using that results in an "unhidden" channel so I can try to duplicate it here.
Jim
Updated by Alex B almost 10 years ago
Jim,
This doesn't happen all the time. But occasionally, if I use OEM Software to program Channels 1, 2 and 3 into the radio, and then delete channel 2 via CHIRP ...the radio (in channel mode) will go through channels 1, 2(empty), 3, 4(empty), 5 (empty) ...all the way to 199(empty).
On an empty channel the radio shows blank screen with only the channel number in the upper right.
Alex
Updated by Alex B almost 10 years ago
Jim,
Please disregard the above for now - cannot duplicate anymore. Don't want you to waste your time.
Thanks,
Alex
Updated by Bernhard Hailer over 4 years ago
- Status changed from In Progress to Closed
This appears to be complete.