]> git.mxchange.org Git - flightgear.git/blobdiff - docs-mini/README.IO
Fix max-metar-age, bug #1076.
[flightgear.git] / docs-mini / README.IO
index 3321adef42e46b0ae967911325aa0f4cb64bdc56..3d6c4a1707649b9f3fda80915947db089422ca8a 100644 (file)
@@ -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[,count]]
+    i/o to a file:                file,dir,hz,filename,protocol
 
     See README.protocol for how to define a generic protocol.