paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Paparazzi-devel] Re: karmic ftdi serial issue


From: mark.griffin
Subject: RE: [Paparazzi-devel] Re: karmic ftdi serial issue
Date: Fri, 6 Nov 2009 10:22:43 +0100

I updated Ubuntu from version 9.04 (Jaunty) to 9.10 (Karmic) using the Update Manager application and observed the same error message.
I then updated the FTDI drivers and the problem went away; it no longer exists. FYI


From: address@hidden [mailto:address@hidden On Behalf Of Gautier Hattenberger
Sent: Wednesday, 4 November 2009 10:16 AM
To: address@hidden
Subject: Re: [Paparazzi-devel] Re: karmic ftdi serial issue

Poine, your solution seems to solve the problem for me. Do I commit this code or will it break something for everybody else ?

Gautier

2009/11/4 Pascal Brisset <address@hidden>
Hi,

I don't remember where these lines are coming from.

I can't do the tests: I don't get any problems on my freshly installed karmic :-(

--Pascal


antoine drouin wrote:
line 49 in paparazzi3/trunk/sw/lib/ocaml/cserial.c

 int fd = open(String_val(device), O_RDWR);

could someone see if replacing with

int fd = open(String_val(device), O_RDWR|O_NONBLOCK);

would fix the problem ?

Pascal, any reason for opening serial ports in blocking mode ?

On Tue, Nov 3, 2009 at 11:20 PM, antoine drouin <address@hidden> wrote:
 
could that be it ?

 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/460857

   


_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
 



_______________________________________________
Paparazzi-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paparazzi-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]