carlosfly74 Posted May 1, 2022 Posted May 1, 2022 (edited) In the Control Reference: Ka-50: R-800 VHF-2 i found the Display String Output. But only first 2 digit and last 2 digit. Frequency 1 String Output: possible values: "10" "11" "12" "13" "14"...etc void onR800Freq1Change(char* newValue) { /* your code here */ } DcsBios::StringBuffer<2> r800Freq1Buffer(0x190e, onR800Freq4Change); Frequency 2 No String Output ??? Frequency 3 No String Output ??? Frequency 4 String Output: String Output: possible values: "00" "25" "50" "75" void onR800Freq4Change(char* newValue) { /* your code here */ } DcsBios::StringBuffer<2> r800Freq4Buffer(0x1912, onR800Freq4Change); The encoders work good. The display show good values. I would need the freq2 and freq3 String values and codes. Pls help!!!! Sorry for my english. SOLVED!!!! Edited May 4, 2022 by carlosfly74
Recommended Posts