Improved J661 support: Difference between revisions

Jump to navigation Jump to search
(Switch to {{gitorious merge request}} and {{flightgear url}} to fix the broken Gitorious links.)
 
Line 3: Line 3:
== Status 07/2012 ==
== Status 07/2012 ==
<del>The original patch discussed in 09/2011 is pending review in {{gitorious merge request|proj=fg|repo=flightgear|mr=28|text=merge request 28}}.</del> (now committed)
<del>The original patch discussed in 09/2011 is pending review in {{gitorious merge request|proj=fg|repo=flightgear|mr=28|text=merge request 28}}.</del> (now committed)
== Issues 03/2017 ==
{{Note|{{FGCquote
  |unlike the 'get'/set commands, the 'subscribe' command needs its argument to be an absolute path from the root, for example:
<syntaxhighlight lang="teraterm">
subscribe /sim/time/real/seconds
</syntaxhighlight>
  |{{cite web |url=http://forum.flightgear.org/viewtopic.php?p=197611#p197611
    |title=<nowiki>Re: Virtual Panel/Control from Web Browser</nowiki>
    |author=<nowiki>Kabuki</nowiki>
    |date=<nowiki>Fri Jan 10</nowiki>
  }}
}}
two important gotchas:
* The subscribe command does return an echo reply even in data mode. The other non retrieving does not, including unsubscribe(!).
* The ls command replies with one line per item but nothing that signals that all items are listed. If you want to use ls in data mode you have to set a timeout to the reader. <ref>{{cite web
  |url    =  https://forum.flightgear.org/viewtopic.php?p=307251#p307251
  |title  =  <nowiki> Python3 class for telnet </nowiki>
  |author =  <nowiki> jam007 </nowiki>
  |date  =  Mar 19th, 2017
  |added  =  Mar 19th, 2017
  |script_version = 0.40
  }}</ref>
}}


== Enhancement suggestions ==
== Enhancement suggestions ==

Navigation menu