|
From: | mark.griffin |
Subject: | RE: [Paparazzi-devel] Re: karmic ftdi serial issue |
Date: | Fri, 6 Nov 2009 10:22:43 +0100 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |