Yeah I think I kind of jumped the gun after doing a little more investigation... The board is outputting a CR and LF so technically the logserial program isn't wrong.
I really didn't want to leave a terminal program open for various reasons. I might write a perl script later on, it would be nice to timestamp each row too. Something to add to my to-do list. Jason -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hal Murray Sent: Sunday, January 21, 2007 11:41 PM To: Discussion of precise time and frequency measurement Subject: Re: [time-nuts] Serial Port Logging Script? > Does anyone have a simple Perl (or C) script to write data from a > serial port to a file? Preferably something with no dependencies, but > I don't mind having to install a couple Perl modules if need be. Most terminal programs have a log-to-file option. > I tried the logserial program that I found in the FreeBSD ports tree, > but it keeps putting extra returns in between each row of data. Is that a CR vs CR/LF mixup? If so, record it however you can and clean out the LFs later. I used to have scripts that converted from one mode to another. I think one used sed and the other used awk. If it really is an extra blank line, that should be reasonably easy to filter out. -- These are my opinions, not necessarily my employer's. I hate spam. _______________________________________________ time-nuts mailing list [email protected] https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts _______________________________________________ time-nuts mailing list [email protected] https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
