09-08-2009
Still open whether I'm correct or not. Serial is funny sometimes.
I would suspect that your issue was from one of the computers to the blackbox. Just supposin, since blackbox stuff has always been rock solid when I've dealt with them.
But you also have issues with timings. If clocks drift a little off things go bad. There usually is enough play at the end of the character to handle it. Combine some drift with some rc degredation and the line receivers may not be flipped in time for the UART to read correctly in the middle of the bit time.
I've got a permanent scar on my forehead from beating against those issues. Well, psychologically at least.
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
hi,
i know this is crazy. but i can do this from linux in intel platform.
just wonder can my Sun Solaris 8 sparc can do the same thing? (2 Replies)
Discussion started by: champion
2 Replies
2. AIX
Hi All
can anyone tell me what is the meaning of tty,or give me an example of this? (1 Reply)
Discussion started by: magasem
1 Replies
3. AIX
dears
i have two IBM p630 application servers, they are running hacmp 5.2 as the clustering software.
from the output of errpt on one of the nodes i am receiving the following error:
9D30B78E 0530020007 T S tty1 RECEIVER OVER-RUN ON INPUT
please are there any ideas about how... (0 Replies)
Discussion started by: TheEngineer
0 Replies
4. UNIX for Dummies Questions & Answers
hi iam very new to linux can anyone tell me about pts and tty
acctually today morning i logged into my pc at 9:51
when i have given #who
it has given
sam tty7 9:51
sam pts/1 10:11
so what does it mean (1 Reply)
Discussion started by: praneel2k
1 Replies
5. Solaris
hi all,
what i want to do
when user open terminal like tty5 and do his work
i want to see his terminal
how can i do this (1 Reply)
Discussion started by: xxmasrawy
1 Replies
6. UNIX for Advanced & Expert Users
I am not sure if I am using the correct terminology but somehow my tty keeps changing on me. The man pages are confusing to me on what exactly the tty is. This is what I see when I run the tty command. Could anyone explain why my tty keeps changing?
~ $ tty
/dev/pts/1
~ $ tty
/dev/pts/0 (6 Replies)
Discussion started by: cokedude
6 Replies
7. Shell Programming and Scripting
Hi guys,
I know computers don't misbehave.
But I'm puzzled by what's happening right know in a script :
I simplified the example to point out what seems weird to me.
Don't try to find any sense to this stupid script.
There are 10 rows in /tmp/tmp.txt
i=0
tmpfile=/tmp/tmp.txt
while... (3 Replies)
Discussion started by: chebarbudo
3 Replies
8. Solaris
I have Solaris 10 update 11 installed on a virtual machine which I use for my lunix class (I'm studying I.T. but have little unix experience). So I have root access*
I'm also do C programming in my course and would love to do it on my Solaris machine.
So I looked into installing GCC and... (5 Replies)
Discussion started by: goformickey
5 Replies
9. Shell Programming and Scripting
In bash, you can do something like this:
#!/bin/bash
echo -n "What is your name? " > /dev/tty
read thename < /dev/tty
How can I do the same in python?
I have a python script that has the following content:
#!/usr/bin/python2.7
import getpass
import sys
import telnetlib
import... (2 Replies)
Discussion started by: SkySmart
2 Replies
LEARN ABOUT DEBIAN
chrony
CHRONY(1) User's Manual CHRONY(1)
NAME
chrony - programs for keeping computer clocks accurate
SYNOPSIS
chronyc [OPTIONS]
chronyd [OPTIONS]
DESCRIPTION
chrony is a pair of programs for keeping computer clocks accurate. chronyd is a background (daemon) program and chronyc is a command-line
interface to it. Time reference sources for chronyd can be RFC1305 NTP servers, human (via keyboard and chronyc), or the computer's real-
time clock at boot time (Linux only). chronyd can determine the rate at which the computer gains or loses time and compensate for it while
no external reference is present. Its use of NTP servers can be switched on and off (through chronyc) to support computers with dial-
up/intermittent access to the Internet, and it can also act as an RFC1305-compatible NTP server.
USAGE
chronyc is a command-line interface program which can be used to monitor chronyd's performance and to change various operating parameters
whilst it is running.
chronyd's main function is to obtain measurements of the true (UTC) time from one of several sources, and correct the system clock accord-
ingly. It also works out the rate at which the system clock gains or loses time and uses this information to keep it accurate between mea-
surements from the reference.
The reference time can be derived from either Network Time Protocol (NTP) servers, reference clocks, or wristwatch-and-keyboard (via
chronyc). The main source of information about the Network Time Protocol is http://www.eecis.udel.edu/~ntp.
It is designed so that it can work on computers which only have intermittent access to reference sources, for example computers which use a
dial-up account to access the Internet. Of course, it will work on computers with permanent connections too.
In addition, for Linux 2.0.x (for x >= 32) or 2.2 onwards, chronyd can monitor the system's real time clock performance, so the system can
maintain accurate time even across reboots.
Typical accuracies available between 2 machines are
On an ethernet LAN : 100-200 microseconds, often much better On a V32bis dial-up modem connection : 10's of milliseconds (from one session
to the next)
With a good reference clock the accuracy can reach one microsecond.
chronyd can also operate as an RFC1305-compatible NTP server and peer.
SEE ALSO
chronyc(1), chrony(1)
http://chrony.tuxfamily.org/
AUTHOR
Richard Curnow <rc@rc0.org.uk>
This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part of "The Missing Man Pages Project". Please see
http://www.netmeister.org/misc/m2p2/index.html for details.
The complete chrony documentation is supplied in texinfo format.
chrony December 04, 2009 CHRONY(1)