Re: [Flightgear-devel] FG Serial; Was: Release 2.4.0: on short final

2011-08-09 Thread ThorstenB
http://www.gitorious.org/fg/flightgear/commit/5bd8828fe677787c893e280cbdb76b0ee07550e5 If you're lucky, it might actually work now - but no guarantees. Otherwise, you may just get a different error message or crash when trying to use bidirectional support. Use a recent build for FG 2.5.0 ("Fli

Re: [Flightgear-devel] FG Serial; Was: Release 2.4.0: on short final

2011-08-09 Thread TDO_Brandano -
The simplest way is to edit that line of code and compile FGFS. After 2.4 is out this might get implemented by the committers, and then you could grab a precompiled binary from the Hudson/Jenkins automatic build system. In any case a little patience seems to be the only essential requirement.

Re: [Flightgear-devel] FG Serial; Was: Release 2.4.0: on short final

2011-08-09 Thread Derrick Washington
I understand Martin, I do, I'll find away around it for now. On Tue, Aug 9, 2011 at 2:29 PM, Martin Spott wrote: > > Derrick Washington wrote: > > > Yes I agree, and it appears that thats what I have to do, however I began > > this (UAV) project with FG because I was told that it was capable of

[Flightgear-devel] FG Serial; Was: Release 2.4.0: on short final

2011-08-09 Thread Martin Spott
Derrick Washington wrote: > Yes I agree, and it appears that thats what I have to do, however I began > this (UAV) project with FG because I was told that it was capable of > handling bidirectional serial communication, and it turns out that that > isn't the case, so I was just wondering if anyon

Re: [Flightgear-devel] Release 2.4.0: on short final

2011-08-09 Thread HB-GRAL
Am 09.08.11 09:59, schrieb TDO_Brandano -: > > Well, if you know how to write a simple program you could try accessing and > setting the properties through the telnet protocol with a wrapper > application, and communicate with that one through the serial port. As far as > I know the telnet proto

Re: [Flightgear-devel] Release 2.4.0: on short final

2011-08-09 Thread Derrick Washington
Yes I agree, and it appears that thats what I have to do, however I began this (UAV) project with FG because I was told that it was capable of handling bidirectional serial communication, and it turns out that that isn't the case, so I was just wondering if anyone else has noticed this and plans to

Re: [Flightgear-devel] Release 2.4.0: on short final

2011-08-09 Thread Eduardo Novaes Hering
Hi! I have a code here that effectively works in bidirectional transmission. I was made in C++ and sets up a server and a client that connects to FG via TCP. In case you want serial communication, that library could be connected with another one that controls the serial IO. Regards, Eduardo.

Re: [Flightgear-devel] fly-by view

2011-08-09 Thread syd adams
Oh good, then I didn't break it :) Cheers 2011/8/8 Mathias Fröhlich : > > Hi, > > On Tuesday, August 09, 2011 02:30:18 syd adams wrote: >> After a git pull and recompile of fgdata , flightgear and simgear >> today , it seems that fly-by view is broken . Were there any recent >> changes to the nasa

Re: [Flightgear-devel] FlightGear Inputs

2011-08-09 Thread Arnt Karlsen
On Mon, 8 Aug 2011 09:11:18 -0400, Derrick wrote in message : > On Mon, Aug 8, 2011 at 7:58 AM, Erik Hofman wrote: > > > On Mon, 2011-08-08 at 07:20 -0400, Derrick Washington wrote: > > > Hi Erik > > > > > > Thanks for the input, by the way I thought that bidirectional > > > transmission was un

Re: [Flightgear-devel] Release 2.4.0: on short final

2011-08-09 Thread TDO_Brandano -
Well, if you know how to write a simple program you could try accessing and setting the properties through the telnet protocol with a wrapper application, and communicate with that one through the serial port. As far as I know the telnet protocol works bidirectionally with FG without issues.