Program to talk to serial port?

2004-10-19 Thread David Arnstein
I need a program that can talk to a serial port on the local computer, the way Hyperterm does for Microsoft Windows. I would like this program to present its user interface in an xterm. If that is not possible, perhaps a program that is itself an X11 client would do. I was able to compile

Re: Program to talk to serial port?

2004-10-19 Thread Larry Hall
At 09:09 PM 10/19/2004, you wrote: I need a program that can talk to a serial port on the local computer, the way Hyperterm does for Microsoft Windows. I would like this program to present its user interface in an xterm. If that is not possible, perhaps a program that is itself an X11 client

Re: Program to talk to serial port?

2004-10-19 Thread Reid Thompson
David Arnstein wrote: I need a program that can talk to a serial port on the local computer, the way Hyperterm does for Microsoft Windows. I would like this program to present its user interface in an xterm. If that is not possible, perhaps a program that is itself an X11 client would do. I was

RE: Program to talk to serial port?

2004-10-19 Thread Bruce Dobrin
file in ./po for some reason to get Make install to work corectly -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Arnstein Sent: Tuesday, October 19, 2004 6:10 PM To: [EMAIL PROTECTED] Subject: Program to talk to serial port? I need a program

Re: Program to talk to serial port?

2004-10-19 Thread Reid Thompson
Bruce Dobrin wrote: I got it working with very helpful suggestions from list people last week. You need to unpack on a linux box and change every reference to reserve word aux to something else, next comment out the tweak the code to disable the root checking, like this: You can avoid

Re: Program to talk to serial port?

2004-10-19 Thread Reid Thompson
It appears that the main issue is the directory in the source tar file named aux. If you do not have access to a system other than windows on which to untar the source and rename the aux directory, you can use the 7-zip ( http://www.7-zip.org/ )program to rename this directory while it is

Re: Program to talk to serial port?

2004-10-19 Thread Christopher Faylor
On Tue, Oct 19, 2004 at 09:56:31PM -0400, Reid Thompson wrote: It appears that the main issue is the directory in the source tar file named aux. Use a managed mount. Create an empty directory c:/foo and mount -o managed c:/foo /foo cd /foo tar xf whatever you will then be able to extract