Howto:Use Arduino with FlightGear: Difference between revisions

m
The baud rate was missing
(→‎Testing serial output: On second thought Template:Note is probably more suitable)
m (The baud rate was missing)
Line 144: Line 144:
FlightGear needs to be started with a correct command line option for it to be able to read serial connection. This example uses following option:
FlightGear needs to be started with a correct command line option for it to be able to read serial connection. This example uses following option:
<syntaxhighlight>
<syntaxhighlight>
--generic=serial,in,30,/dev/ttyACM0,controltest
--generic=serial,in,30,/dev/ttyACM0,9600,controltest
</syntaxhighlight>
</syntaxhighlight>


1

edit