Search the Community
Showing results for tags 'udp'.
-
Hej Guys, I have some troubles with radio frequencies modification from my cockpit driven using Arduino. If I use for example the command "sim/radios/actv_com1_coarse_up" then it works fine, but it modifies the active com1. I want to be able to modify the same side as where my encoder is situated, even if it's not the active side. If I use for example the dataref "ixeg/733/radios/radios_com1_right_mhz" and send a value between 0-19 then nothing happens. It seems to be the correct way to do this but, could this dataref be read only? The only solution I see right now, is to test which side is active and use either "sim/radios/actv_com1_coarse_up" or "sim/radios/stby_com1_coarse_up" in order to update the correct side. But I wonder if I am missing something here! Has anyone had this issue? Which Command/DataRef are you using for this? Thanks in advance for your feedback Cheers Syl20
- 15 replies
-
- arduino
- radio panel
- (and 4 more)
-
Hi, Is it possible to read the custom IXEG datarefs via UDP? I was looking at the SET DATAREF STRUCTURE which can be used to set a dataref via UDP to any value... so this should work for sending data to x-plane. But it seems as though it's not so easy to read custom datarefs from x-plane via UDP. The data output screen only allows a set list of items to be sent out via UDP. It seems as though you will have to create an SDK plugin to be able to send custom dataref values via UDP. Is this the case, or is there another way? This would be quite nice for using Arduinos etc. to be able to interface to the IXEG plane as well as for Android and IOS devices.