Re: [Gpsbabel-misc] Problems with GPS II
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: John C. <jo...@jc...> - 2007-05-28 03:16:15
|
On Sun, 27 May 2007 20:53:53 -0300 John Coppens <jo...@jc...> wrote: > Hello all. > > I have an older GPS II (Garmin) unit, and I cannot get GPSBABEL to talk > to it. Solved! I tracked the problem to a hang in the Serial Open function, and found a comment there about the O_NOCTTY and O_NDELAY flags having been removed from the open call. I put them back in, recompiled and things worked again! Hope this helps someone else... John |