Seahawk240 / Microsoft-FS2020-To-Arduino

A Simple Program which enables communication between a Serial Device (like an Arduino) and the Flight Simulator 2020
48 stars 7 forks source link

Extended Functionality -> Add Command to request Data #24

Closed Seahawk240 closed 3 years ago

Seahawk240 commented 3 years ago

Following a Suggestion from @Discman777 I want to implement a option to request Data from the program via a command send through serial. Activating this function would imply that data will only be send to the Arduino (Or other Serial Device) if it requested it. That not only follows the idea of a "Micro-Controller" which, as the name implies should be in "control" but could also improve the overall functionality of some projects because the data isn't send all the time and the serial connection isn't bombarded with Data all the time. Also this will enable to receive different data at different times.

Anyway, I'm not completely sure on how to implement it in a neat and easy to use way but gonna throw myself into it following the more basic additions of the next few weeks.

Greetings Matthias

Seahawk240 commented 3 years ago

CLOSED -> Discussion continued in: #37