X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=docs-mini%2FREADME.IO;h=3d6c4a1707649b9f3fda80915947db089422ca8a;hb=afb0ada81f6fd0fe179ab00f048134d101f5f311;hp=9388fcbbaf0106e5af825be66722a12a145b4c86;hpb=79e6712d7eb63919ee148897457537cf9eb3f794;p=flightgear.git diff --git a/docs-mini/README.IO b/docs-mini/README.IO index 9388fcbba..3d6c4a170 100644 --- a/docs-mini/README.IO +++ b/docs-mini/README.IO @@ -22,14 +22,14 @@ Generic Communication: --generic=params With this option it is possible to output a pre-configured - ASCII string using a predefined separator. The configuration is - defined in an XML file located in the Protocol directory of - the base package. + ASCII string or binary sequence using a predefined separator. + The configuration is defined in an XML file located in the + Protocol directory of the base package. params can be: serial port communication: serial,dir,hz,device,baud,protocol socket communication: socket,dir,hz,machine,port,style,protocol - i/o to a file: file,dir,hz,filename,protocol[,repeat] + i/o to a file: file,dir,hz,filename,protocol See README.protocol for how to define a generic protocol. @@ -90,6 +90,9 @@ File I/O: --generic=file,in,20,flight.out,playback,repeat + With a numeric argument, FlightGear will exit after that number of repeats. + --generic=file,in,20,flight.out,playback,repeat,5 + Moving Map Example: