Project

General

Profile

Actions

Bug #6416

closed

wrong number for speed in /usr/local/www/services_ntpd_gps.php

Added by Jos van de Ven almost 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Category:
NTPD
Target version:
Start date:
05/30/2016
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:

Description

$section->addInput(new Form_Select(
        'gpsspeed',
        null,
        $pconfig['speed'],
        [0 => '4800', 15 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200']

    ))->setHelp('A higher baud rate is generally only helpful if the GPS is sending too many sentences. ' .
                'It is recommended to configure the GPS to send only one sentence at a baud rate of 4800 or 9600.');

The number for 9600 baud speed should be 16! Now you get wrong mode in generated ntpd.conf.
See also: https://www.eecis.udel.edu/~mills/ntp/html/drivers/driver20.html

Actions

Also available in: Atom PDF