RE: Serial Port Logging

2006-01-05 Thread Paul Hamilton
You might want to check out the minicom port:   ports/comms/minicom/

 
 
Regards,
 
Paul Hamilton
Busselton, 6280
Australia


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 [EMAIL PROTECTED]
 Sent: Thursday, 5 January 2006 10:17 AM
 To: freebsd-questions@freebsd.org
 Subject: Serial Port Logging
 
 
 Ladies and Gentlemen,
 
 The organization I work for has a need to log information 
 from the phone system.  The phone system has a serial port output.
 
 Since I already have a FreeBSD server in place at this 
 location, I was wondering if it is possible to send the 
 information from the phone system, to the FreeBSD server, 
 have the information saved via the serial port?
 
 I'm thinking something like cu -l /dev/cuua0  outputfile.txt
 
 Thanks,
 
 
 Jay
 
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Serial Port Logging

2006-01-04 Thread Foo Ji-Haw
Why don't you write a little Perl daemon to read from the port (easy since
fbsd reads a port like a file), then dump it to the file? That way you have
more control.

- Original Message - 
From: [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Thursday, January 05, 2006 10:16 AM
Subject: Serial Port Logging


 Ladies and Gentlemen,

 The organization I work for has a need to log information from the phone
 system.  The phone system has a serial port output.

 Since I already have a FreeBSD server in place at this location, I was
 wondering if it is possible to send the information from the phone system,
 to the FreeBSD server, have the information saved via the serial port?

 I'm thinking something like cu -l /dev/cuua0  outputfile.txt

 Thanks,


 Jay

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]