Jump to content

SOLVED!!!! DCS-BIOS Arduino KA-50 Help!! SOLVED!!!!


Recommended Posts

Posted (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!!!!

20220501_201218.jpg

 

 

Edited by carlosfly74
  • carlosfly74 changed the title to SOLVED!!!! DCS-BIOS Arduino KA-50 Help!! SOLVED!!!!
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...