Re: [ntp:questions] Support of Trimble GPS

2013-07-25 Thread Igor Pavlov
Thanks ! I became using 29 Palisade driver which I rejected at first and found special mode for my GPS Receiver Trimble Thunderbolt (mode 2). But for correct work I had to put little changes to code - file termios.c : function int ioctl_tiocmset() I put "!" before each call to EscapeCommFunction()

Re: [ntp:questions] Support of Trimble GPS

2013-07-24 Thread George Ross
> Otherwise driver 29 (palisade) seems dedicated to multiple Trimble products. We've had an Acutime 2000 up on one or other of our roofs since 2005 using this driver. It usually keeps an old Dell desktop accurate to within a handful of microseconds. The driver pulses one of the modem lines every

Re: [ntp:questions] Support of Trimble GPS

2013-07-24 Thread Hans Jørgen Jakobsen
On Wed, 24 Jul 2013 11:53:12 GMT, Igor Pavlov wrote: > Hi everyone, > > Is any of Trimble GPS devices (with TSIP) supported now? > I tryed to use "Generic reference driver" ( > http://www.eecis.udel.edu/~mills/ntp/html/drivers/driver8.html) > In it's description there is one Trimble GPS device (mod

[ntp:questions] Support of Trimble GPS

2013-07-24 Thread Igor Pavlov
Hi everyone, Is any of Trimble GPS devices (with TSIP) supported now? I tryed to use "Generic reference driver" ( http://www.eecis.udel.edu/~mills/ntp/html/drivers/driver8.html) In it's description there is one Trimble GPS device (mode 10). But I couldn't make it work. I started to debug code of