Howto:Use Arduino with FlightGear: Difference between revisions

Jump to navigation Jump to search
→‎Testing serial output: On second thought Template:Note is probably more suitable
(Finish cleanup)
(→‎Testing serial output: On second thought Template:Note is probably more suitable)
Line 133: Line 133:
The first number is switch data, so it's either 0 (switch off) or 1 (switch on). After the "," mark is our throttle data. First it's 0.00, which meaning idle throttle and then potentiometer is gradually turned until it reaches 0.99.
The first number is switch data, so it's either 0 (switch off) or 1 (switch on). After the "," mark is our throttle data. First it's 0.00, which meaning idle throttle and then potentiometer is gradually turned until it reaches 0.99.


{{tip|Remember to '''unplug Arduino's USB cable and plug it back'''.
{{Note|Remember to '''unplug Arduino's USB cable and plug it back'''.


FlightGear will not be able to read serial without doing this!
FlightGear will not be able to read serial without doing this!

Navigation menu